Searched refs:MESA_FORMAT_ETC1_RGB8 (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_surface_formats.c | 141 [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()
|
D | intel_mipmap_tree.h | 729 (mt->format == MESA_FORMAT_ETC1_RGB8); in intel_miptree_needs_fake_etc()
|
D | intel_mipmap_tree.c | 207 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/ |
D | texcompress.c | 535 return MESA_FORMAT_ETC1_RGB8; in _mesa_glenum_to_compressed_format() 729 case MESA_FORMAT_ETC1_RGB8: in _mesa_compressed_format_to_glenum()
|
D | formats.h | 551 #define MESA_FORMAT_ETC1_RGB8 PIPE_FORMAT_ETC1_RGB8 macro
|
D | formats.c | 732 case MESA_FORMAT_ETC1_RGB8: in _mesa_get_uncompressed_format()
|
D | formats.csv | 297 MESA_FORMAT_ETC1_RGB8 , etc1 , 4, 4, 1, x64 , , , , xyz1, rgb
|
D | texstore.c | 638 table[MESA_FORMAT_ETC1_RGB8] = _mesa_texstore_etc1_rgb8; in texstore_compressed()
|
D | texcompress_etc.c | 1503 case MESA_FORMAT_ETC1_RGB8: in _mesa_get_etc_fetch_func()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_texture.c | 263 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()
|
D | st_format.c | 70 if (mesaFormat == MESA_FORMAT_ETC1_RGB8 && !st->has_etc1) in st_mesa_format_to_pipe_format()
|