Home
last modified time | relevance | path

Searched refs:MESA_FORMAT_SIGNED_RGBX8888 (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/mesa/main/
Dformats.h237 MESA_FORMAT_SIGNED_RGBX8888, /* RRRR RRRR GGGG GGGG BBBB BBBB xxxx xxxx */ enumerator
Dtexformat.c486 RETURN_IF_SUPPORTED(MESA_FORMAT_SIGNED_RGBX8888); in _mesa_choose_tex_format()
502 RETURN_IF_SUPPORTED(MESA_FORMAT_SIGNED_RGBX8888); in _mesa_choose_tex_format()
Dformats.c1245 MESA_FORMAT_SIGNED_RGBX8888,
2217 case MESA_FORMAT_SIGNED_RGBX8888: in _mesa_format_to_type_and_comps()
2881 case MESA_FORMAT_SIGNED_RGBX8888: in _mesa_format_matches_format_and_type()
Dformat_pack.c1788 table[MESA_FORMAT_SIGNED_RGBX8888] = NULL; in _mesa_get_pack_ubyte_rgba_function()
1933 table[MESA_FORMAT_SIGNED_RGBX8888] = pack_float_SIGNED_RGBX8888; in _mesa_get_pack_float_rgba_function()
Dtexstore.c2663 ASSERT(dstFormat == MESA_FORMAT_SIGNED_RGBX8888); in _mesa_texstore_signed_rgbx8888()
4124 table[MESA_FORMAT_SIGNED_RGBX8888] = _mesa_texstore_signed_rgbx8888; in _mesa_get_texstore_func()
Dformat_unpack.c1568 table[MESA_FORMAT_SIGNED_RGBX8888] = unpack_SIGNED_RGBX8888; in get_unpack_rgba_function()
/external/mesa3d/src/mesa/swrast/
Ds_texfetch.c930 MESA_FORMAT_SIGNED_RGBX8888,
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm_surface_state.c428 [MESA_FORMAT_SIGNED_RGBX8888] = 0, in brw_format_for_mesa_format()