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 | 201 [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()
|
D | intel_mipmap_tree.c | 552 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/ |
D | texcompress.c | 534 return MESA_FORMAT_ETC1_RGB8; in _mesa_glenum_to_compressed_format() 720 case MESA_FORMAT_ETC1_RGB8: in _mesa_compressed_format_to_glenum()
|
D | formats.h | 590 MESA_FORMAT_ETC1_RGB8, enumerator
|
D | formats.csv | 304 MESA_FORMAT_ETC1_RGB8 , etc1 , 4, 4, 1, x64 , , , , xyz1, rgb
|
D | texstore.c | 639 table[MESA_FORMAT_ETC1_RGB8] = _mesa_texstore_etc1_rgb8; in texstore_compressed()
|
D | texcompress_etc.c | 1488 case MESA_FORMAT_ETC1_RGB8: in _mesa_get_etc_fetch_func()
|
D | formats.c | 781 case MESA_FORMAT_ETC1_RGB8: in _mesa_get_uncompressed_format()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_format.c | 344 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()
|
D | st_cb_texture.c | 209 (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/ |
D | format_info.h | 2726 MESA_FORMAT_ETC1_RGB8,
|