Uses of Class
jcuda.driver.CUDA_ARRAY3D_DESCRIPTOR

Packages that use CUDA_ARRAY3D_DESCRIPTOR
jcuda.driver Contains the classes related to the JCuda driver API. 
 

Uses of CUDA_ARRAY3D_DESCRIPTOR in jcuda.driver
 

Methods in jcuda.driver with parameters of type CUDA_ARRAY3D_DESCRIPTOR
static int JCudaDriver.cuArray3DCreate(CUarray pHandle, CUDA_ARRAY3D_DESCRIPTOR pAllocateArray)
          Creates a 3D CUDA array.
static int JCudaDriver.cuArray3DGetDescriptor(CUDA_ARRAY3D_DESCRIPTOR pArrayDescriptor, CUarray hArray)
          Get a 3D CUDA array descriptor.
static int JCudaDriver.cuMipmappedArrayCreate(CUmipmappedArray pHandle, CUDA_ARRAY3D_DESCRIPTOR pMipmappedArrayDesc, int numMipmapLevels)
          Creates a CUDA mipmapped array.