Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dtexcompress.h58 _mesa_get_compressed_fetch_func(mesa_format format);
Dtexcompress.c911 _mesa_get_compressed_fetch_func(mesa_format format) in _mesa_get_compressed_fetch_func() function
949 fetch = _mesa_get_compressed_fetch_func(format); in _mesa_decompress_image()
/third_party/mesa3d/src/mesa/swrast/
Ds_texfetch.c339 texImage->FetchCompressedTexel = _mesa_get_compressed_fetch_func(format); in set_fetch_functions()