Home
last modified time | relevance | path

Searched refs:MESA_FORMAT_AL1616 (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/mesa/main/
Dformats.h90 MESA_FORMAT_AL1616, /* AAAA AAAA AAAA AAAA LLLL LLLL LLLL LLLL */ enumerator
Dformats.c272 MESA_FORMAT_AL1616, /* Name */
2122 case MESA_FORMAT_AL1616: in _mesa_format_to_type_and_comps()
2689 case MESA_FORMAT_AL1616: in _mesa_format_matches_format_and_type()
Dtexformat.c187 RETURN_IF_SUPPORTED(MESA_FORMAT_AL1616); in _mesa_choose_tex_format()
Dtexstore.c1928 ASSERT(dstFormat == MESA_FORMAT_AL1616 || in _mesa_texstore_unorm1616()
1936 ((dstFormat == MESA_FORMAT_AL1616 && in _mesa_texstore_unorm1616()
1967 if (dstFormat == MESA_FORMAT_AL1616 || in _mesa_texstore_unorm1616()
4065 table[MESA_FORMAT_AL1616] = _mesa_texstore_unorm1616; in _mesa_get_texstore_func()
Dformat_pack.c1707 table[MESA_FORMAT_AL1616] = pack_ubyte_AL1616; in _mesa_get_pack_ubyte_rgba_function()
1853 table[MESA_FORMAT_AL1616] = pack_float_AL1616; in _mesa_get_pack_float_rgba_function()
Dteximage.c3896 return MESA_FORMAT_AL1616; in get_texbuffer_format()
Dformat_unpack.c1498 table[MESA_FORMAT_AL1616] = unpack_AL1616; in get_unpack_rgba_function()
/external/mesa3d/src/mesa/state_tracker/
Dst_format.c88 case MESA_FORMAT_AL1616: in st_mesa_format_to_pipe_format()
411 return MESA_FORMAT_AL1616; in st_pipe_format_to_mesa_format()
/external/mesa3d/src/mesa/swrast/
Ds_texfetch.c248 MESA_FORMAT_AL1616,
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm_surface_state.c310 [MESA_FORMAT_AL1616] = BRW_SURFACEFORMAT_L16A16_UNORM, in brw_format_for_mesa_format()