cupvaCmdMemcpyBufferParams_t#
Defined in src/host/c_api/include/detail/workloads/cupva_host_cmd_memcpy.h
-
struct cupvaCmdMemcpyBufferParams_t#
Parameters structure for setting source and destination pointers for CmdMemcpy.
This structure is used to create a CmdMemcpy command with CupvaCmdMemcpyCreate and CupvaCmdMemcpyCreate2D
Public Members
-
const void *ptrSrc#
Source device pointer. Should be NULL if opSrc is specified.
-
cupvaOffsetPointer_t *opSrc#
Source offset pointer. Should be NULL if ptrSrc is specified.
-
void *ptrDst#
Destination device pointer. Should be NULL if opDst is specified.
-
cupvaOffsetPointer_t *opDst#
Destination offset pointer. Should be NULL if ptrDst is specified.
-
const void *ptrSrc#