Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dtexcompress.c558 return MESA_FORMAT_BPTC_RGBA_UNORM; in _mesa_glenum_to_compressed_format()
752 case MESA_FORMAT_BPTC_RGBA_UNORM: in _mesa_compressed_format_to_glenum()
Dtexcompress_bptc.c112 case MESA_FORMAT_BPTC_RGBA_UNORM: in _mesa_get_bptc_fetch_func()
Dformats.h565 #define MESA_FORMAT_BPTC_RGBA_UNORM PIPE_FORMAT_BPTC_RGBA_UNORM macro
Dformats.c751 case MESA_FORMAT_BPTC_RGBA_UNORM: in _mesa_get_uncompressed_format()
Dformats.csv314 MESA_FORMAT_BPTC_RGBA_UNORM , bptc , 4, 4, 1, x128, , , , xyzw, rgb
Dtexstore.c655 table[MESA_FORMAT_BPTC_RGBA_UNORM] = in texstore_compressed()