Uses of Class
org.bytedeco.cuda.cudart.cudaPitchedPtr
-
Packages that use cudaPitchedPtr Package Description org.bytedeco.cuda.cudart org.bytedeco.cuda.global -
-
Uses of cudaPitchedPtr in org.bytedeco.cuda.cudart
Methods in org.bytedeco.cuda.cudart that return cudaPitchedPtr Modifier and Type Method Description cudaPitchedPtrcudaMemcpy3DParms. dstPtr()Pitched destination memory addresscudaPitchedPtrcudaMemcpy3DPeerParms. dstPtr()Pitched destination memory addresscudaPitchedPtrcudaPitchedPtr. getPointer(long i)cudaPitchedPtrcudaPitchedPtr. pitch(long setter)cudaPitchedPtrcudaPitchedPtr. position(long position)cudaPitchedPtrcudaPitchedPtr. ptr(Pointer setter)cudaPitchedPtrcudaMemcpy3DParms. srcPtr()Pitched source memory addresscudaPitchedPtrcudaMemcpy3DPeerParms. srcPtr()Pitched source memory addresscudaPitchedPtrcudaPitchedPtr. xsize(long setter)cudaPitchedPtrcudaPitchedPtr. ysize(long setter)Methods in org.bytedeco.cuda.cudart with parameters of type cudaPitchedPtr Modifier and Type Method Description cudaMemcpy3DParmscudaMemcpy3DParms. dstPtr(cudaPitchedPtr setter)cudaMemcpy3DPeerParmscudaMemcpy3DPeerParms. dstPtr(cudaPitchedPtr setter)cudaMemcpy3DParmscudaMemcpy3DParms. srcPtr(cudaPitchedPtr setter)cudaMemcpy3DPeerParmscudaMemcpy3DPeerParms. srcPtr(cudaPitchedPtr setter) -
Uses of cudaPitchedPtr in org.bytedeco.cuda.global
Methods in org.bytedeco.cuda.global that return cudaPitchedPtr Modifier and Type Method Description static cudaPitchedPtrcudart. make_cudaPitchedPtr(Pointer d, long p, long xsz, long ysz)\brief Returns a cudaPitchedPtr based on input parameters Returns a ::cudaPitchedPtr based on the specified input parameters \p d, \p p, \p xsz, and \p ysz.Methods in org.bytedeco.cuda.global with parameters of type cudaPitchedPtr Modifier and Type Method Description static intcudart. cudaMalloc3D(cudaPitchedPtr pitchedDevPtr, cudaExtent extent)\brief Allocates logical 1D, 2D, or 3D memory objects on the device Allocates at least \p width * \p height * \p depth bytes of linear memory on the device and returns a ::cudaPitchedPtr in which \p ptr is a pointer to the allocated memory.static intcudart. cudaMemset3D(cudaPitchedPtr pitchedDevPtr, int value, cudaExtent extent)\brief Initializes or sets device memory to a value Initializes each element of a 3D array to the specified value \p value.static intcudart. cudaMemset3DAsync(cudaPitchedPtr pitchedDevPtr, int value, cudaExtent extent)static intcudart. cudaMemset3DAsync(cudaPitchedPtr pitchedDevPtr, int value, cudaExtent extent, CUstream_st stream)\brief Initializes or sets device memory to a value Initializes each element of a 3D array to the specified value \p value.
-