Home
last modified time | relevance | path

Searched refs:MESA_FORMAT_ETC2_RGB8 (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dtexcompress.c537 return MESA_FORMAT_ETC2_RGB8; in _mesa_glenum_to_compressed_format()
731 case MESA_FORMAT_ETC2_RGB8: in _mesa_compressed_format_to_glenum()
Dformats.c634 case MESA_FORMAT_ETC2_RGB8: in _mesa_is_format_etc2()
734 case MESA_FORMAT_ETC2_RGB8: in _mesa_get_uncompressed_format()
Dformats.h555 #define MESA_FORMAT_ETC2_RGB8 PIPE_FORMAT_ETC2_RGB8 macro
Dtexcompress_etc.c1225 if (format == MESA_FORMAT_ETC2_RGB8) in _mesa_unpack_etc2_format()
1505 case MESA_FORMAT_ETC2_RGB8: in _mesa_get_etc_fetch_func()
Dformats.csv302 MESA_FORMAT_ETC2_RGB8 , etc2 , 4, 4, 1, x64 , , , , xyz1, rgb
Dtexstore.c642 table[MESA_FORMAT_ETC2_RGB8] = _mesa_texstore_etc2_rgb8; in texstore_compressed()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_format.c84 case MESA_FORMAT_ETC2_RGB8: in st_mesa_format_to_pipe_format()