Uses of Class
jcuda.driver.CUDA_ARRAY_DESCRIPTOR

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

Uses of CUDA_ARRAY_DESCRIPTOR in jcuda.driver
 

Methods in jcuda.driver with parameters of type CUDA_ARRAY_DESCRIPTOR
static int JCudaDriver.cuArrayCreate(CUarray pHandle, CUDA_ARRAY_DESCRIPTOR pAllocateArray)
          Creates a 1D or 2D CUDA array.
static int JCudaDriver.cuArrayGetDescriptor(CUDA_ARRAY_DESCRIPTOR pArrayDescriptor, CUarray hArray)
          Get a 1D or 2D CUDA array descriptor.
static int JCudaDriver.cuTexRefSetAddress2D(CUtexref hTexRef, CUDA_ARRAY_DESCRIPTOR desc, CUdeviceptr dptr, long PitchInBytes)
          Binds an address as a 2D texture reference.