Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dtexcompress_rgtc.c144 assert(dstFormat == MESA_FORMAT_R_RGTC1_SNORM || in _mesa_texstore_signed_red_rgtc1()
443 case MESA_FORMAT_R_RGTC1_SNORM: in _mesa_get_compressed_rgtc_func()
477 case MESA_FORMAT_R_RGTC1_SNORM: in _mesa_unpack_rgtc()
H A Dtexcompress.c518 return MESA_FORMAT_R_RGTC1_SNORM; in _mesa_glenum_to_compressed_format()
713 case MESA_FORMAT_R_RGTC1_SNORM: in _mesa_compressed_format_to_glenum()
H A Dformats.h550 #define MESA_FORMAT_R_RGTC1_SNORM PIPE_FORMAT_RGTC1_SNORM macro
H A Dformats.c714 case MESA_FORMAT_R_RGTC1_SNORM: in _mesa_get_uncompressed_format()
H A Dformats.csv292 MESA_FORMAT_R_RGTC1_SNORM , rgtc , 4, 4, 1, x64 , , , , x001, rgb
H A Dtexstore.c638 table[MESA_FORMAT_R_RGTC1_SNORM] = _mesa_texstore_signed_red_rgtc1; in texstore_compressed()
/aosp_15_r20/external/mesa3d/src/mesa/state_tracker/
H A Dst_format.c141 case MESA_FORMAT_R_RGTC1_SNORM: in st_mesa_format_to_pipe_format()