Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dtexcompress_rgtc.c91 assert(dstFormat == MESA_FORMAT_R_RGTC1_UNORM || in _mesa_texstore_red_rgtc1()
439 case MESA_FORMAT_R_RGTC1_UNORM: in _mesa_get_compressed_rgtc_func()
470 case MESA_FORMAT_R_RGTC1_UNORM: in _mesa_unpack_rgtc()
H A Dtexcompress.c516 return MESA_FORMAT_R_RGTC1_UNORM; in _mesa_glenum_to_compressed_format()
711 case MESA_FORMAT_R_RGTC1_UNORM: in _mesa_compressed_format_to_glenum()
H A Dformats.h549 #define MESA_FORMAT_R_RGTC1_UNORM PIPE_FORMAT_RGTC1_UNORM macro
H A Dformats.c712 case MESA_FORMAT_R_RGTC1_UNORM: in _mesa_get_uncompressed_format()
H A Dformats.csv291 MESA_FORMAT_R_RGTC1_UNORM , rgtc , 4, 4, 1, x64 , , , , x001, rgb
H A Dtexstore.c637 table[MESA_FORMAT_R_RGTC1_UNORM] = _mesa_texstore_red_rgtc1; in texstore_compressed()
/aosp_15_r20/external/mesa3d/src/mesa/state_tracker/
H A Dst_format.c139 case MESA_FORMAT_R_RGTC1_UNORM: in st_mesa_format_to_pipe_format()