Searched refs:MESA_FORMAT_SRGBA_DXT1 (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
D | texcompress_s3tc.c | 111 dstFormat == MESA_FORMAT_SRGBA_DXT1); in _mesa_texstore_rgba_dxt1() 375 case MESA_FORMAT_SRGBA_DXT1: in _mesa_get_dxt_fetch_func()
|
D | texcompress.c | 509 return MESA_FORMAT_SRGBA_DXT1; in _mesa_glenum_to_compressed_format() 705 case MESA_FORMAT_SRGBA_DXT1: in _mesa_compressed_format_to_glenum()
|
D | formats.h | 541 #define MESA_FORMAT_SRGBA_DXT1 PIPE_FORMAT_DXT1_SRGBA macro
|
D | formats.c | 709 case MESA_FORMAT_SRGBA_DXT1: in _mesa_get_uncompressed_format()
|
D | formats.csv | 280 MESA_FORMAT_SRGBA_DXT1 , s3tc , 4, 4, 1, x64 , , , , xyzw, srgb
|
D | texstore.c | 624 table[MESA_FORMAT_SRGBA_DXT1] = _mesa_texstore_rgba_dxt1; in texstore_compressed()
|