Uses of Class
org.bytedeco.cuda.cudart.CUtexref_st
-
Packages that use CUtexref_st Package Description org.bytedeco.cuda.global -
-
Uses of CUtexref_st in org.bytedeco.cuda.global
Methods in org.bytedeco.cuda.global with parameters of type CUtexref_st Modifier and Type Method Description static intcudart. cuModuleGetTexRef(CUtexref_st pTexRef, CUmod_st hmod, String name)static intcudart. cuModuleGetTexRef(CUtexref_st pTexRef, CUmod_st hmod, BytePointer name)\brief Returns a handle to a texture reference Returns in \p *pTexRef the handle of the texture reference of name \p name in the module \p hmod.static intcudart. cuParamSetTexRef(CUfunc_st hfunc, int texunit, CUtexref_st hTexRef)Deprecated.Makes the CUDA array or linear memory bound to the texture reference \p hTexRef available to a device program as a texture.static intcudart. cuTexRefCreate(CUtexref_st pTexRef)Deprecated.Creates a texture reference and returns its handle in \p *pTexRef.static intcudart. cuTexRefDestroy(CUtexref_st hTexRef)Deprecated.Destroys the texture reference specified by \p hTexRef.static intcudart. cuTexRefGetAddress(long[] pdptr, CUtexref_st hTexRef)static intcudart. cuTexRefGetAddress(LongBuffer pdptr, CUtexref_st hTexRef)static intcudart. cuTexRefGetAddress(LongPointer pdptr, CUtexref_st hTexRef)Deprecated.Returns in \p *pdptr the base address bound to the texture reference \p hTexRef, or returns ::CUDA_ERROR_INVALID_VALUE if the texture reference is not bound to any device memory range.static intcudart. cuTexRefGetAddressMode(int[] pam, CUtexref_st hTexRef, int dim)static intcudart. cuTexRefGetAddressMode(IntBuffer pam, CUtexref_st hTexRef, int dim)static intcudart. cuTexRefGetAddressMode(IntPointer pam, CUtexref_st hTexRef, int dim)Deprecated.Returns in \p *pam the addressing mode corresponding to the dimension \p dim of the texture reference \p hTexRef.static intcudart. cuTexRefGetArray(CUarray_st phArray, CUtexref_st hTexRef)Deprecated.Returns in \p *phArray the CUDA array bound to the texture reference \p hTexRef, or returns ::CUDA_ERROR_INVALID_VALUE if the texture reference is not bound to any CUDA array.static intcudart. cuTexRefGetBorderColor(float[] pBorderColor, CUtexref_st hTexRef)static intcudart. cuTexRefGetBorderColor(FloatBuffer pBorderColor, CUtexref_st hTexRef)static intcudart. cuTexRefGetBorderColor(FloatPointer pBorderColor, CUtexref_st hTexRef)Deprecated.Returns in \p pBorderColor, values of the RGBA color used by the texture reference \p hTexRef.static intcudart. cuTexRefGetFilterMode(int[] pfm, CUtexref_st hTexRef)static intcudart. cuTexRefGetFilterMode(IntBuffer pfm, CUtexref_st hTexRef)static intcudart. cuTexRefGetFilterMode(IntPointer pfm, CUtexref_st hTexRef)Deprecated.Returns in \p *pfm the filtering mode of the texture reference \p hTexRef.static intcudart. cuTexRefGetFlags(int[] pFlags, CUtexref_st hTexRef)static intcudart. cuTexRefGetFlags(IntBuffer pFlags, CUtexref_st hTexRef)static intcudart. cuTexRefGetFlags(IntPointer pFlags, CUtexref_st hTexRef)Deprecated.Returns in \p *pFlags the flags of the texture reference \p hTexRef.static intcudart. cuTexRefGetFormat(int[] pFormat, int[] pNumChannels, CUtexref_st hTexRef)static intcudart. cuTexRefGetFormat(IntBuffer pFormat, IntBuffer pNumChannels, CUtexref_st hTexRef)static intcudart. cuTexRefGetFormat(IntPointer pFormat, IntPointer pNumChannels, CUtexref_st hTexRef)Deprecated.Returns in \p *pFormat and \p *pNumChannels the format and number of components of the CUDA array bound to the texture reference \p hTexRef.static intcudart. cuTexRefGetMaxAnisotropy(int[] pmaxAniso, CUtexref_st hTexRef)static intcudart. cuTexRefGetMaxAnisotropy(IntBuffer pmaxAniso, CUtexref_st hTexRef)static intcudart. cuTexRefGetMaxAnisotropy(IntPointer pmaxAniso, CUtexref_st hTexRef)Deprecated.Returns the maximum anisotropy in \p pmaxAniso that's used when reading memory through the texture reference \p hTexRef.static intcudart. cuTexRefGetMipmapFilterMode(int[] pfm, CUtexref_st hTexRef)static intcudart. cuTexRefGetMipmapFilterMode(IntBuffer pfm, CUtexref_st hTexRef)static intcudart. cuTexRefGetMipmapFilterMode(IntPointer pfm, CUtexref_st hTexRef)Deprecated.Returns the mipmap filtering mode in \p pfm that's used when reading memory through the texture reference \p hTexRef.static intcudart. cuTexRefGetMipmapLevelBias(float[] pbias, CUtexref_st hTexRef)static intcudart. cuTexRefGetMipmapLevelBias(FloatBuffer pbias, CUtexref_st hTexRef)static intcudart. cuTexRefGetMipmapLevelBias(FloatPointer pbias, CUtexref_st hTexRef)Deprecated.Returns the mipmap level bias in \p pBias that's added to the specified mipmap level when reading memory through the texture reference \p hTexRef.static intcudart. cuTexRefGetMipmapLevelClamp(float[] pminMipmapLevelClamp, float[] pmaxMipmapLevelClamp, CUtexref_st hTexRef)static intcudart. cuTexRefGetMipmapLevelClamp(FloatBuffer pminMipmapLevelClamp, FloatBuffer pmaxMipmapLevelClamp, CUtexref_st hTexRef)static intcudart. cuTexRefGetMipmapLevelClamp(FloatPointer pminMipmapLevelClamp, FloatPointer pmaxMipmapLevelClamp, CUtexref_st hTexRef)Deprecated.Returns the min/max mipmap level clamps in \p pminMipmapLevelClamp and \p pmaxMipmapLevelClamp that's used when reading memory through the texture reference \p hTexRef.static intcudart. cuTexRefGetMipmappedArray(CUmipmappedArray_st phMipmappedArray, CUtexref_st hTexRef)Deprecated.Returns in \p *phMipmappedArray the CUDA mipmapped array bound to the texture reference \p hTexRef, or returns ::CUDA_ERROR_INVALID_VALUE if the texture reference is not bound to any CUDA mipmapped array.static intcudart. cuTexRefSetAddress(SizeTPointer ByteOffset, CUtexref_st hTexRef, long dptr, long bytes)Deprecated.Binds a linear address range to the texture reference \p hTexRef.static intcudart. cuTexRefSetAddress2D(CUtexref_st hTexRef, CUDA_ARRAY_DESCRIPTOR desc, long dptr, long Pitch)Deprecated.Binds a linear address range to the texture reference \p hTexRef.static intcudart. cuTexRefSetAddressMode(CUtexref_st hTexRef, int dim, int am)Deprecated.Specifies the addressing mode \p am for the given dimension \p dim of the texture reference \p hTexRef.static intcudart. cuTexRefSetArray(CUtexref_st hTexRef, CUarray_st hArray, int Flags)Deprecated.Binds the CUDA array \p hArray to the texture reference \p hTexRef.static intcudart. cuTexRefSetBorderColor(CUtexref_st hTexRef, float[] pBorderColor)static intcudart. cuTexRefSetBorderColor(CUtexref_st hTexRef, FloatBuffer pBorderColor)static intcudart. cuTexRefSetBorderColor(CUtexref_st hTexRef, FloatPointer pBorderColor)Deprecated.Specifies the value of the RGBA color via the \p pBorderColor to the texture reference \p hTexRef.static intcudart. cuTexRefSetFilterMode(CUtexref_st hTexRef, int fm)Deprecated.Specifies the filtering mode \p fm to be used when reading memory through the texture reference \p hTexRef.static intcudart. cuTexRefSetFlags(CUtexref_st hTexRef, int Flags)Deprecated.Specifies optional flags via \p Flags to specify the behavior of data returned through the texture reference \p hTexRef.static intcudart. cuTexRefSetFormat(CUtexref_st hTexRef, int fmt, int NumPackedComponents)Deprecated.Specifies the format of the data to be read by the texture reference \p hTexRef.static intcudart. cuTexRefSetMaxAnisotropy(CUtexref_st hTexRef, int maxAniso)Deprecated.Specifies the maximum anisotropy \p maxAniso to be used when reading memory through the texture reference \p hTexRef.static intcudart. cuTexRefSetMipmapFilterMode(CUtexref_st hTexRef, int fm)Deprecated.Specifies the mipmap filtering mode \p fm to be used when reading memory through the texture reference \p hTexRef.static intcudart. cuTexRefSetMipmapLevelBias(CUtexref_st hTexRef, float bias)Deprecated.Specifies the mipmap level bias \p bias to be added to the specified mipmap level when reading memory through the texture reference \p hTexRef.static intcudart. cuTexRefSetMipmapLevelClamp(CUtexref_st hTexRef, float minMipmapLevelClamp, float maxMipmapLevelClamp)Deprecated.Specifies the min/max mipmap level clamps, \p minMipmapLevelClamp and \p maxMipmapLevelClamp respectively, to be used when reading memory through the texture reference \p hTexRef.static intcudart. cuTexRefSetMipmappedArray(CUtexref_st hTexRef, CUmipmappedArray_st hMipmappedArray, int Flags)Deprecated.Binds the CUDA mipmapped array \p hMipmappedArray to the texture reference \p hTexRef.
-