Uses of Class
jcuda.runtime.cudaPitchedPtr

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

Uses of cudaPitchedPtr in jcuda.runtime
 

Fields in jcuda.runtime declared as cudaPitchedPtr
 cudaPitchedPtr cudaMemcpy3DPeerParms.dstPtr
          The destination pointer.
 cudaPitchedPtr cudaMemcpy3DParms.dstPtr
          The destination pointer.
 cudaPitchedPtr cudaMemcpy3DPeerParms.srcPtr
          The source pointer.
 cudaPitchedPtr cudaMemcpy3DParms.srcPtr
          The source pointer.
 

Methods in jcuda.runtime with parameters of type cudaPitchedPtr
static int JCuda.cudaMalloc3D(cudaPitchedPtr pitchDevPtr, cudaExtent extent)
          Allocates logical 1D, 2D, or 3D memory objects on the device.
static int JCuda.cudaMemset3D(cudaPitchedPtr pitchDevPtr, int value, cudaExtent extent)
          Initializes or sets device memory to a value.
static int JCuda.cudaMemset3DAsync(cudaPitchedPtr pitchedDevPtr, int value, cudaExtent extent, cudaStream_t stream)
          Initializes or sets device memory to a value.