Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_surface_formats.c141 [MESA_FORMAT_ETC1_RGB8] = ISL_FORMAT_ETC1_RGB8, in brw_isl_format_for_mesa_format()
379 screen->mesa_format_supports_texture[MESA_FORMAT_ETC1_RGB8] = true; in intel_screen_init_surface_formats()
Dintel_mipmap_tree.h729 (mt->format == MESA_FORMAT_ETC1_RGB8); in intel_miptree_needs_fake_etc()
Dintel_mipmap_tree.c207 case MESA_FORMAT_ETC1_RGB8: in intel_lower_compressed_format()
3314 if (mt->format == MESA_FORMAT_ETC1_RGB8) { in intel_miptree_update_etc_shadow()
/external/mesa3d/src/mesa/main/
Dtexcompress.c535 return MESA_FORMAT_ETC1_RGB8; in _mesa_glenum_to_compressed_format()
729 case MESA_FORMAT_ETC1_RGB8: in _mesa_compressed_format_to_glenum()
Dformats.h551 #define MESA_FORMAT_ETC1_RGB8 PIPE_FORMAT_ETC1_RGB8 macro
Dformats.c732 case MESA_FORMAT_ETC1_RGB8: in _mesa_get_uncompressed_format()
Dformats.csv297 MESA_FORMAT_ETC1_RGB8 , etc1 , 4, 4, 1, x64 , , , , xyz1, rgb
Dtexstore.c638 table[MESA_FORMAT_ETC1_RGB8] = _mesa_texstore_etc1_rgb8; in texstore_compressed()
Dtexcompress_etc.c1503 case MESA_FORMAT_ETC1_RGB8: in _mesa_get_etc_fetch_func()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_texture.c263 if (format == MESA_FORMAT_ETC1_RGB8) in st_compressed_format_fallback()
385 if (texImage->TexFormat == MESA_FORMAT_ETC1_RGB8) { in st_UnmapTextureImage()
1511 texImage->TexFormat != MESA_FORMAT_ETC1_RGB8); in st_TexSubImage()
1990 texImage->TexFormat != MESA_FORMAT_ETC1_RGB8); in st_GetTexSubImage()
2521 texImage->TexFormat != MESA_FORMAT_ETC1_RGB8); in st_CopyTexSubImage()
Dst_format.c70 if (mesaFormat == MESA_FORMAT_ETC1_RGB8 && !st->has_etc1) in st_mesa_format_to_pipe_format()