Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dformats.c533 MESA_FORMAT_SLA8,
1748 case MESA_FORMAT_SLA8: in _mesa_get_format_color_encoding()
1780 case MESA_FORMAT_SLA8: in _mesa_get_srgb_format_linear()
2262 case MESA_FORMAT_SLA8: in _mesa_format_to_type_and_comps()
2762 case MESA_FORMAT_SLA8: in _mesa_format_matches_format_and_type()
Dformats.h125 MESA_FORMAT_SLA8, /* AAAA AAAA LLLL LLLL */ enumerator
Dtexformat.c578 RETURN_IF_SUPPORTED(MESA_FORMAT_SLA8); in _mesa_choose_tex_format()
586 RETURN_IF_SUPPORTED(MESA_FORMAT_SLA8); in _mesa_choose_tex_format()
Dformat_pack.c1741 table[MESA_FORMAT_SLA8] = pack_ubyte_SLA8; in _mesa_get_pack_ubyte_rgba_function()
1886 table[MESA_FORMAT_SLA8] = pack_float_SLA8; in _mesa_get_pack_float_rgba_function()
Dtexstore.c3699 ASSERT(dstFormat == MESA_FORMAT_SLA8); in _mesa_texstore_sla8()
4094 table[MESA_FORMAT_SLA8] = _mesa_texstore_sla8; in _mesa_get_texstore_func()
Dformat_unpack.c1528 table[MESA_FORMAT_SLA8] = unpack_SLA8; in get_unpack_rgba_function()
/external/mesa3d/src/mesa/state_tracker/
Dst_format.c143 case MESA_FORMAT_SLA8: in st_mesa_format_to_pipe_format()
475 return MESA_FORMAT_SLA8; in st_pipe_format_to_mesa_format()
/external/mesa3d/src/mesa/swrast/
Ds_texfetch.c422 MESA_FORMAT_SLA8,
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_texture.c523 return MESA_FORMAT_SLA8; in radeonChooseTextureFormat()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_texture.c523 return MESA_FORMAT_SLA8; in radeonChooseTextureFormat()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm_surface_state.c341 [MESA_FORMAT_SLA8] = BRW_SURFACEFORMAT_L8A8_UNORM_SRGB, in brw_format_for_mesa_format()