Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dtexformat.c637 RETURN_IF_SUPPORTED(MESA_FORMAT_RGBA_UINT8); in _mesa_choose_tex_format()
661 RETURN_IF_SUPPORTED(MESA_FORMAT_RGBA_UINT8); in _mesa_choose_tex_format()
685 RETURN_IF_SUPPORTED(MESA_FORMAT_RGBA_UINT8); in _mesa_choose_tex_format()
709 RETURN_IF_SUPPORTED(MESA_FORMAT_RGBA_UINT8); in _mesa_choose_tex_format()
739 RETURN_IF_SUPPORTED(MESA_FORMAT_RGBA_UINT8); in _mesa_choose_tex_format()
762 RETURN_IF_SUPPORTED(MESA_FORMAT_RGBA_UINT8); in _mesa_choose_tex_format()
Dformats.h218 MESA_FORMAT_RGBA_UINT8, enumerator
Dformats.c1133 MESA_FORMAT_RGBA_UINT8,
2467 case MESA_FORMAT_RGBA_UINT8: in _mesa_format_to_type_and_comps()
2867 case MESA_FORMAT_RGBA_UINT8: in _mesa_format_matches_format_and_type()
Dformat_pack.c1777 table[MESA_FORMAT_RGBA_UINT8] = NULL; /* pack_ubyte_RGBA_UINT8 */ in _mesa_get_pack_ubyte_rgba_function()
1923 table[MESA_FORMAT_RGBA_UINT8] = NULL; in _mesa_get_pack_float_rgba_function()
Dformat_unpack.c1561 table[MESA_FORMAT_RGBA_UINT8] = unpack_RGBA_UINT8; in get_unpack_rgba_function()
2660 case MESA_FORMAT_RGBA_UINT8: in _mesa_unpack_uint_rgba_row()
Dtexstore.c3395 dstFormat == MESA_FORMAT_RGBA_UINT8 || in _mesa_texstore_rgba_uint8()
4198 table[MESA_FORMAT_RGBA_UINT8] = _mesa_texstore_rgba_uint8; in _mesa_get_texstore_func()
Dteximage.c3948 return MESA_FORMAT_RGBA_UINT8; in get_texbuffer_format()
/external/mesa3d/src/mesa/state_tracker/
Dst_format.c287 case MESA_FORMAT_RGBA_UINT8: in st_mesa_format_to_pipe_format()
614 return MESA_FORMAT_RGBA_UINT8; in st_pipe_format_to_mesa_format()
/external/mesa3d/src/mesa/swrast/
Ds_texfetch.c854 MESA_FORMAT_RGBA_UINT8,
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm_surface_state.c415 [MESA_FORMAT_RGBA_UINT8] = BRW_SURFACEFORMAT_R8G8B8A8_UINT, in brw_format_for_mesa_format()