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.c201 [MESA_FORMAT_ETC1_RGB8] = BRW_SURFACEFORMAT_ETC1_RGB8, in brw_format_for_mesa_format()
461 ctx->TextureFormatSupported[MESA_FORMAT_ETC1_RGB8] = true; in brw_init_surface_formats()
Dintel_mipmap_tree.c552 case MESA_FORMAT_ETC1_RGB8: in intel_lower_compressed_format()
2805 if (mt->etc_format == MESA_FORMAT_ETC1_RGB8) { in intel_miptree_map_etc()
2836 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.csv304 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.c781 case MESA_FORMAT_ETC1_RGB8: in _mesa_get_uncompressed_format()
/external/mesa3d/src/mesa/state_tracker/
Dst_format.c344 case MESA_FORMAT_ETC1_RGB8: in st_mesa_format_to_pipe_format()
823 return MESA_FORMAT_ETC1_RGB8; in st_pipe_format_to_mesa_format()
1026 if (i == MESA_FORMAT_ETC1_RGB8 && !st->has_etc1) in test_format_conversion()
2290 if ((mFormat == MESA_FORMAT_ETC1_RGB8 && !st->has_etc1) || in st_ChooseTextureFormat()
Dst_cb_texture.c209 (texImage->TexFormat == MESA_FORMAT_ETC1_RGB8 && !st->has_etc1); in st_etc_fallback()
307 if (texImage->TexFormat == MESA_FORMAT_ETC1_RGB8) { in st_UnmapTextureImage()
1381 texImage->TexFormat != MESA_FORMAT_ETC1_RGB8); in st_TexSubImage()
1843 texImage->TexFormat != MESA_FORMAT_ETC1_RGB8); in st_GetTexSubImage()
2294 texImage->TexFormat != MESA_FORMAT_ETC1_RGB8); in st_CopyTexSubImage()
/external/mesa3d/prebuilt-intermediates/main/
Dformat_info.h2726 MESA_FORMAT_ETC1_RGB8,