Uses of Class
jcuda.runtime.cudaExtent

Packages that use cudaExtent
jcuda.runtime Contains the classes related to the JCuda runtime API. 
 

Uses of cudaExtent in jcuda.runtime
 

Fields in jcuda.runtime declared as cudaExtent
 cudaExtent cudaMemcpy3DParms.extent
          The extent field defines the dimensions of the transferred area in elements.
 

Methods in jcuda.runtime with parameters of type cudaExtent
static int JCuda.cudaMalloc3D(cudaPitchedPtr pitchDevPtr, cudaExtent extent)
          Allocates logical 1D, 2D, or 3D memory objects on the GPU.
static int JCuda.cudaMalloc3DArray(cudaArray arrayPtr, cudaChannelFormatDesc desc, cudaExtent extent)
          Allocate an array on the GPU.
static int JCuda.cudaMemset3D(cudaPitchedPtr pitchDevPtr, int value, cudaExtent extent)
          Initializes or sets GPU memory to a value.