|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcuda.driver.CUDA_MEMCPY3D
public class CUDA_MEMCPY3D
Java port of a CUDA_MEMCPY3D setup.
Most comments are taken from the CUDA reference manual
JCudaDriver.cuMemcpy3D(CUDA_MEMCPY3D)
Field Summary | |
---|---|
int |
Depth
WidthInBytes, Height and Depth specify the width (in bytes), height and depth of the 3D copy being performed. |
CUarray |
dstArray
The destination array. |
CUdeviceptr |
dstDevice
The destination pointer. |
int |
dstHeight
The destination height - ignored when dst is array and may be 0 if Depth==1 |
Pointer |
dstHost
The destination pointer. |
int |
dstLOD
Must be set to 0 |
int |
dstMemoryType
The destination memory type. |
int |
dstPitch
The destination pitch - ignored when dst is array. |
int |
dstXInBytes
dstXInBytes, dstY and dstZ specify the base address of the destination data for the copy. |
int |
dstY
dstXInBytes, dstY and dstZ specify the base address of the destination data for the copy. |
int |
dstZ
dstXInBytes, dstY and dstZ specify the base address of the destination data for the copy. |
int |
Height
WidthInBytes, Height and Depth specify the width (in bytes), height and depth of the 3D copy being performed. |
CUarray |
srcArray
The source array. |
CUdeviceptr |
srcDevice
The source pointer. |
int |
srcHeight
The source height - ignored when src is array and may be 0 if Depth==1 |
Pointer |
srcHost
The source pointer. |
int |
srcLOD
Must be set to 0 |
int |
srcMemoryType
The source memory type. |
int |
srcPitch
The source pitch - ignored when src is array. |
int |
srcXInBytes
srcXInBytes, srcY and srcZ specify the base address of the source data for the copy. |
int |
srcY
srcXInBytes, srcY and srcZ specify the base address of the source data for the copy. |
int |
srcZ
srcXInBytes, srcY and srcZ specify the base address of the source data for the copy. |
int |
WidthInBytes
WidthInBytes, Height and Depth specify the width (in bytes), height and depth of the 3D copy being performed. |
Constructor Summary | |
---|---|
CUDA_MEMCPY3D()
Creates a new, uninitialized CUDA_MEMCPY3D |
Method Summary | |
---|---|
java.lang.String |
toFormattedString()
Creates and returns a formatted (aligned, multi-line) String representation of this object |
java.lang.String |
toString()
Returns a String representation of this object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public int srcXInBytes
public int srcY
public int srcZ
public int srcLOD
public int srcMemoryType
CUmemorytype
public Pointer srcHost
public CUdeviceptr srcDevice
public CUarray srcArray
public int srcPitch
public int srcHeight
public int dstXInBytes
public int dstY
public int dstZ
public int dstLOD
public int dstMemoryType
CUmemorytype
public Pointer dstHost
public CUdeviceptr dstDevice
public CUarray dstArray
public int dstPitch
public int dstHeight
public int WidthInBytes
public int Height
public int Depth
Constructor Detail |
---|
public CUDA_MEMCPY3D()
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toFormattedString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |