A B C D E F G H I J K L M N P R S T V W X Y Z

D

Depth - Variable in class jcuda.driver.CUDA_ARRAY3D_DESCRIPTOR
Depth is the depth of the CUDA array (in elements); the CUDA array is one-dimensional if height and depth are 0, two-dimensional if depth is 0, and three-dimensional otherwise;
Depth - Variable in class jcuda.driver.CUDA_MEMCPY3D
WidthInBytes, Height and Depth specify the width (in bytes), height and depth of the 3D copy being performed.
depth - Variable in class jcuda.runtime.cudaExtent
The depth of this cudaExtent
deviceOverlap - Variable in class jcuda.runtime.cudaDeviceProp
1 if the device can concurrently copy memory between host and device while executing a kernel, or 0 if not;
dim3 - Class in jcuda.runtime
Java port of a dim3.
dim3() - Constructor for class jcuda.runtime.dim3
Creates a new dim3, with default size (1,1,1)
dim3(int, int, int) - Constructor for class jcuda.runtime.dim3
Creates a new dim3, with the given size
DOUBLE - Static variable in class jcuda.Sizeof
Size of a double, in bytes
dstArray - Variable in class jcuda.driver.CUDA_MEMCPY2D
The destination array.
dstArray - Variable in class jcuda.driver.CUDA_MEMCPY3D
The destination array.
dstArray - Variable in class jcuda.runtime.cudaMemcpy3DParms
The destination array.
dstDevice - Variable in class jcuda.driver.CUDA_MEMCPY2D
The destination pointer.
dstDevice - Variable in class jcuda.driver.CUDA_MEMCPY3D
The destination pointer.
dstHeight - Variable in class jcuda.driver.CUDA_MEMCPY3D
The destination height - ignored when dst is array and may be 0 if Depth==1
dstHost - Variable in class jcuda.driver.CUDA_MEMCPY2D
The destination pointer.
dstHost - Variable in class jcuda.driver.CUDA_MEMCPY3D
The destination pointer.
dstLOD - Variable in class jcuda.driver.CUDA_MEMCPY3D
Must be set to 0
dstMemoryType - Variable in class jcuda.driver.CUDA_MEMCPY2D
The destination memory type.
dstMemoryType - Variable in class jcuda.driver.CUDA_MEMCPY3D
The destination memory type.
dstPitch - Variable in class jcuda.driver.CUDA_MEMCPY2D
The destination pitch - ignored when dst is array.
dstPitch - Variable in class jcuda.driver.CUDA_MEMCPY3D
The destination pitch - ignored when dst is array.
dstPos - Variable in class jcuda.runtime.cudaMemcpy3DParms
The srcPos and dstPos fields are optional offsets into the source and destination objects and are defined in units of each object's elements.
dstPtr - Variable in class jcuda.runtime.cudaMemcpy3DParms
The destination pointer.
dstXInBytes - Variable in class jcuda.driver.CUDA_MEMCPY2D
dstXInBytes and dstY specify the base address of the destination data for the copy.
dstXInBytes - Variable in class jcuda.driver.CUDA_MEMCPY3D
dstXInBytes, dstY and dstZ specify the base address of the destination data for the copy.
dstY - Variable in class jcuda.driver.CUDA_MEMCPY2D
dstXInBytes and dstY specify the base address of the destination data for the copy.
dstY - Variable in class jcuda.driver.CUDA_MEMCPY3D
dstXInBytes, dstY and dstZ specify the base address of the destination data for the copy.
dstZ - Variable in class jcuda.driver.CUDA_MEMCPY3D
dstXInBytes, dstY and dstZ specify the base address of the destination data for the copy.

A B C D E F G H I J K L M N P R S T V W X Y Z