Home
last modified time | relevance | path

Searched refs:MESA_FORMAT_SL8 (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/mesa/main/
Dformats.c524 MESA_FORMAT_SL8,
1747 case MESA_FORMAT_SL8: in _mesa_get_format_color_encoding()
1777 case MESA_FORMAT_SL8: in _mesa_get_srgb_format_linear()
2258 case MESA_FORMAT_SL8: in _mesa_format_to_type_and_comps()
2761 case MESA_FORMAT_SL8: in _mesa_format_matches_format_and_type()
Dformats.h124 MESA_FORMAT_SL8, /* LLLL LLLL */ enumerator
Dtexformat.c573 RETURN_IF_SUPPORTED(MESA_FORMAT_SL8); in _mesa_choose_tex_format()
582 RETURN_IF_SUPPORTED(MESA_FORMAT_SL8); in _mesa_choose_tex_format()
Dformat_pack.c1740 table[MESA_FORMAT_SL8] = pack_ubyte_SL8; in _mesa_get_pack_ubyte_rgba_function()
1885 table[MESA_FORMAT_SL8] = pack_float_SL8; in _mesa_get_pack_float_rgba_function()
Dtexstore.c3678 ASSERT(dstFormat == MESA_FORMAT_SL8); in _mesa_texstore_sl8()
4093 table[MESA_FORMAT_SL8] = _mesa_texstore_sl8; in _mesa_get_texstore_func()
Dformat_unpack.c1527 table[MESA_FORMAT_SL8] = unpack_SL8; in get_unpack_rgba_function()
/external/mesa3d/src/mesa/state_tracker/
Dst_format.c145 case MESA_FORMAT_SL8: in st_mesa_format_to_pipe_format()
477 return MESA_FORMAT_SL8; in st_pipe_format_to_mesa_format()
/external/mesa3d/src/mesa/swrast/
Ds_texfetch.c416 MESA_FORMAT_SL8,
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_texture.c518 return MESA_FORMAT_SL8; in radeonChooseTextureFormat()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_texture.c518 return MESA_FORMAT_SL8; in radeonChooseTextureFormat()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm_surface_state.c340 [MESA_FORMAT_SL8] = BRW_SURFACEFORMAT_L8_UNORM_SRGB, in brw_format_for_mesa_format()