hipMemcpy3DParms Struct Reference#
hipMemcpy3DParms Struct Reference
#include <driver_types.h>
Collaboration diagram for hipMemcpy3DParms:
| Data Fields | |
| hipArray_t | srcArray | 
| Source array. | |
| struct hipPos | srcPos | 
| Source position. | |
| struct hipPitchedPtr | srcPtr | 
| Source pointer. | |
| hipArray_t | dstArray | 
| Destination array. | |
| struct hipPos | dstPos | 
| Destination position. | |
| struct hipPitchedPtr | dstPtr | 
| Destination pointer. | |
| struct hipExtent | extent | 
| Extent of 3D memory copy. | |
| enum hipMemcpyKind | kind | 
| Kind of 3D memory copy. | |
Detailed Description
HIP 3D memory copy parameters
Field Documentation
◆ dstArray
| hipArray_t hipMemcpy3DParms::dstArray | 
Destination array.
◆ dstPos
| struct hipPos hipMemcpy3DParms::dstPos | 
Destination position.
◆ dstPtr
| struct hipPitchedPtr hipMemcpy3DParms::dstPtr | 
Destination pointer.
◆ extent
| struct hipExtent hipMemcpy3DParms::extent | 
Extent of 3D memory copy.
◆ kind
| enum hipMemcpyKind hipMemcpy3DParms::kind | 
Kind of 3D memory copy.
◆ srcArray
| hipArray_t hipMemcpy3DParms::srcArray | 
Source array.
◆ srcPos
| struct hipPos hipMemcpy3DParms::srcPos | 
Source position.
◆ srcPtr
| struct hipPitchedPtr hipMemcpy3DParms::srcPtr | 
Source pointer.
The documentation for this struct was generated from the following file:
- include/hip/driver_types.h