Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dformats.h220 MESA_FORMAT_RG_UINT16, enumerator
Dformats.c1151 MESA_FORMAT_RG_UINT16,
2475 case MESA_FORMAT_RG_UINT16: in _mesa_format_to_type_and_comps()
2869 case MESA_FORMAT_RG_UINT16: in _mesa_format_matches_format_and_type()
Dtexformat.c869 RETURN_IF_SUPPORTED(MESA_FORMAT_RG_UINT16); in _mesa_choose_tex_format()
Dtexstore.c3467 dstFormat == MESA_FORMAT_RG_UINT16 || in _mesa_texstore_rgba_uint16()
4200 table[MESA_FORMAT_RG_UINT16] = _mesa_texstore_rgba_uint16; in _mesa_get_texstore_func()
Dteximage.c3971 return MESA_FORMAT_RG_UINT16; in get_texbuffer_format()
Dformat_unpack.c2699 case MESA_FORMAT_RG_UINT16: in _mesa_unpack_uint_rgba_row()
/external/mesa3d/src/mesa/state_tracker/
Dst_format.c291 case MESA_FORMAT_RG_UINT16: in st_mesa_format_to_pipe_format()
619 return MESA_FORMAT_RG_UINT16; in st_pipe_format_to_mesa_format()
/external/mesa3d/src/mesa/swrast/
Ds_texfetch.c866 MESA_FORMAT_RG_UINT16,
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm_surface_state.c417 [MESA_FORMAT_RG_UINT16] = BRW_SURFACEFORMAT_R16G16_UINT, in brw_format_for_mesa_format()