Searched refs:MESA_FORMAT_ETC2_R11_EAC (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
D | texcompress.c | 545 return MESA_FORMAT_ETC2_R11_EAC; in _mesa_glenum_to_compressed_format() 739 case MESA_FORMAT_ETC2_R11_EAC: in _mesa_compressed_format_to_glenum()
|
D | formats.c | 638 case MESA_FORMAT_ETC2_R11_EAC: in _mesa_is_format_etc2() 745 case MESA_FORMAT_ETC2_R11_EAC: in _mesa_get_uncompressed_format()
|
D | formats.h | 559 #define MESA_FORMAT_ETC2_R11_EAC PIPE_FORMAT_ETC2_R11_UNORM macro
|
D | texcompress_etc.c | 1241 else if (format == MESA_FORMAT_ETC2_R11_EAC) in _mesa_unpack_etc2_format() 1513 case MESA_FORMAT_ETC2_R11_EAC: in _mesa_get_etc_fetch_func()
|
D | formats.csv | 306 MESA_FORMAT_ETC2_R11_EAC , etc2 , 4, 4, 1, x64 , , , , x001, rgb
|
D | texstore.c | 646 table[MESA_FORMAT_ETC2_R11_EAC] = _mesa_texstore_etc2_r11_eac; in texstore_compressed()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_format.c | 94 case MESA_FORMAT_ETC2_R11_EAC: in st_mesa_format_to_pipe_format()
|