Data Fields | |
unsigned int | Depth |
Depth of 3D memory copy. | |
CUarray | dstArray |
Destination array reference. | |
CUdeviceptr | dstDevice |
Destination device pointer. | |
unsigned int | dstHeight |
Destination height (ignored when dst is array; may be 0 if Depth==1). | |
void * | dstHost |
Destination host pointer. | |
unsigned int | dstLOD |
Destination LOD. | |
CUmemorytype | dstMemoryType |
Destination memory type (host, device, array). | |
unsigned int | dstPitch |
Destination pitch (ignored when dst is array). | |
unsigned int | dstXInBytes |
Destination X in bytes. | |
unsigned int | dstY |
Destination Y. | |
unsigned int | dstZ |
Destination Z. | |
unsigned int | Height |
Height of 3D memory copy. | |
void * | reserved0 |
Must be NULL. | |
void * | reserved1 |
Must be NULL. | |
CUarray | srcArray |
Source array reference. | |
CUdeviceptr | srcDevice |
Source device pointer. | |
unsigned int | srcHeight |
Source height (ignored when src is array; may be 0 if Depth==1). | |
const void * | srcHost |
Source host pointer. | |
unsigned int | srcLOD |
Source LOD. | |
CUmemorytype | srcMemoryType |
Source memory type (host, device, array). | |
unsigned int | srcPitch |
Source pitch (ignored when src is array). | |
unsigned int | srcXInBytes |
Source X in bytes. | |
unsigned int | srcY |
Source Y. | |
unsigned int | srcZ |
Source Z. | |
unsigned int | WidthInBytes |
Width of 3D memory copy in bytes. |