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.c140 [MESA_FORMAT_ETC1_RGB8] = ISL_FORMAT_ETC1_RGB8, in brw_isl_format_for_mesa_format()
376 screen->mesa_format_supports_texture[MESA_FORMAT_ETC1_RGB8] = true; in intel_screen_init_surface_formats()
Dintel_mipmap_tree.c405 case MESA_FORMAT_ETC1_RGB8: in intel_lower_compressed_format()
3314 if (mt->etc_format == MESA_FORMAT_ETC1_RGB8) { in intel_miptree_map_etc()
3345 if (mt->etc_format == MESA_FORMAT_ETC1_RGB8) in intel_miptree_unmap_etc()
/external/mesa3d/src/mesa/main/
Dtexcompress.c534 return MESA_FORMAT_ETC1_RGB8; in _mesa_glenum_to_compressed_format()
720 case MESA_FORMAT_ETC1_RGB8: in _mesa_compressed_format_to_glenum()
Dformats.h590 MESA_FORMAT_ETC1_RGB8, enumerator
Dformats.csv305 MESA_FORMAT_ETC1_RGB8 , etc1 , 4, 4, 1, x64 , , , , xyz1, rgb
Dtexstore.c639 table[MESA_FORMAT_ETC1_RGB8] = _mesa_texstore_etc1_rgb8; in texstore_compressed()
Dtexcompress_etc.c1488 case MESA_FORMAT_ETC1_RGB8: in _mesa_get_etc_fetch_func()
Dformats.c669 case MESA_FORMAT_ETC1_RGB8: in _mesa_get_uncompressed_format()
/external/mesa3d/src/mesa/state_tracker/
Dst_format.c349 case MESA_FORMAT_ETC1_RGB8: in st_mesa_format_to_pipe_format()
834 return MESA_FORMAT_ETC1_RGB8; in st_pipe_format_to_mesa_format()
1039 if (i == MESA_FORMAT_ETC1_RGB8 && !st->has_etc1) in test_format_conversion()
2311 if ((mFormat == MESA_FORMAT_ETC1_RGB8 && !st->has_etc1) || in st_ChooseTextureFormat()
Dst_cb_texture.c224 (texImage->TexFormat == MESA_FORMAT_ETC1_RGB8 && !st->has_etc1); in st_etc_fallback()
322 if (texImage->TexFormat == MESA_FORMAT_ETC1_RGB8) { in st_UnmapTextureImage()
1403 texImage->TexFormat != MESA_FORMAT_ETC1_RGB8); in st_TexSubImage()
1865 texImage->TexFormat != MESA_FORMAT_ETC1_RGB8); in st_GetTexSubImage()
2316 texImage->TexFormat != MESA_FORMAT_ETC1_RGB8); in st_CopyTexSubImage()
/external/mesa3d/prebuilt-intermediates/main/
Dformat_info.h2947 .Name = MESA_FORMAT_ETC1_RGB8,