Home
last modified time | relevance | path

Searched refs:MESA_FORMAT_RED_RGTC1 (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/mesa/main/
Dtexcompress.c337 return MESA_FORMAT_RED_RGTC1; in _mesa_glenum_to_compressed_format()
405 case MESA_FORMAT_RED_RGTC1: in _mesa_compressed_format_to_glenum()
518 case MESA_FORMAT_RED_RGTC1: in _mesa_decompress_image()
Dformats.h248 MESA_FORMAT_RED_RGTC1, enumerator
Dformats.c1319 MESA_FORMAT_RED_RGTC1,
1826 case MESA_FORMAT_RED_RGTC1: in _mesa_get_uncompressed_format()
2284 case MESA_FORMAT_RED_RGTC1: in _mesa_format_to_type_and_comps()
2910 case MESA_FORMAT_RED_RGTC1: in _mesa_format_matches_format_and_type()
Dtexformat.c791 RETURN_IF_SUPPORTED(MESA_FORMAT_RED_RGTC1); in _mesa_choose_tex_format()
926 RETURN_IF_SUPPORTED(MESA_FORMAT_RED_RGTC1); in _mesa_choose_tex_format()
Dtexcompress_rgtc.c102 ASSERT(dstFormat == MESA_FORMAT_RED_RGTC1 || in _mesa_texstore_red_rgtc1()
Dformat_unpack.c1577 table[MESA_FORMAT_RED_RGTC1] = unpack_RED_RGTC1; in get_unpack_rgba_function()
Dtexstore.c4132 table[MESA_FORMAT_RED_RGTC1] = _mesa_texstore_red_rgtc1; in _mesa_get_texstore_func()
/external/mesa3d/src/mesa/state_tracker/
Dst_format.c306 case MESA_FORMAT_RED_RGTC1: in st_mesa_format_to_pipe_format()
635 return MESA_FORMAT_RED_RGTC1; in st_pipe_format_to_mesa_format()
/external/mesa3d/src/mesa/swrast/
Ds_texfetch.c978 MESA_FORMAT_RED_RGTC1,
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm_surface_state.c437 [MESA_FORMAT_RED_RGTC1] = BRW_SURFACEFORMAT_BC4_UNORM, in brw_format_for_mesa_format()