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 | 140 [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()
|
D | intel_mipmap_tree.c | 405 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/ |
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 | 305 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 | 669 case MESA_FORMAT_ETC1_RGB8: in _mesa_get_uncompressed_format()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_format.c | 349 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()
|
D | st_cb_texture.c | 224 (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/ |
D | format_info.h | 2947 .Name = MESA_FORMAT_ETC1_RGB8,
|