Uses of Class
org.bytedeco.cuda.cudart.cudaChannelFormatDesc
-
Packages that use cudaChannelFormatDesc Package Description org.bytedeco.cuda.cudart org.bytedeco.cuda.global -
-
Uses of cudaChannelFormatDesc in org.bytedeco.cuda.cudart
Methods in org.bytedeco.cuda.cudart that return cudaChannelFormatDesc Modifier and Type Method Description cudaChannelFormatDescsurfaceReference. channelDesc()Channel descriptor for surface referencecudaChannelFormatDesctextureReference. channelDesc()Channel descriptor for the texture referencecudaChannelFormatDesccudaChannelFormatDesc. f(int setter)cudaChannelFormatDesccudaExternalMemoryMipmappedArrayDesc. formatDesc()Format of base level of the mipmap chaincudaChannelFormatDesccudaChannelFormatDesc. getPointer(long i)cudaChannelFormatDesccudaChannelFormatDesc. position(long position)cudaChannelFormatDesccudaResourceDesc. res_linear_desc()Channel descriptorcudaChannelFormatDesccudaResourceDesc. res_pitch2D_desc()Channel descriptorcudaChannelFormatDesccudaChannelFormatDesc. w(int setter)cudaChannelFormatDesccudaChannelFormatDesc. x(int setter)cudaChannelFormatDesccudaChannelFormatDesc. y(int setter)cudaChannelFormatDesccudaChannelFormatDesc. z(int setter)Methods in org.bytedeco.cuda.cudart with parameters of type cudaChannelFormatDesc Modifier and Type Method Description surfaceReferencesurfaceReference. channelDesc(cudaChannelFormatDesc setter)textureReferencetextureReference. channelDesc(cudaChannelFormatDesc setter)cudaExternalMemoryMipmappedArrayDesccudaExternalMemoryMipmappedArrayDesc. formatDesc(cudaChannelFormatDesc setter)cudaResourceDesccudaResourceDesc. res_linear_desc(cudaChannelFormatDesc setter)cudaResourceDesccudaResourceDesc. res_pitch2D_desc(cudaChannelFormatDesc setter) -
Uses of cudaChannelFormatDesc in org.bytedeco.cuda.global
Methods in org.bytedeco.cuda.global that return cudaChannelFormatDesc Modifier and Type Method Description static cudaChannelFormatDesccudart. cudaCreateChannelDesc(int x, int y, int z, int w, int f)\brief Returns a channel descriptor using the specified format Returns a channel descriptor with format \p f and number of bits of each component \p x, \p y, \p z, and \p w.Methods in org.bytedeco.cuda.global with parameters of type cudaChannelFormatDesc Modifier and Type Method Description static intcudart. cudaArrayGetInfo(cudaChannelFormatDesc desc, cudaExtent extent, int[] flags, cudaArray array)static intcudart. cudaArrayGetInfo(cudaChannelFormatDesc desc, cudaExtent extent, IntBuffer flags, cudaArray array)static intcudart. cudaArrayGetInfo(cudaChannelFormatDesc desc, cudaExtent extent, IntPointer flags, cudaArray array)\brief Gets info about the specified cudaArray Returns in \p *desc, \p *extent and \p *flags respectively, the type, shape and flags of \p array.static intcudart. cudaBindSurfaceToArray(surfaceReference surfref, cudaArray array, cudaChannelFormatDesc desc)Deprecated.Binds the CUDA array \p array to the surface reference \p surfref.static intcudart. cudaBindTexture(SizeTPointer offset, textureReference texref, Pointer devPtr, cudaChannelFormatDesc desc)static intcudart. cudaBindTexture(SizeTPointer offset, textureReference texref, Pointer devPtr, cudaChannelFormatDesc desc, long size)Deprecated.Binds \p size bytes of the memory area pointed to by \p devPtr to the texture reference \p texref.static intcudart. cudaBindTexture2D(SizeTPointer offset, textureReference texref, Pointer devPtr, cudaChannelFormatDesc desc, long width, long height, long pitch)Deprecated.Binds the 2D memory area pointed to by \p devPtr to the texture reference \p texref.static intcudart. cudaBindTextureToArray(textureReference texref, cudaArray array, cudaChannelFormatDesc desc)Deprecated.Binds the CUDA array \p array to the texture reference \p texref.static intcudart. cudaBindTextureToMipmappedArray(textureReference texref, cudaMipmappedArray mipmappedArray, cudaChannelFormatDesc desc)Deprecated.Binds the CUDA mipmapped array \p mipmappedArray to the texture reference \p texref.static intcudart. cudaGetChannelDesc(cudaChannelFormatDesc desc, cudaArray array)\brief Get the channel descriptor of an array Returns in \p *desc the channel descriptor of the CUDA array \p array.static intcudart. cudaMalloc3DArray(cudaArray array, cudaChannelFormatDesc desc, cudaExtent extent)static intcudart. cudaMalloc3DArray(cudaArray array, cudaChannelFormatDesc desc, cudaExtent extent, int flags)\brief Allocate an array on the device Allocates a CUDA array according to the ::cudaChannelFormatDesc structure \p desc and returns a handle to the new CUDA array in \p *array.static intcudart. cudaMallocArray(cudaArray array, cudaChannelFormatDesc desc, long width)static intcudart. cudaMallocArray(cudaArray array, cudaChannelFormatDesc desc, long width, long height, int flags)\brief Allocate an array on the device Allocates a CUDA array according to the ::cudaChannelFormatDesc structure \p desc and returns a handle to the new CUDA array in \p *array.static intcudart. cudaMallocMipmappedArray(cudaMipmappedArray mipmappedArray, cudaChannelFormatDesc desc, cudaExtent extent, int numLevels)static intcudart. cudaMallocMipmappedArray(cudaMipmappedArray mipmappedArray, cudaChannelFormatDesc desc, cudaExtent extent, int numLevels, int flags)\brief Allocate a mipmapped array on the device Allocates a CUDA mipmapped array according to the ::cudaChannelFormatDesc structure \p desc and returns a handle to the new CUDA mipmapped array in \p *mipmappedArray.
-