CUDA_MEMCPY3D
- Provided by: nvidia-cuda-dev (Version: 7.5.18-0ubuntu1)
- Source: nvidia-cuda-toolkit
- Report a bug
CUarray dstArray
CUdeviceptr dstDevice
size_t dstHeight
void * dstHost
CUmemorytype dstMemoryType
size_t dstPitch
size_t dstXInBytes
void * reserved0
void * reserved1
CUarray srcArray
CUdeviceptr srcDevice
size_t srcHeight
const void * srcHost
CUmemorytype srcMemoryType
size_t srcPitch
size_t srcXInBytes
size_t WidthInBytes
3D memory copy parameters
Destination array reference
Destination device pointer
Destination height (ignored when dst is array; may be 0 if Depth==1)
Destination host pointer
Destination memory type (host, device, array)
Destination pitch (ignored when dst is array)
Destination X in bytes
Must be NULL
Must be NULL
Source array reference
Source device pointer
Source height (ignored when src is array; may be 0 if Depth==1)
Source host pointer
Source memory type (host, device, array)
Source pitch (ignored when src is array)
Source X in bytes
Width of 3D memory copy in bytes
Generated automatically by Doxygen from the source code.