Searched refs:MESA_FORMAT_ETC1_RGB8 (Results 1 – 9 of 9) sorted by relevance
/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 | 641 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 | 436 if (format == MESA_FORMAT_ETC1_RGB8) in st_compressed_format_fallback() 561 if (texImage->TexFormat == MESA_FORMAT_ETC1_RGB8) { in st_UnmapTextureImage() 600 if (texImage->TexFormat == MESA_FORMAT_ETC1_RGB8) { in st_UnmapTextureImage() 1912 texImage->TexFormat != MESA_FORMAT_ETC1_RGB8); in st_TexSubImage() 2423 texImage->TexFormat != MESA_FORMAT_ETC1_RGB8); in st_GetTexSubImage() 2764 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()
|
D | st_pbo_compute.c | 1069 texImage->TexFormat != MESA_FORMAT_ETC1_RGB8); in st_GetTexSubImage_shader()
|