#include <Memory.h>
|
| ~sync_copy_policy ()=default |
|
template<class Dest , class Src > |
auto | copy (Dest &dest, const Src &src, std::size_t size) const -> void |
|
template<class Dest , class Src > |
auto | copy (Dest &dest, const Src &src, std::size_t width, std::size_t height) const -> void |
|
template<class Dest , class Src > |
auto | copy (Dest &dest, const Src &src, std::size_t width, std::size_t height, std::size_t depth) const -> void |
|
Definition at line 154 of file Memory.h.
glados::cuda::sync_copy_policy::~sync_copy_policy |
( |
| ) |
|
|
protecteddefault |
template<class Dest , class Src >
auto glados::cuda::sync_copy_policy::copy |
( |
Dest & |
dest, |
|
|
const Src & |
src, |
|
|
std::size_t |
size |
|
) |
| const -> void
|
|
inlineprotected |
template<class Dest , class Src >
auto glados::cuda::sync_copy_policy::copy |
( |
Dest & |
dest, |
|
|
const Src & |
src, |
|
|
std::size_t |
width, |
|
|
std::size_t |
height |
|
) |
| const -> void
|
|
inlineprotected |
template<class Dest , class Src >
auto glados::cuda::sync_copy_policy::copy |
( |
Dest & |
dest, |
|
|
const Src & |
src, |
|
|
std::size_t |
width, |
|
|
std::size_t |
height, |
|
|
std::size_t |
depth |
|
) |
| const -> void
|
|
inlineprotected |
The documentation for this class was generated from the following file:
- /home/frust45/RISA/RISA/glados/include/glados/cuda/Memory.h