Show / Hide Table of Contents

    Struct CUDAMemCpy3D

    3D 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 CUDAMemCpy3D

    Fields

    | Improve this Doc View Source

    Depth

    Depth of 3D memory copy

    Declaration
    public SizeT Depth
    Field Value
    Type Description
    SizeT
    | Improve this Doc View Source

    dstArray

    Destination array reference

    Declaration
    public CUarray dstArray
    Field Value
    Type Description
    CUarray
    | Improve this Doc View Source

    dstDevice

    Destination device pointer

    Declaration
    public CUdeviceptr dstDevice
    Field Value
    Type Description
    CUdeviceptr
    | Improve this Doc View Source

    dstHeight

    Destination height (ignored when dst is array; may be 0 if Depth==1)

    Declaration
    public SizeT dstHeight
    Field Value
    Type Description
    SizeT
    | Improve this Doc View Source

    dstHost

    Destination host pointer

    Declaration
    public IntPtr dstHost
    Field Value
    Type Description
    System.IntPtr
    | Improve this Doc View Source

    dstLOD

    Destination LOD

    Declaration
    public SizeT dstLOD
    Field Value
    Type Description
    SizeT
    | Improve this Doc View Source

    dstMemoryType

    Destination memory type (host, device, array)

    Declaration
    public CUMemoryType dstMemoryType
    Field Value
    Type Description
    CUMemoryType
    | Improve this Doc View Source

    dstPitch

    Destination pitch (ignored when dst is array)

    Declaration
    public SizeT dstPitch
    Field Value
    Type Description
    SizeT
    | Improve this Doc View Source

    dstXInBytes

    Destination X in bytes

    Declaration
    public SizeT dstXInBytes
    Field Value
    Type Description
    SizeT
    | Improve this Doc View Source

    dstY

    Destination Y

    Declaration
    public SizeT dstY
    Field Value
    Type Description
    SizeT
    | Improve this Doc View Source

    dstZ

    Destination Z

    Declaration
    public SizeT dstZ
    Field Value
    Type Description
    SizeT
    | Improve this Doc View Source

    Height

    Height of 3D memory copy

    Declaration
    public SizeT Height
    Field Value
    Type Description
    SizeT
    | Improve this Doc View Source

    reserved0

    Must be NULL

    Declaration
    public IntPtr reserved0
    Field Value
    Type Description
    System.IntPtr
    | Improve this Doc View Source

    reserved1

    Must be NULL

    Declaration
    public IntPtr reserved1
    Field Value
    Type Description
    System.IntPtr
    | Improve this Doc View Source

    srcArray

    Source array reference

    Declaration
    public CUarray srcArray
    Field Value
    Type Description
    CUarray
    | Improve this Doc View Source

    srcDevice

    Source device pointer

    Declaration
    public CUdeviceptr srcDevice
    Field Value
    Type Description
    CUdeviceptr
    | Improve this Doc View Source

    srcHeight

    Source height (ignored when src is array; may be 0 if Depth==1)

    Declaration
    public SizeT srcHeight
    Field Value
    Type Description
    SizeT
    | Improve this Doc View Source

    srcHost

    Source host pointer

    Declaration
    public IntPtr srcHost
    Field Value
    Type Description
    System.IntPtr
    | Improve this Doc View Source

    srcLOD

    Source LOD

    Declaration
    public SizeT srcLOD
    Field Value
    Type Description
    SizeT
    | Improve this Doc View Source

    srcMemoryType

    Source memory type (host, device, array)

    Declaration
    public CUMemoryType srcMemoryType
    Field Value
    Type Description
    CUMemoryType
    | Improve this Doc View Source

    srcPitch

    Source pitch (ignored when src is array)

    Declaration
    public SizeT srcPitch
    Field Value
    Type Description
    SizeT
    | Improve this Doc View Source

    srcXInBytes

    Source X in bytes

    Declaration
    public SizeT srcXInBytes
    Field Value
    Type Description
    SizeT
    | Improve this Doc View Source

    srcY

    Source Y

    Declaration
    public SizeT srcY
    Field Value
    Type Description
    SizeT
    | Improve this Doc View Source

    srcZ

    Source Z

    Declaration
    public SizeT srcZ
    Field Value
    Type Description
    SizeT
    | Improve this Doc View Source

    WidthInBytes

    Width of 3D memory copy in bytes

    Declaration
    public SizeT WidthInBytes
    Field Value
    Type Description
    SizeT
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX