Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dformats.h87 MESA_FORMAT_AL44, /* AAAA LLLL */ enumerator
Dformats.c245 MESA_FORMAT_AL44, /* Name */
2109 case MESA_FORMAT_AL44: in _mesa_format_to_type_and_comps()
2682 case MESA_FORMAT_AL44: in _mesa_format_matches_format_and_type()
Dtexformat.c173 RETURN_IF_SUPPORTED(MESA_FORMAT_AL44); in _mesa_choose_tex_format()
Dformat_pack.c1704 table[MESA_FORMAT_AL44] = pack_ubyte_AL44; in _mesa_get_pack_ubyte_rgba_function()
1850 table[MESA_FORMAT_AL44] = pack_float_AL44; in _mesa_get_pack_float_rgba_function()
Dformat_unpack.c1495 table[MESA_FORMAT_AL44] = unpack_AL44; in get_unpack_rgba_function()
2048 case MESA_FORMAT_AL44: in _mesa_unpack_ubyte_rgba_row()
Dtexstore.c1769 ASSERT(dstFormat == MESA_FORMAT_AL44); in _mesa_texstore_unorm44()
4062 table[MESA_FORMAT_AL44] = _mesa_texstore_unorm44; in _mesa_get_texstore_func()
/external/mesa3d/src/mesa/state_tracker/
Dst_format.c84 case MESA_FORMAT_AL44: in st_mesa_format_to_pipe_format()
407 return MESA_FORMAT_AL44; in st_pipe_format_to_mesa_format()
/external/mesa3d/src/mesa/swrast/
Ds_texfetch.c230 MESA_FORMAT_AL44,
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm_surface_state.c307 [MESA_FORMAT_AL44] = 0, in brw_format_for_mesa_format()