Searched refs:MESA_FORMAT_ETC1_RGB8 (Results 1 – 11 of 11) sorted by relevance
/third_party/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() 381 screen->mesa_format_supports_texture[MESA_FORMAT_ETC1_RGB8] = true; in brw_screen_init_surface_formats()
|
D | brw_mipmap_tree.h | 721 (mt->format == MESA_FORMAT_ETC1_RGB8); in brw_miptree_needs_fake_etc()
|
D | brw_mipmap_tree.c | 207 case MESA_FORMAT_ETC1_RGB8: in brw_lower_compressed_format() 3257 if (mt->format == MESA_FORMAT_ETC1_RGB8) { in brw_miptree_update_etc_shadow()
|
/third_party/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 | 554 #define MESA_FORMAT_ETC1_RGB8 PIPE_FORMAT_ETC1_RGB8 macro
|
D | formats.c | 733 case MESA_FORMAT_ETC1_RGB8: in _mesa_get_uncompressed_format()
|
D | formats.csv | 301 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()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_cb_texture.c | 518 if (format == MESA_FORMAT_ETC1_RGB8) in st_compressed_format_fallback() 649 if (texImage->TexFormat == MESA_FORMAT_ETC1_RGB8) { in st_UnmapTextureImage() 688 if (texImage->TexFormat == MESA_FORMAT_ETC1_RGB8) { in st_UnmapTextureImage() 1998 texImage->TexFormat != MESA_FORMAT_ETC1_RGB8); in st_TexSubImage() 2507 texImage->TexFormat != MESA_FORMAT_ETC1_RGB8); in st_GetTexSubImage() 2841 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()
|