Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/main/
Dformat_fallback.c75 return MESA_FORMAT_BPTC_RGBA_UNORM; in _mesa_get_srgb_format_linear()
176 case MESA_FORMAT_BPTC_RGBA_UNORM: in _mesa_get_linear_format_srgb()
/external/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.h562 #define MESA_FORMAT_BPTC_RGBA_UNORM PIPE_FORMAT_BPTC_RGBA_UNORM macro
Dformats.c750 case MESA_FORMAT_BPTC_RGBA_UNORM: in _mesa_get_uncompressed_format()
Dformats.csv310 MESA_FORMAT_BPTC_RGBA_UNORM , bptc , 4, 4, 1, x128, , , , xyzw, rgb
Dtexstore.c652 table[MESA_FORMAT_BPTC_RGBA_UNORM] = in texstore_compressed()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_surface_formats.c153 [MESA_FORMAT_BPTC_RGBA_UNORM] = ISL_FORMAT_BC7_UNORM, in brw_isl_format_for_mesa_format()