Class CUDA_MEMCPY3D

    • Constructor Detail

      • CUDA_MEMCPY3D

        public CUDA_MEMCPY3D()
        Default native constructor.
      • CUDA_MEMCPY3D

        public CUDA_MEMCPY3D​(long size)
        Native array allocator. Access with Pointer.position(long).
    • Method Detail

      • srcXInBytes

        @Cast("size_t")
        public long srcXInBytes()
        Source X in bytes
      • srcXInBytes

        public CUDA_MEMCPY3D srcXInBytes​(long setter)
      • srcY

        @Cast("size_t")
        public long srcY()
        Source Y
      • srcZ

        @Cast("size_t")
        public long srcZ()
        Source Z
      • srcLOD

        @Cast("size_t")
        public long srcLOD()
        Source LOD
      • srcMemoryType

        @Cast("CUmemorytype")
        public int srcMemoryType()
        Source memory type (host, device, array)
      • srcMemoryType

        public CUDA_MEMCPY3D srcMemoryType​(int setter)
      • srcDevice

        @Cast("CUdeviceptr")
        public long srcDevice()
        Source device pointer
      • srcArray

        public CUarray_st srcArray()
        Source array reference
      • reserved0

        public Pointer reserved0()
        Must be NULL
      • srcPitch

        @Cast("size_t")
        public long srcPitch()
        Source pitch (ignored when src is array)
      • srcHeight

        @Cast("size_t")
        public long srcHeight()
        Source height (ignored when src is array; may be 0 if Depth==1)
      • dstXInBytes

        @Cast("size_t")
        public long dstXInBytes()
        Destination X in bytes
      • dstXInBytes

        public CUDA_MEMCPY3D dstXInBytes​(long setter)
      • dstY

        @Cast("size_t")
        public long dstY()
        Destination Y
      • dstZ

        @Cast("size_t")
        public long dstZ()
        Destination Z
      • dstLOD

        @Cast("size_t")
        public long dstLOD()
        Destination LOD
      • dstMemoryType

        @Cast("CUmemorytype")
        public int dstMemoryType()
        Destination memory type (host, device, array)
      • dstMemoryType

        public CUDA_MEMCPY3D dstMemoryType​(int setter)
      • dstHost

        public Pointer dstHost()
        Destination host pointer
      • dstDevice

        @Cast("CUdeviceptr")
        public long dstDevice()
        Destination device pointer
      • dstArray

        public CUarray_st dstArray()
        Destination array reference
      • reserved1

        public Pointer reserved1()
        Must be NULL
      • dstPitch

        @Cast("size_t")
        public long dstPitch()
        Destination pitch (ignored when dst is array)
      • dstHeight

        @Cast("size_t")
        public long dstHeight()
        Destination height (ignored when dst is array; may be 0 if Depth==1)
      • WidthInBytes

        @Cast("size_t")
        public long WidthInBytes()
        Width of 3D memory copy in bytes
      • WidthInBytes

        public CUDA_MEMCPY3D WidthInBytes​(long setter)
      • Height

        @Cast("size_t")
        public long Height()
        Height of 3D memory copy
      • Depth

        @Cast("size_t")
        public long Depth()
        Depth of 3D memory copy