Home
last modified time | relevance | path

Searched refs:MESA_FORMAT_ETC2_RGBA8_EAC (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_surface_formats.c144 [MESA_FORMAT_ETC2_RGBA8_EAC] = ISL_FORMAT_ETC2_EAC_RGBA8, in brw_isl_format_for_mesa_format()
389 screen->mesa_format_supports_texture[MESA_FORMAT_ETC2_RGBA8_EAC] = true; in brw_screen_init_surface_formats()
Dbrw_mipmap_tree.c215 case MESA_FORMAT_ETC2_RGBA8_EAC: in brw_lower_compressed_format()
/third_party/mesa3d/src/mesa/main/
Dtexcompress.c541 return MESA_FORMAT_ETC2_RGBA8_EAC; in _mesa_glenum_to_compressed_format()
735 case MESA_FORMAT_ETC2_RGBA8_EAC: in _mesa_compressed_format_to_glenum()
Dformats.c636 case MESA_FORMAT_ETC2_RGBA8_EAC: in _mesa_is_format_etc2()
738 case MESA_FORMAT_ETC2_RGBA8_EAC: in _mesa_get_uncompressed_format()
Dformats.h557 #define MESA_FORMAT_ETC2_RGBA8_EAC PIPE_FORMAT_ETC2_RGBA8 macro
Dtexcompress_etc.c1233 else if (format == MESA_FORMAT_ETC2_RGBA8_EAC) in _mesa_unpack_etc2_format()
1509 case MESA_FORMAT_ETC2_RGBA8_EAC: in _mesa_get_etc_fetch_func()
Dformats.csv304 MESA_FORMAT_ETC2_RGBA8_EAC , etc2 , 4, 4, 1, x128, , , , xyzw, rgb
Dtexstore.c641 table[MESA_FORMAT_ETC2_RGBA8_EAC] = _mesa_texstore_etc2_rgba8_eac; in texstore_compressed()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_format.c89 case MESA_FORMAT_ETC2_RGBA8_EAC: in st_mesa_format_to_pipe_format()