Package org.lwjgl.cuda
Class CUDA_MEMCPY3D_PEER
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<CUDA_MEMCPY3D_PEER>
org.lwjgl.cuda.CUDA_MEMCPY3D_PEER
- All Implemented Interfaces:
AutoCloseable,org.lwjgl.system.NativeResource,org.lwjgl.system.Pointer
public class CUDA_MEMCPY3D_PEER
extends org.lwjgl.system.Struct<CUDA_MEMCPY3D_PEER>
implements org.lwjgl.system.NativeResource
Layout
struct CUDA_MEMCPY3D_PEER {
size_t srcXInBytes;
size_t srcY;
size_t srcZ;
size_t srcLOD;
CUmemorytype srcMemoryType;
void const * srcHost;
CUdeviceptr srcDevice;
CUarray srcArray;
CUcontext srcContext;
size_t srcPitch;
size_t srcHeight;
size_t dstXInBytes;
size_t dstY;
size_t dstZ;
size_t dstLOD;
CUmemorytype dstMemoryType;
void * dstHost;
CUdeviceptr dstDevice;
CUarray dstArray;
CUcontext dstContext;
size_t dstPitch;
size_t dstHeight;
size_t WidthInBytes;
size_t Height;
size_t Depth;
}-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.lwjgl.system.Struct
org.lwjgl.system.Struct.StructValidationNested classes/interfaces inherited from interface org.lwjgl.system.Pointer
org.lwjgl.system.Pointer.Default -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe struct alignment in bytes.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct size in bytes.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionCUDA_MEMCPY3D_PEER(ByteBuffer container) Creates aCUDA_MEMCPY3D_PEERinstance at the current position of the specifiedByteBuffercontainer. -
Method Summary
Modifier and TypeMethodDescriptionstatic CUDA_MEMCPY3D_PEERcalloc()Returns a newCUDA_MEMCPY3D_PEERinstance allocated withmemCalloc.static CUDA_MEMCPY3D_PEER.Buffercalloc(int capacity) Returns a newCUDA_MEMCPY3D_PEER.Bufferinstance allocated withmemCalloc.static CUDA_MEMCPY3D_PEER.Buffercalloc(int capacity, org.lwjgl.system.MemoryStack stack) Returns a newCUDA_MEMCPY3D_PEER.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static CUDA_MEMCPY3D_PEERcalloc(org.lwjgl.system.MemoryStack stack) Returns a newCUDA_MEMCPY3D_PEERinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static CUDA_MEMCPY3D_PEERDeprecated.static CUDA_MEMCPY3D_PEER.BuffercallocStack(int capacity) Deprecated.static CUDA_MEMCPY3D_PEER.BuffercallocStack(int capacity, org.lwjgl.system.MemoryStack stack) Deprecated.static CUDA_MEMCPY3D_PEERcallocStack(org.lwjgl.system.MemoryStack stack) Deprecated.static CUDA_MEMCPY3D_PEERcreate()Returns a newCUDA_MEMCPY3D_PEERinstance allocated withBufferUtils.static CUDA_MEMCPY3D_PEER.Buffercreate(int capacity) Returns a newCUDA_MEMCPY3D_PEER.Bufferinstance allocated withBufferUtils.static CUDA_MEMCPY3D_PEERcreate(long address) Returns a newCUDA_MEMCPY3D_PEERinstance for the specified memory address.static CUDA_MEMCPY3D_PEER.Buffercreate(long address, int capacity) Create aCUDA_MEMCPY3D_PEER.Bufferinstance at the specified memory.static @Nullable CUDA_MEMCPY3D_PEERcreateSafe(long address) static @Nullable CUDA_MEMCPY3D_PEER.BuffercreateSafe(long address, int capacity) longDepth()Depth(long value) Sets the specified value to theDepthfield.longdstArray()dstArray(long value) Sets the specified value to thedstArrayfield.longdstContext(long value) Sets the specified value to thedstContextfield.longdstDevice(long value) Sets the specified value to thedstDevicefield.longdstHeight(long value) Sets the specified value to thedstHeightfield.@Nullable ByteBufferdstHost(int capacity) dstHost(@Nullable ByteBuffer value) Sets the address of the specifiedByteBufferto thedstHostfield.longdstLOD()dstLOD(long value) Sets the specified value to thedstLODfield.intdstMemoryType(int value) Sets the specified value to thedstMemoryTypefield.longdstPitch()dstPitch(long value) Sets the specified value to thedstPitchfield.longdstXInBytes(long value) Sets the specified value to thedstXInBytesfield.longdstY()dstY(long value) Sets the specified value to thedstYfield.longdstZ()dstZ(long value) Sets the specified value to thedstZfield.longHeight()Height(long value) Sets the specified value to theHeightfield.static CUDA_MEMCPY3D_PEERmalloc()Returns a newCUDA_MEMCPY3D_PEERinstance allocated withmemAlloc.static CUDA_MEMCPY3D_PEER.Buffermalloc(int capacity) Returns a newCUDA_MEMCPY3D_PEER.Bufferinstance allocated withmemAlloc.static CUDA_MEMCPY3D_PEER.Buffermalloc(int capacity, org.lwjgl.system.MemoryStack stack) Returns a newCUDA_MEMCPY3D_PEER.Bufferinstance allocated on the specifiedMemoryStack.static CUDA_MEMCPY3D_PEERmalloc(org.lwjgl.system.MemoryStack stack) Returns a newCUDA_MEMCPY3D_PEERinstance allocated on the specifiedMemoryStack.static CUDA_MEMCPY3D_PEERDeprecated.static CUDA_MEMCPY3D_PEER.BuffermallocStack(int capacity) Deprecated.static CUDA_MEMCPY3D_PEER.BuffermallocStack(int capacity, org.lwjgl.system.MemoryStack stack) Deprecated.static CUDA_MEMCPY3D_PEERmallocStack(org.lwjgl.system.MemoryStack stack) Deprecated.static longnDepth(long struct) Unsafe version ofDepth().static voidnDepth(long struct, long value) Unsafe version ofDepth.static longndstArray(long struct) Unsafe version ofdstArray().static voidndstArray(long struct, long value) Unsafe version ofdstArray.static longndstContext(long struct) Unsafe version ofdstContext().static voidndstContext(long struct, long value) Unsafe version ofdstContext.static longndstDevice(long struct) Unsafe version ofdstDevice().static voidndstDevice(long struct, long value) Unsafe version ofdstDevice.static longndstHeight(long struct) Unsafe version ofdstHeight().static voidndstHeight(long struct, long value) Unsafe version ofdstHeight.static @Nullable ByteBufferndstHost(long struct, int capacity) Unsafe version ofdstHost.static voidndstHost(long struct, @Nullable ByteBuffer value) Unsafe version ofdstHost.static longndstLOD(long struct) Unsafe version ofdstLOD().static voidndstLOD(long struct, long value) Unsafe version ofdstLOD.static intndstMemoryType(long struct) Unsafe version ofdstMemoryType().static voidndstMemoryType(long struct, int value) Unsafe version ofdstMemoryType.static longndstPitch(long struct) Unsafe version ofdstPitch().static voidndstPitch(long struct, long value) Unsafe version ofdstPitch.static longndstXInBytes(long struct) Unsafe version ofdstXInBytes().static voidndstXInBytes(long struct, long value) Unsafe version ofdstXInBytes.static longndstY(long struct) Unsafe version ofdstY().static voidndstY(long struct, long value) Unsafe version ofdstY.static longndstZ(long struct) Unsafe version ofdstZ().static voidndstZ(long struct, long value) Unsafe version ofdstZ.static longnHeight(long struct) Unsafe version ofHeight().static voidnHeight(long struct, long value) Unsafe version ofHeight.static longnsrcArray(long struct) Unsafe version ofsrcArray().static voidnsrcArray(long struct, long value) Unsafe version ofsrcArray.static longnsrcContext(long struct) Unsafe version ofsrcContext().static voidnsrcContext(long struct, long value) Unsafe version ofsrcContext.static longnsrcDevice(long struct) Unsafe version ofsrcDevice().static voidnsrcDevice(long struct, long value) Unsafe version ofsrcDevice.static longnsrcHeight(long struct) Unsafe version ofsrcHeight().static voidnsrcHeight(long struct, long value) Unsafe version ofsrcHeight.static @Nullable ByteBuffernsrcHost(long struct, int capacity) Unsafe version ofsrcHost.static voidnsrcHost(long struct, @Nullable ByteBuffer value) Unsafe version ofsrcHost.static longnsrcLOD(long struct) Unsafe version ofsrcLOD().static voidnsrcLOD(long struct, long value) Unsafe version ofsrcLOD.static intnsrcMemoryType(long struct) Unsafe version ofsrcMemoryType().static voidnsrcMemoryType(long struct, int value) Unsafe version ofsrcMemoryType.static longnsrcPitch(long struct) Unsafe version ofsrcPitch().static voidnsrcPitch(long struct, long value) Unsafe version ofsrcPitch.static longnsrcXInBytes(long struct) Unsafe version ofsrcXInBytes().static voidnsrcXInBytes(long struct, long value) Unsafe version ofsrcXInBytes.static longnsrcY(long struct) Unsafe version ofsrcY().static voidnsrcY(long struct, long value) Unsafe version ofsrcY.static longnsrcZ(long struct) Unsafe version ofsrcZ().static voidnsrcZ(long struct, long value) Unsafe version ofsrcZ.static longnWidthInBytes(long struct) Unsafe version ofWidthInBytes().static voidnWidthInBytes(long struct, long value) Unsafe version ofWidthInBytes.set(long srcXInBytes, long srcY, long srcZ, long srcLOD, int srcMemoryType, @Nullable ByteBuffer srcHost, long srcDevice, long srcArray, long srcContext, long srcPitch, long srcHeight, long dstXInBytes, long dstY, long dstZ, long dstLOD, int dstMemoryType, @Nullable ByteBuffer dstHost, long dstDevice, long dstArray, long dstContext, long dstPitch, long dstHeight, long WidthInBytes, long Height, long Depth) Initializes this struct with the specified values.set(CUDA_MEMCPY3D_PEER src) Copies the specified struct data to this struct.intsizeof()longsrcArray()srcArray(long value) Sets the specified value to thesrcArrayfield.longsrcContext(long value) Sets the specified value to thesrcContextfield.longsrcDevice(long value) Sets the specified value to thesrcDevicefield.longsrcHeight(long value) Sets the specified value to thesrcHeightfield.@Nullable ByteBuffersrcHost(int capacity) srcHost(@Nullable ByteBuffer value) Sets the address of the specifiedByteBufferto thesrcHostfield.longsrcLOD()srcLOD(long value) Sets the specified value to thesrcLODfield.intsrcMemoryType(int value) Sets the specified value to thesrcMemoryTypefield.longsrcPitch()srcPitch(long value) Sets the specified value to thesrcPitchfield.longsrcXInBytes(long value) Sets the specified value to thesrcXInBytesfield.longsrcY()srcY(long value) Sets the specified value to thesrcYfield.longsrcZ()srcZ(long value) Sets the specified value to thesrcZfield.longWidthInBytes(long value) Sets the specified value to theWidthInBytesfield.Methods inherited from class org.lwjgl.system.Struct
clear, free, isNull, validate, validateMethods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toStringMethods inherited from interface org.lwjgl.system.NativeResource
close, free
-
Field Details
-
SIZEOF
public static final int SIZEOFThe struct size in bytes. -
ALIGNOF
public static final int ALIGNOFThe struct alignment in bytes. -
SRCXINBYTES
public static final int SRCXINBYTESThe struct member offsets. -
SRCY
public static final int SRCYThe struct member offsets. -
SRCZ
public static final int SRCZThe struct member offsets. -
SRCLOD
public static final int SRCLODThe struct member offsets. -
SRCMEMORYTYPE
public static final int SRCMEMORYTYPEThe struct member offsets. -
SRCHOST
public static final int SRCHOSTThe struct member offsets. -
SRCDEVICE
public static final int SRCDEVICEThe struct member offsets. -
SRCARRAY
public static final int SRCARRAYThe struct member offsets. -
SRCCONTEXT
public static final int SRCCONTEXTThe struct member offsets. -
SRCPITCH
public static final int SRCPITCHThe struct member offsets. -
SRCHEIGHT
public static final int SRCHEIGHTThe struct member offsets. -
DSTXINBYTES
public static final int DSTXINBYTESThe struct member offsets. -
DSTY
public static final int DSTYThe struct member offsets. -
DSTZ
public static final int DSTZThe struct member offsets. -
DSTLOD
public static final int DSTLODThe struct member offsets. -
DSTMEMORYTYPE
public static final int DSTMEMORYTYPEThe struct member offsets. -
DSTHOST
public static final int DSTHOSTThe struct member offsets. -
DSTDEVICE
public static final int DSTDEVICEThe struct member offsets. -
DSTARRAY
public static final int DSTARRAYThe struct member offsets. -
DSTCONTEXT
public static final int DSTCONTEXTThe struct member offsets. -
DSTPITCH
public static final int DSTPITCHThe struct member offsets. -
DSTHEIGHT
public static final int DSTHEIGHTThe struct member offsets. -
WIDTHINBYTES
public static final int WIDTHINBYTESThe struct member offsets. -
HEIGHT
public static final int HEIGHTThe struct member offsets. -
DEPTH
public static final int DEPTHThe struct member offsets.
-
-
Constructor Details
-
CUDA_MEMCPY3D_PEER
Creates aCUDA_MEMCPY3D_PEERinstance at the current position of the specifiedByteBuffercontainer. Changes to the buffer's content will be visible to the struct instance and vice versa.The created instance holds a strong reference to the container object.
-
-
Method Details
-
sizeof
public int sizeof()- Specified by:
sizeofin classorg.lwjgl.system.Struct<CUDA_MEMCPY3D_PEER>
-
srcXInBytes
public long srcXInBytes()- Returns:
- the value of the
srcXInBytesfield.
-
srcY
public long srcY()- Returns:
- the value of the
srcYfield.
-
srcZ
public long srcZ()- Returns:
- the value of the
srcZfield.
-
srcLOD
public long srcLOD()- Returns:
- the value of the
srcLODfield.
-
srcMemoryType
public int srcMemoryType()- Returns:
- the value of the
srcMemoryTypefield.
-
srcHost
- Parameters:
capacity- the number of elements in the returned buffer- Returns:
- a
ByteBufferview of the data pointed to by thesrcHostfield.
-
srcDevice
public long srcDevice()- Returns:
- the value of the
srcDevicefield.
-
srcArray
public long srcArray()- Returns:
- the value of the
srcArrayfield.
-
srcContext
public long srcContext()- Returns:
- the value of the
srcContextfield.
-
srcPitch
public long srcPitch()- Returns:
- the value of the
srcPitchfield.
-
srcHeight
public long srcHeight()- Returns:
- the value of the
srcHeightfield.
-
dstXInBytes
public long dstXInBytes()- Returns:
- the value of the
dstXInBytesfield.
-
dstY
public long dstY()- Returns:
- the value of the
dstYfield.
-
dstZ
public long dstZ()- Returns:
- the value of the
dstZfield.
-
dstLOD
public long dstLOD()- Returns:
- the value of the
dstLODfield.
-
dstMemoryType
public int dstMemoryType()- Returns:
- the value of the
dstMemoryTypefield.
-
dstHost
- Parameters:
capacity- the number of elements in the returned buffer- Returns:
- a
ByteBufferview of the data pointed to by thedstHostfield.
-
dstDevice
public long dstDevice()- Returns:
- the value of the
dstDevicefield.
-
dstArray
public long dstArray()- Returns:
- the value of the
dstArrayfield.
-
dstContext
public long dstContext()- Returns:
- the value of the
dstContextfield.
-
dstPitch
public long dstPitch()- Returns:
- the value of the
dstPitchfield.
-
dstHeight
public long dstHeight()- Returns:
- the value of the
dstHeightfield.
-
WidthInBytes
public long WidthInBytes()- Returns:
- the value of the
WidthInBytesfield.
-
Height
public long Height()- Returns:
- the value of the
Heightfield.
-
Depth
public long Depth()- Returns:
- the value of the
Depthfield.
-
srcXInBytes
Sets the specified value to thesrcXInBytesfield. -
srcY
Sets the specified value to thesrcYfield. -
srcZ
Sets the specified value to thesrcZfield. -
srcLOD
Sets the specified value to thesrcLODfield. -
srcMemoryType
Sets the specified value to thesrcMemoryTypefield. -
srcHost
Sets the address of the specifiedByteBufferto thesrcHostfield. -
srcDevice
Sets the specified value to thesrcDevicefield. -
srcArray
Sets the specified value to thesrcArrayfield. -
srcContext
Sets the specified value to thesrcContextfield. -
srcPitch
Sets the specified value to thesrcPitchfield. -
srcHeight
Sets the specified value to thesrcHeightfield. -
dstXInBytes
Sets the specified value to thedstXInBytesfield. -
dstY
Sets the specified value to thedstYfield. -
dstZ
Sets the specified value to thedstZfield. -
dstLOD
Sets the specified value to thedstLODfield. -
dstMemoryType
Sets the specified value to thedstMemoryTypefield. -
dstHost
Sets the address of the specifiedByteBufferto thedstHostfield. -
dstDevice
Sets the specified value to thedstDevicefield. -
dstArray
Sets the specified value to thedstArrayfield. -
dstContext
Sets the specified value to thedstContextfield. -
dstPitch
Sets the specified value to thedstPitchfield. -
dstHeight
Sets the specified value to thedstHeightfield. -
WidthInBytes
Sets the specified value to theWidthInBytesfield. -
Height
Sets the specified value to theHeightfield. -
Depth
Sets the specified value to theDepthfield. -
set
public CUDA_MEMCPY3D_PEER set(long srcXInBytes, long srcY, long srcZ, long srcLOD, int srcMemoryType, @Nullable ByteBuffer srcHost, long srcDevice, long srcArray, long srcContext, long srcPitch, long srcHeight, long dstXInBytes, long dstY, long dstZ, long dstLOD, int dstMemoryType, @Nullable ByteBuffer dstHost, long dstDevice, long dstArray, long dstContext, long dstPitch, long dstHeight, long WidthInBytes, long Height, long Depth) Initializes this struct with the specified values. -
set
Copies the specified struct data to this struct.- Parameters:
src- the source struct- Returns:
- this struct
-
malloc
Returns a newCUDA_MEMCPY3D_PEERinstance allocated withmemAlloc. The instance must be explicitly freed. -
calloc
Returns a newCUDA_MEMCPY3D_PEERinstance allocated withmemCalloc. The instance must be explicitly freed. -
create
Returns a newCUDA_MEMCPY3D_PEERinstance allocated withBufferUtils. -
create
Returns a newCUDA_MEMCPY3D_PEERinstance for the specified memory address. -
createSafe
-
malloc
Returns a newCUDA_MEMCPY3D_PEER.Bufferinstance allocated withmemAlloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
calloc
Returns a newCUDA_MEMCPY3D_PEER.Bufferinstance allocated withmemCalloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
create
Returns a newCUDA_MEMCPY3D_PEER.Bufferinstance allocated withBufferUtils.- Parameters:
capacity- the buffer capacity
-
create
Create aCUDA_MEMCPY3D_PEER.Bufferinstance at the specified memory.- Parameters:
address- the memory addresscapacity- the buffer capacity
-
createSafe
-
mallocStack
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(MemoryStack)instead. -
callocStack
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(MemoryStack)instead. -
mallocStack
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(MemoryStack)instead. -
callocStack
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(MemoryStack)instead. -
mallocStack
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(int, MemoryStack)instead. -
callocStack
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(int, MemoryStack)instead. -
mallocStack
@Deprecated public static CUDA_MEMCPY3D_PEER.Buffer mallocStack(int capacity, org.lwjgl.system.MemoryStack stack) Deprecated.Deprecated for removal in 3.4.0. Usemalloc(int, MemoryStack)instead. -
callocStack
@Deprecated public static CUDA_MEMCPY3D_PEER.Buffer callocStack(int capacity, org.lwjgl.system.MemoryStack stack) Deprecated.Deprecated for removal in 3.4.0. Usecalloc(int, MemoryStack)instead. -
malloc
Returns a newCUDA_MEMCPY3D_PEERinstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocate
-
calloc
Returns a newCUDA_MEMCPY3D_PEERinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
stack- the stack from which to allocate
-
malloc
Returns a newCUDA_MEMCPY3D_PEER.Bufferinstance allocated on the specifiedMemoryStack.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
calloc
Returns a newCUDA_MEMCPY3D_PEER.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
nsrcXInBytes
public static long nsrcXInBytes(long struct) Unsafe version ofsrcXInBytes(). -
nsrcY
public static long nsrcY(long struct) Unsafe version ofsrcY(). -
nsrcZ
public static long nsrcZ(long struct) Unsafe version ofsrcZ(). -
nsrcLOD
public static long nsrcLOD(long struct) Unsafe version ofsrcLOD(). -
nsrcMemoryType
public static int nsrcMemoryType(long struct) Unsafe version ofsrcMemoryType(). -
nsrcHost
Unsafe version ofsrcHost. -
nsrcDevice
public static long nsrcDevice(long struct) Unsafe version ofsrcDevice(). -
nsrcArray
public static long nsrcArray(long struct) Unsafe version ofsrcArray(). -
nsrcContext
public static long nsrcContext(long struct) Unsafe version ofsrcContext(). -
nsrcPitch
public static long nsrcPitch(long struct) Unsafe version ofsrcPitch(). -
nsrcHeight
public static long nsrcHeight(long struct) Unsafe version ofsrcHeight(). -
ndstXInBytes
public static long ndstXInBytes(long struct) Unsafe version ofdstXInBytes(). -
ndstY
public static long ndstY(long struct) Unsafe version ofdstY(). -
ndstZ
public static long ndstZ(long struct) Unsafe version ofdstZ(). -
ndstLOD
public static long ndstLOD(long struct) Unsafe version ofdstLOD(). -
ndstMemoryType
public static int ndstMemoryType(long struct) Unsafe version ofdstMemoryType(). -
ndstHost
Unsafe version ofdstHost. -
ndstDevice
public static long ndstDevice(long struct) Unsafe version ofdstDevice(). -
ndstArray
public static long ndstArray(long struct) Unsafe version ofdstArray(). -
ndstContext
public static long ndstContext(long struct) Unsafe version ofdstContext(). -
ndstPitch
public static long ndstPitch(long struct) Unsafe version ofdstPitch(). -
ndstHeight
public static long ndstHeight(long struct) Unsafe version ofdstHeight(). -
nWidthInBytes
public static long nWidthInBytes(long struct) Unsafe version ofWidthInBytes(). -
nHeight
public static long nHeight(long struct) Unsafe version ofHeight(). -
nDepth
public static long nDepth(long struct) Unsafe version ofDepth(). -
nsrcXInBytes
public static void nsrcXInBytes(long struct, long value) Unsafe version ofsrcXInBytes. -
nsrcY
public static void nsrcY(long struct, long value) Unsafe version ofsrcY. -
nsrcZ
public static void nsrcZ(long struct, long value) Unsafe version ofsrcZ. -
nsrcLOD
public static void nsrcLOD(long struct, long value) Unsafe version ofsrcLOD. -
nsrcMemoryType
public static void nsrcMemoryType(long struct, int value) Unsafe version ofsrcMemoryType. -
nsrcHost
Unsafe version ofsrcHost. -
nsrcDevice
public static void nsrcDevice(long struct, long value) Unsafe version ofsrcDevice. -
nsrcArray
public static void nsrcArray(long struct, long value) Unsafe version ofsrcArray. -
nsrcContext
public static void nsrcContext(long struct, long value) Unsafe version ofsrcContext. -
nsrcPitch
public static void nsrcPitch(long struct, long value) Unsafe version ofsrcPitch. -
nsrcHeight
public static void nsrcHeight(long struct, long value) Unsafe version ofsrcHeight. -
ndstXInBytes
public static void ndstXInBytes(long struct, long value) Unsafe version ofdstXInBytes. -
ndstY
public static void ndstY(long struct, long value) Unsafe version ofdstY. -
ndstZ
public static void ndstZ(long struct, long value) Unsafe version ofdstZ. -
ndstLOD
public static void ndstLOD(long struct, long value) Unsafe version ofdstLOD. -
ndstMemoryType
public static void ndstMemoryType(long struct, int value) Unsafe version ofdstMemoryType. -
ndstHost
Unsafe version ofdstHost. -
ndstDevice
public static void ndstDevice(long struct, long value) Unsafe version ofdstDevice. -
ndstArray
public static void ndstArray(long struct, long value) Unsafe version ofdstArray. -
ndstContext
public static void ndstContext(long struct, long value) Unsafe version ofdstContext. -
ndstPitch
public static void ndstPitch(long struct, long value) Unsafe version ofdstPitch. -
ndstHeight
public static void ndstHeight(long struct, long value) Unsafe version ofdstHeight. -
nWidthInBytes
public static void nWidthInBytes(long struct, long value) Unsafe version ofWidthInBytes. -
nHeight
public static void nHeight(long struct, long value) Unsafe version ofHeight. -
nDepth
public static void nDepth(long struct, long value) Unsafe version ofDepth.
-