Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dformats.h96 MESA_FORMAT_L16, /* LLLL LLLL LLLL LLLL */ enumerator
Dformats.c326 MESA_FORMAT_L16, /* Name */
2132 case MESA_FORMAT_L16: in _mesa_format_to_type_and_comps()
2704 case MESA_FORMAT_L16: in _mesa_format_matches_format_and_type()
Dtexformat.c167 RETURN_IF_SUPPORTED(MESA_FORMAT_L16); in _mesa_choose_tex_format()
Dformat_pack.c1713 table[MESA_FORMAT_L16] = pack_ubyte_L16; in _mesa_get_pack_ubyte_rgba_function()
1859 table[MESA_FORMAT_L16] = pack_float_L16; in _mesa_get_pack_float_rgba_function()
Dtexstore.c2006 dstFormat == MESA_FORMAT_L16 || in _mesa_texstore_unorm16()
4071 table[MESA_FORMAT_L16] = _mesa_texstore_unorm16; in _mesa_get_texstore_func()
Dteximage.c3876 return MESA_FORMAT_L16; in get_texbuffer_format()
Dformat_unpack.c1504 table[MESA_FORMAT_L16] = unpack_L16; in get_unpack_rgba_function()
/external/mesa3d/src/mesa/state_tracker/
Dst_format.c96 case MESA_FORMAT_L16: in st_mesa_format_to_pipe_format()
419 return MESA_FORMAT_L16; in st_pipe_format_to_mesa_format()
/external/mesa3d/src/mesa/swrast/
Ds_texfetch.c284 MESA_FORMAT_L16,
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm_surface_state.c316 [MESA_FORMAT_L16] = BRW_SURFACEFORMAT_L16_UNORM, in brw_format_for_mesa_format()