Home
last modified time | relevance | path

Searched refs:MESA_FORMAT_BPTC_SRGB_ALPHA_UNORM (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dtexcompress.c560 return MESA_FORMAT_BPTC_SRGB_ALPHA_UNORM; in _mesa_glenum_to_compressed_format()
754 case MESA_FORMAT_BPTC_SRGB_ALPHA_UNORM: in _mesa_compressed_format_to_glenum()
Dtexcompress_bptc.c114 case MESA_FORMAT_BPTC_SRGB_ALPHA_UNORM: in _mesa_get_bptc_fetch_func()
Dformats.h566 #define MESA_FORMAT_BPTC_SRGB_ALPHA_UNORM PIPE_FORMAT_BPTC_SRGBA macro
Dformats.c752 case MESA_FORMAT_BPTC_SRGB_ALPHA_UNORM: in _mesa_get_uncompressed_format()
Dformats.csv315 MESA_FORMAT_BPTC_SRGB_ALPHA_UNORM , bptc , 4, 4, 1, x128, , , , xyzw, srgb
Dtexstore.c657 table[MESA_FORMAT_BPTC_SRGB_ALPHA_UNORM] = in texstore_compressed()