Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dformats.h264 MESA_FORMAT_SIGNED_L8, /* LLLL LLLL */ enumerator
Dformats.c1412 MESA_FORMAT_SIGNED_L8,
1837 return MESA_FORMAT_SIGNED_L8; in _mesa_get_uncompressed_format()
2205 case MESA_FORMAT_SIGNED_L8: in _mesa_format_to_type_and_comps()
2926 case MESA_FORMAT_SIGNED_L8: in _mesa_format_matches_format_and_type()
Dtexformat.c501 RETURN_IF_SUPPORTED(MESA_FORMAT_SIGNED_L8); in _mesa_choose_tex_format()
Dformat_pack.c1796 table[MESA_FORMAT_SIGNED_L8] = NULL; in _mesa_get_pack_ubyte_rgba_function()
1941 table[MESA_FORMAT_SIGNED_L8] = pack_float_SIGNED_L8; in _mesa_get_pack_float_rgba_function()
Dtexstore.c2437 dstFormat == MESA_FORMAT_SIGNED_L8 || in _mesa_texstore_snorm8()
4142 table[MESA_FORMAT_SIGNED_L8] = _mesa_texstore_snorm8; in _mesa_get_texstore_func()
Dformat_unpack.c1590 table[MESA_FORMAT_SIGNED_L8] = unpack_SIGNED_L8; in get_unpack_rgba_function()
/external/mesa3d/src/mesa/state_tracker/
Dst_format.c337 case MESA_FORMAT_SIGNED_L8: in st_mesa_format_to_pipe_format()
666 return MESA_FORMAT_SIGNED_L8; in st_pipe_format_to_mesa_format()
/external/mesa3d/src/mesa/swrast/
Ds_texfetch.c1038 MESA_FORMAT_SIGNED_L8,
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm_surface_state.c448 [MESA_FORMAT_SIGNED_L8] = 0, in brw_format_for_mesa_format()