Home
last modified time | relevance | path

Searched refs:MESA_FORMAT_SRGBA8 (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/mesa/main/
Dformats.c506 MESA_FORMAT_SRGBA8,
1745 case MESA_FORMAT_SRGBA8: in _mesa_get_format_color_encoding()
1771 case MESA_FORMAT_SRGBA8: in _mesa_get_srgb_format_linear()
2253 case MESA_FORMAT_SRGBA8: in _mesa_format_to_type_and_comps()
2759 case MESA_FORMAT_SRGBA8: in _mesa_format_matches_format_and_type()
Dformats.h122 MESA_FORMAT_SRGBA8, /* RRRR RRRR GGGG GGGG BBBB BBBB AAAA AAAA */ enumerator
Dtexformat.c568 RETURN_IF_SUPPORTED(MESA_FORMAT_SRGBA8); in _mesa_choose_tex_format()
602 RETURN_IF_SUPPORTED(MESA_FORMAT_SRGBA8); in _mesa_choose_tex_format()
Dformat_pack.c1738 table[MESA_FORMAT_SRGBA8] = pack_ubyte_SRGBA8; in _mesa_get_pack_ubyte_rgba_function()
1883 table[MESA_FORMAT_SRGBA8] = pack_float_SRGBA8; in _mesa_get_pack_float_rgba_function()
Dtexstore.c3637 ASSERT(dstFormat == MESA_FORMAT_SRGBA8); in _mesa_texstore_srgba8()
4091 table[MESA_FORMAT_SRGBA8] = _mesa_texstore_srgba8; in _mesa_get_texstore_func()
Dformat_unpack.c1525 table[MESA_FORMAT_SRGBA8] = unpack_SRGBA8; in get_unpack_rgba_function()
/external/mesa3d/src/mesa/state_tracker/
Dst_format.c149 case MESA_FORMAT_SRGBA8: in st_mesa_format_to_pipe_format()
481 return MESA_FORMAT_SRGBA8; in st_pipe_format_to_mesa_format()
/external/mesa3d/src/mesa/swrast/
Ds_texfetch.c404 MESA_FORMAT_SRGBA8,
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm_surface_state.c338 [MESA_FORMAT_SRGBA8] = 0, in brw_format_for_mesa_format()