Show / Hide Table of Contents

    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 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

    dstHost

    Destination host pointer

    Declaration
    public IntPtr dstHost
    Field Value
    Type Description
    System.IntPtr
    | 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

    Height

    Height of 2D memory copy

    Declaration
    public SizeT Height
    Field Value
    Type Description
    SizeT
    | 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

    srcHost

    Source host pointer

    Declaration
    public IntPtr srcHost
    Field Value
    Type Description
    System.IntPtr
    | 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

    WidthInBytes

    Width of 2D memory copy in bytes

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