Struct CUDAMemCpy2D
2D memory copy parameters
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: ManagedCuda.BasicTypes
Assembly: ManagedCuda.dll
Syntax
public struct CUDAMemCpy2D
Fields
| Improve this Doc View SourcedstArray
Destination array reference
Declaration
public CUarray dstArray
Field Value
Type | Description |
---|---|
CUarray |
dstDevice
Destination device pointer
Declaration
public CUdeviceptr dstDevice
Field Value
Type | Description |
---|---|
CUdeviceptr |
dstHost
Destination host pointer
Declaration
public IntPtr dstHost
Field Value
Type | Description |
---|---|
System.IntPtr |
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 |
Height
Height of 2D memory copy
Declaration
public SizeT Height
Field Value
Type | Description |
---|---|
SizeT |
srcArray
Source array reference
Declaration
public CUarray srcArray
Field Value
Type | Description |
---|---|
CUarray |
srcDevice
Source device pointer
Declaration
public CUdeviceptr srcDevice
Field Value
Type | Description |
---|---|
CUdeviceptr |
srcHost
Source host pointer
Declaration
public IntPtr srcHost
Field Value
Type | Description |
---|---|
System.IntPtr |
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 |
WidthInBytes
Width of 2D memory copy in bytes
Declaration
public SizeT WidthInBytes
Field Value
Type | Description |
---|---|
SizeT |