Data Fields | |
| CUarray | dstArray |
| Destination array reference. | |
| CUdeviceptr | dstDevice |
| Destination device pointer. | |
| void * | dstHost |
| Destination host pointer. | |
| 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 | Height |
| Height of 2D memory copy. | |
| CUarray | srcArray |
| Source array reference. | |
| CUdeviceptr | srcDevice |
| Source device pointer. | |
| const void * | srcHost |
| Source host pointer. | |
| 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 | WidthInBytes |
| Width of 2D memory copy in bytes. | |