Home
last modified time | relevance | path

Searched refs:MESA_FORMAT_LUMINANCE_ALPHA_INT32 (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/mesa/main/
Dformats.h197 MESA_FORMAT_LUMINANCE_ALPHA_INT32, enumerator
Dformats.c988 MESA_FORMAT_LUMINANCE_ALPHA_INT32,
2398 case MESA_FORMAT_LUMINANCE_ALPHA_INT32: in _mesa_format_to_type_and_comps()
2847 case MESA_FORMAT_LUMINANCE_ALPHA_INT32: in _mesa_format_matches_format_and_type()
Dtexformat.c704 RETURN_IF_SUPPORTED(MESA_FORMAT_LUMINANCE_ALPHA_INT32); in _mesa_choose_tex_format()
Dtexstore.c3322 dstFormat == MESA_FORMAT_LUMINANCE_ALPHA_INT32); in _mesa_texstore_rgba_int32()
4180 table[MESA_FORMAT_LUMINANCE_ALPHA_INT32] = _mesa_texstore_rgba_int32; in _mesa_get_texstore_func()
Dformat_unpack.c2770 case MESA_FORMAT_LUMINANCE_ALPHA_INT32: in _mesa_unpack_uint_rgba_row()
/external/mesa3d/src/mesa/state_tracker/
Dst_format.c252 case MESA_FORMAT_LUMINANCE_ALPHA_INT32: in st_mesa_format_to_pipe_format()
577 return MESA_FORMAT_LUMINANCE_ALPHA_INT32; in st_pipe_format_to_mesa_format()
/external/mesa3d/src/mesa/swrast/
Ds_texfetch.c750 MESA_FORMAT_LUMINANCE_ALPHA_INT32,
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm_surface_state.c397 [MESA_FORMAT_LUMINANCE_ALPHA_INT32] = 0, in brw_format_for_mesa_format()