Home
last modified time | relevance | path

Searched refs:_mesa_get_compressed_fetch_func (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/main/
Dtexcompress.h58 _mesa_get_compressed_fetch_func(mesa_format format);
Dtexcompress.c894 _mesa_get_compressed_fetch_func(mesa_format format) in _mesa_get_compressed_fetch_func() function
932 fetch = _mesa_get_compressed_fetch_func(format); in _mesa_decompress_image()
/external/mesa3d/src/mesa/swrast/
Ds_texfetch.c508 texImage->FetchCompressedTexel = _mesa_get_compressed_fetch_func(format); in set_fetch_functions()