Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/mesa/main/
H A 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()
H A Dtexcompress_bptc.c112 case MESA_FORMAT_BPTC_RGBA_UNORM: in _mesa_get_bptc_fetch_func()
H A Dformats.h568 #define MESA_FORMAT_BPTC_RGBA_UNORM PIPE_FORMAT_BPTC_RGBA_UNORM macro
H A Dformats.c746 case MESA_FORMAT_BPTC_RGBA_UNORM: in _mesa_get_uncompressed_format()
H A Dformats.csv316 MESA_FORMAT_BPTC_RGBA_UNORM , bptc , 4, 4, 1, x128, , , , xyzw, rgb
H A Dtexstore.c659 table[MESA_FORMAT_BPTC_RGBA_UNORM] = in texstore_compressed()