HIP: Heterogenous-computing Interface for Portability
Functions
Texture Management [Deprecated]
Collaboration diagram for Texture Management [Deprecated]:

Functions

hipError_t hipBindTexture (size_t *offset, const textureReference *tex, const void *devPtr, const hipChannelFormatDesc *desc, size_t size __dparm(UINT_MAX))
 
hipError_t hipBindTexture2D (size_t *offset, const textureReference *tex, const void *devPtr, const hipChannelFormatDesc *desc, size_t width, size_t height, size_t pitch)
 
hipError_t hipBindTextureToArray (const textureReference *tex, hipArray_const_t array, const hipChannelFormatDesc *desc)
 
hipError_t hipGetTextureAlignmentOffset (size_t *offset, const textureReference *texref)
 
hipError_t hipUnbindTexture (const textureReference *tex)
 

Detailed Description

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