Uses of Class
org.bytedeco.cuda.cudart.textureReference
-
Packages that use textureReference Package Description org.bytedeco.cuda.cudart org.bytedeco.cuda.global -
-
Uses of textureReference in org.bytedeco.cuda.cudart
Methods in org.bytedeco.cuda.cudart that return textureReference Modifier and Type Method Description textureReferencetextureReference. __cudaReserved(int i, int setter)textureReferencetextureReference. addressMode(int i, int setter)textureReferencetextureReference. channelDesc(cudaChannelFormatDesc setter)textureReferencetextureReference. filterMode(int setter)textureReferencetextureReference. getPointer(long i)textureReferencetextureReference. maxAnisotropy(int setter)textureReferencetextureReference. maxMipmapLevelClamp(float setter)textureReferencetextureReference. minMipmapLevelClamp(float setter)textureReferencetextureReference. mipmapFilterMode(int setter)textureReferencetextureReference. mipmapLevelBias(float setter)textureReferencetextureReference. normalized(int setter)textureReferencetextureReference. position(long position)textureReferencetextureReference. sRGB(int setter) -
Uses of textureReference in org.bytedeco.cuda.global
Methods in org.bytedeco.cuda.global with parameters of type textureReference Modifier and Type Method Description 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. cudaGetTextureAlignmentOffset(SizeTPointer offset, textureReference texref)Deprecated.Returns in \p *offset the offset that was returned when texture reference \p texref was bound.static intcudart. cudaGetTextureReference(textureReference texref, Pointer symbol)static intcudart. cudaUnbindTexture(textureReference texref)Deprecated.Unbinds the texture bound to \p texref.
-