Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dformats.h268 MESA_FORMAT_SIGNED_L16, /* LLLL LLLL LLLL LLLL */ enumerator
Dformats.c1448 MESA_FORMAT_SIGNED_L16,
2229 case MESA_FORMAT_SIGNED_L16: in _mesa_format_to_type_and_comps()
2930 case MESA_FORMAT_SIGNED_L16: in _mesa_format_matches_format_and_type()
Dtexformat.c539 RETURN_IF_SUPPORTED(MESA_FORMAT_SIGNED_L16); in _mesa_choose_tex_format()
Dformat_pack.c1800 table[MESA_FORMAT_SIGNED_L16] = NULL; in _mesa_get_pack_ubyte_rgba_function()
1945 table[MESA_FORMAT_SIGNED_L16] = pack_float_SIGNED_L16; in _mesa_get_pack_float_rgba_function()
Dtexstore.c2547 dstFormat == MESA_FORMAT_SIGNED_L16 || in _mesa_texstore_snorm16()
4146 table[MESA_FORMAT_SIGNED_L16] = _mesa_texstore_snorm16; in _mesa_get_texstore_func()
Dformat_unpack.c1594 table[MESA_FORMAT_SIGNED_L16] = unpack_SIGNED_L16; in get_unpack_rgba_function()
/external/mesa3d/src/mesa/state_tracker/
Dst_format.c353 case MESA_FORMAT_SIGNED_L16: in st_mesa_format_to_pipe_format()
682 return MESA_FORMAT_SIGNED_L16; in st_pipe_format_to_mesa_format()
/external/mesa3d/src/mesa/swrast/
Ds_texfetch.c1062 MESA_FORMAT_SIGNED_L16,
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm_surface_state.c452 [MESA_FORMAT_SIGNED_L16] = 0, in brw_format_for_mesa_format()