Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dtexformat.c645 RETURN_IF_SUPPORTED(MESA_FORMAT_RGBA_UINT32); in _mesa_choose_tex_format()
669 RETURN_IF_SUPPORTED(MESA_FORMAT_RGBA_UINT32); in _mesa_choose_tex_format()
693 RETURN_IF_SUPPORTED(MESA_FORMAT_RGBA_UINT32); in _mesa_choose_tex_format()
717 RETURN_IF_SUPPORTED(MESA_FORMAT_RGBA_UINT32); in _mesa_choose_tex_format()
747 RETURN_IF_SUPPORTED(MESA_FORMAT_RGBA_UINT32); in _mesa_choose_tex_format()
768 RETURN_IF_SUPPORTED(MESA_FORMAT_RGBA_UINT32); in _mesa_choose_tex_format()
Dformats.h226 MESA_FORMAT_RGBA_UINT32, enumerator
Dformats.c1205 MESA_FORMAT_RGBA_UINT32,
2499 case MESA_FORMAT_RGBA_UINT32: in _mesa_format_to_type_and_comps()
2875 case MESA_FORMAT_RGBA_UINT32: in _mesa_format_matches_format_and_type()
Dformat_pack.c1779 table[MESA_FORMAT_RGBA_UINT32] = NULL; /* pack_ubyte_RGBA_UINT32 */ in _mesa_get_pack_ubyte_rgba_function()
1925 table[MESA_FORMAT_RGBA_UINT32] = NULL; in _mesa_get_pack_float_rgba_function()
Dformat_unpack.c1563 table[MESA_FORMAT_RGBA_UINT32] = unpack_RGBA_UINT32; in get_unpack_rgba_function()
2648 case MESA_FORMAT_RGBA_UINT32: in _mesa_unpack_uint_rgba_row()
Dtexstore.c3543 dstFormat == MESA_FORMAT_RGBA_UINT32 || in _mesa_texstore_rgba_uint32()
4206 table[MESA_FORMAT_RGBA_UINT32] = _mesa_texstore_rgba_uint32; in _mesa_get_texstore_func()
Dteximage.c3952 return MESA_FORMAT_RGBA_UINT32; in get_texbuffer_format()
/external/mesa3d/src/mesa/state_tracker/
Dst_format.c303 case MESA_FORMAT_RGBA_UINT32: in st_mesa_format_to_pipe_format()
632 return MESA_FORMAT_RGBA_UINT32; in st_pipe_format_to_mesa_format()
/external/mesa3d/src/mesa/swrast/
Ds_texfetch.c902 MESA_FORMAT_RGBA_UINT32,
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm_surface_state.c423 [MESA_FORMAT_RGBA_UINT32] = BRW_SURFACEFORMAT_R32G32B32A32_UINT, in brw_format_for_mesa_format()