Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dtexformat.c641 RETURN_IF_SUPPORTED(MESA_FORMAT_RGBA_UINT16); in _mesa_choose_tex_format()
665 RETURN_IF_SUPPORTED(MESA_FORMAT_RGBA_UINT16); in _mesa_choose_tex_format()
689 RETURN_IF_SUPPORTED(MESA_FORMAT_RGBA_UINT16); in _mesa_choose_tex_format()
713 RETURN_IF_SUPPORTED(MESA_FORMAT_RGBA_UINT16); in _mesa_choose_tex_format()
743 RETURN_IF_SUPPORTED(MESA_FORMAT_RGBA_UINT16); in _mesa_choose_tex_format()
765 RETURN_IF_SUPPORTED(MESA_FORMAT_RGBA_UINT16); in _mesa_choose_tex_format()
Dformats.h222 MESA_FORMAT_RGBA_UINT16, enumerator
Dformats.c1169 MESA_FORMAT_RGBA_UINT16,
2483 case MESA_FORMAT_RGBA_UINT16: in _mesa_format_to_type_and_comps()
2871 case MESA_FORMAT_RGBA_UINT16: in _mesa_format_matches_format_and_type()
Dformat_pack.c1778 table[MESA_FORMAT_RGBA_UINT16] = NULL; /* pack_ubyte_RGBA_UINT16 */ in _mesa_get_pack_ubyte_rgba_function()
1924 table[MESA_FORMAT_RGBA_UINT16] = NULL; in _mesa_get_pack_float_rgba_function()
Dformat_unpack.c1562 table[MESA_FORMAT_RGBA_UINT16] = unpack_RGBA_UINT16; in get_unpack_rgba_function()
2653 case MESA_FORMAT_RGBA_UINT16: in _mesa_unpack_uint_rgba_row()
Dtexstore.c3469 dstFormat == MESA_FORMAT_RGBA_UINT16 || in _mesa_texstore_rgba_uint16()
4202 table[MESA_FORMAT_RGBA_UINT16] = _mesa_texstore_rgba_uint16; in _mesa_get_texstore_func()
Dteximage.c3950 return MESA_FORMAT_RGBA_UINT16; in get_texbuffer_format()
/external/mesa3d/src/mesa/state_tracker/
Dst_format.c295 case MESA_FORMAT_RGBA_UINT16: in st_mesa_format_to_pipe_format()
623 return MESA_FORMAT_RGBA_UINT16; in st_pipe_format_to_mesa_format()
/external/mesa3d/src/mesa/swrast/
Ds_texfetch.c878 MESA_FORMAT_RGBA_UINT16,
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm_surface_state.c419 [MESA_FORMAT_RGBA_UINT16] = BRW_SURFACEFORMAT_R16G16B16A16_UINT, in brw_format_for_mesa_format()