Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dformats.h266 MESA_FORMAT_SIGNED_I8, /* IIII IIII */ enumerator
Dformats.c1430 MESA_FORMAT_SIGNED_I8,
2206 case MESA_FORMAT_SIGNED_I8: in _mesa_format_to_type_and_comps()
2928 case MESA_FORMAT_SIGNED_I8: in _mesa_format_matches_format_and_type()
Dtexformat.c514 RETURN_IF_SUPPORTED(MESA_FORMAT_SIGNED_I8); in _mesa_choose_tex_format()
Dformat_pack.c1798 table[MESA_FORMAT_SIGNED_I8] = NULL; in _mesa_get_pack_ubyte_rgba_function()
1943 table[MESA_FORMAT_SIGNED_I8] = pack_float_SIGNED_L8; /* reused */ in _mesa_get_pack_float_rgba_function()
Dtexstore.c2438 dstFormat == MESA_FORMAT_SIGNED_I8 || in _mesa_texstore_snorm8()
4144 table[MESA_FORMAT_SIGNED_I8] = _mesa_texstore_snorm8; in _mesa_get_texstore_func()
Dformat_unpack.c1592 table[MESA_FORMAT_SIGNED_I8] = unpack_SIGNED_I8; in get_unpack_rgba_function()
/external/mesa3d/src/mesa/state_tracker/
Dst_format.c341 case MESA_FORMAT_SIGNED_I8: in st_mesa_format_to_pipe_format()
670 return MESA_FORMAT_SIGNED_I8; in st_pipe_format_to_mesa_format()
/external/mesa3d/src/mesa/swrast/
Ds_texfetch.c1050 MESA_FORMAT_SIGNED_I8,
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm_surface_state.c450 [MESA_FORMAT_SIGNED_I8] = 0, in brw_format_for_mesa_format()