Home
last modified time | relevance | path

Searched refs:MESA_FORMAT_ETC2_RGB8 (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/prebuilt-intermediates/main/
Dformat_fallback.c69 return MESA_FORMAT_ETC2_RGB8; in _mesa_get_srgb_format_linear()
170 case MESA_FORMAT_ETC2_RGB8: in _mesa_get_linear_format_srgb()
Dformat_info.h2961 .Name = MESA_FORMAT_ETC2_RGB8,
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_surface_formats.c141 [MESA_FORMAT_ETC2_RGB8] = ISL_FORMAT_ETC2_RGB8, in brw_isl_format_for_mesa_format()
382 screen->mesa_format_supports_texture[MESA_FORMAT_ETC2_RGB8] = true; in intel_screen_init_surface_formats()
Dintel_mipmap_tree.c407 case MESA_FORMAT_ETC2_RGB8: in intel_lower_compressed_format()
/external/mesa3d/src/mesa/main/
Dtexcompress.c536 return MESA_FORMAT_ETC2_RGB8; in _mesa_glenum_to_compressed_format()
722 case MESA_FORMAT_ETC2_RGB8: in _mesa_compressed_format_to_glenum()
Dformats.h591 MESA_FORMAT_ETC2_RGB8, enumerator
Dtexcompress_etc.c1210 if (format == MESA_FORMAT_ETC2_RGB8) in _mesa_unpack_etc2_format()
1490 case MESA_FORMAT_ETC2_RGB8: in _mesa_get_etc_fetch_func()
Dformats.c612 case MESA_FORMAT_ETC2_RGB8: in _mesa_is_format_etc2()
670 case MESA_FORMAT_ETC2_RGB8: in _mesa_get_uncompressed_format()
Dformats.csv306 MESA_FORMAT_ETC2_RGB8 , etc2 , 4, 4, 1, x64 , , , , xyz1, rgb
Dtexstore.c640 table[MESA_FORMAT_ETC2_RGB8] = _mesa_texstore_etc2_rgb8; in texstore_compressed()
/external/mesa3d/src/mesa/state_tracker/
Dst_format.c456 case MESA_FORMAT_ETC2_RGB8: in st_mesa_format_to_pipe_format()
939 return MESA_FORMAT_ETC2_RGB8; in st_pipe_format_to_mesa_format()