Texture Management [Unsupported]

Texture Management [Unsupported]#

HIP Runtime API Reference: Texture Management [Unsupported]
Texture Management [Unsupported]
Collaboration diagram for Texture Management [Unsupported]:

Functions

hipError_t hipTexRefSetBorderColor (textureReference *texRef, float *pBorderColor)
 
hipError_t hipTexRefSetMipmapFilterMode (textureReference *texRef, enum hipTextureFilterMode fm)
 
hipError_t hipTexRefSetMipmapLevelBias (textureReference *texRef, float bias)
 
hipError_t hipTexRefSetMipmapLevelClamp (textureReference *texRef, float minMipMapLevelClamp, float maxMipMapLevelClamp)
 
hipError_t hipTexRefSetMipmappedArray (textureReference *texRef, struct hipMipmappedArray *mipmappedArray, unsigned int Flags)
 
hipError_t hipMipmappedArrayCreate (hipMipmappedArray_t *pHandle, HIP_ARRAY3D_DESCRIPTOR *pMipmappedArrayDesc, unsigned int numMipmapLevels)
 
hipError_t hipMipmappedArrayDestroy (hipMipmappedArray_t hMipmappedArray)
 
hipError_t hipMipmappedArrayGetLevel (hipArray_t *pLevelArray, hipMipmappedArray_t hMipMappedArray, unsigned int level)
 

Detailed Description

This section describes the unsupported texture management functions of HIP runtime API.

This section describes the texture management functions currently unsupported in HIP runtime.

Function Documentation

◆ hipMipmappedArrayCreate()

hipError_t hipMipmappedArrayCreate ( hipMipmappedArray_t *  pHandle,
HIP_ARRAY3D_DESCRIPTOR pMipmappedArrayDesc,
unsigned int  numMipmapLevels 
)

◆ hipMipmappedArrayDestroy()

hipError_t hipMipmappedArrayDestroy ( hipMipmappedArray_t  hMipmappedArray)

◆ hipMipmappedArrayGetLevel()

hipError_t hipMipmappedArrayGetLevel ( hipArray_t *  pLevelArray,
hipMipmappedArray_t  hMipMappedArray,
unsigned int  level 
)

◆ hipTexRefSetBorderColor()

hipError_t hipTexRefSetBorderColor ( textureReference texRef,
float *  pBorderColor 
)

◆ hipTexRefSetMipmapFilterMode()

hipError_t hipTexRefSetMipmapFilterMode ( textureReference texRef,
enum hipTextureFilterMode  fm 
)

◆ hipTexRefSetMipmapLevelBias()

hipError_t hipTexRefSetMipmapLevelBias ( textureReference texRef,
float  bias 
)

◆ hipTexRefSetMipmapLevelClamp()

hipError_t hipTexRefSetMipmapLevelClamp ( textureReference texRef,
float  minMipMapLevelClamp,
float  maxMipMapLevelClamp 
)

◆ hipTexRefSetMipmappedArray()

hipError_t hipTexRefSetMipmappedArray ( textureReference texRef,
struct hipMipmappedArray mipmappedArray,
unsigned int  Flags 
)