Struct CUDAMemCpy3DPeer
3D memory copy parameters
Inherited Members
Namespace: ManagedCuda.BasicTypes
Assembly: ManagedCuda.dll
Syntax
public struct CUDAMemCpy3DPeer
Fields
| Improve this Doc View SourceDepth
Depth of 3D memory copy
Declaration
public SizeT Depth
Field Value
Type | Description |
---|---|
SizeT |
dstArray
Destination array reference
Declaration
public CUarray dstArray
Field Value
Type | Description |
---|---|
CUarray |
dstContext
Destination context (ignored with dstMemoryType is array)
Declaration
public CUcontext dstContext
Field Value
Type | Description |
---|---|
CUcontext |
dstDevice
Destination device pointer
Declaration
public CUdeviceptr dstDevice
Field Value
Type | Description |
---|---|
CUdeviceptr |
dstHeight
Destination height (ignored when dst is array; may be 0 if Depth==1)
Declaration
public SizeT dstHeight
Field Value
Type | Description |
---|---|
SizeT |
dstHost
Destination host pointer
Declaration
public IntPtr dstHost
Field Value
Type | Description |
---|---|
System.IntPtr |
dstLOD
Destination LOD
Declaration
public SizeT dstLOD
Field Value
Type | Description |
---|---|
SizeT |
dstMemoryType
Destination memory type (host, device, array)
Declaration
public CUMemoryType dstMemoryType
Field Value
Type | Description |
---|---|
CUMemoryType |
dstPitch
Destination pitch (ignored when dst is array)
Declaration
public SizeT dstPitch
Field Value
Type | Description |
---|---|
SizeT |
dstXInBytes
Destination X in bytes
Declaration
public SizeT dstXInBytes
Field Value
Type | Description |
---|---|
SizeT |
dstY
Destination Y
Declaration
public SizeT dstY
Field Value
Type | Description |
---|---|
SizeT |
dstZ
Destination Z
Declaration
public SizeT dstZ
Field Value
Type | Description |
---|---|
SizeT |
Height
Height of 3D memory copy
Declaration
public SizeT Height
Field Value
Type | Description |
---|---|
SizeT |
srcArray
Source array reference
Declaration
public CUarray srcArray
Field Value
Type | Description |
---|---|
CUarray |
srcContext
Source context (ignored with srcMemoryType is array)
Declaration
public CUcontext srcContext
Field Value
Type | Description |
---|---|
CUcontext |
srcDevice
Source device pointer
Declaration
public CUdeviceptr srcDevice
Field Value
Type | Description |
---|---|
CUdeviceptr |
srcHeight
Source height (ignored when src is array; may be 0 if Depth==1)
Declaration
public SizeT srcHeight
Field Value
Type | Description |
---|---|
SizeT |
srcHost
Source host pointer
Declaration
public IntPtr srcHost
Field Value
Type | Description |
---|---|
System.IntPtr |
srcLOD
Source LOD
Declaration
public SizeT srcLOD
Field Value
Type | Description |
---|---|
SizeT |
srcMemoryType
Source memory type (host, device, array)
Declaration
public CUMemoryType srcMemoryType
Field Value
Type | Description |
---|---|
CUMemoryType |
srcPitch
Source pitch (ignored when src is array)
Declaration
public SizeT srcPitch
Field Value
Type | Description |
---|---|
SizeT |
srcXInBytes
Source X in bytes
Declaration
public SizeT srcXInBytes
Field Value
Type | Description |
---|---|
SizeT |
srcY
Source Y
Declaration
public SizeT srcY
Field Value
Type | Description |
---|---|
SizeT |
srcZ
Source Z
Declaration
public SizeT srcZ
Field Value
Type | Description |
---|---|
SizeT |
WidthInBytes
Width of 3D memory copy in bytes
Declaration
public SizeT WidthInBytes
Field Value
Type | Description |
---|---|
SizeT |