Home
last modified time | relevance | path

Searched refs:MESA_FORMAT_ARGB4444_REV (Results 1 – 13 of 13) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv04_surface.c49 case MESA_FORMAT_ARGB4444_REV: in swzsurf_format()
88 case MESA_FORMAT_ARGB4444_REV: in surf2d_format()
127 case MESA_FORMAT_ARGB4444_REV: in rect_format()
166 case MESA_FORMAT_ARGB4444_REV: in sifm_format()
/external/mesa3d/src/mesa/main/
Dformats.h83 MESA_FORMAT_ARGB4444_REV, /* GGGG BBBB AAAA RRRR */ enumerator
Dformats.c209 MESA_FORMAT_ARGB4444_REV, /* Name */
2088 case MESA_FORMAT_ARGB4444_REV: in _mesa_format_to_type_and_comps()
2668 case MESA_FORMAT_ARGB4444_REV: in _mesa_format_matches_format_and_type()
Dtexformat.c91 RETURN_IF_SUPPORTED(MESA_FORMAT_ARGB4444_REV); /* just to test another format*/ in _mesa_choose_tex_format()
Dformat_pack.c1700 table[MESA_FORMAT_ARGB4444_REV] = pack_ubyte_ARGB4444_REV; in _mesa_get_pack_ubyte_rgba_function()
1845 table[MESA_FORMAT_ARGB4444_REV] = pack_float_ARGB4444_REV; in _mesa_get_pack_float_rgba_function()
Dformat_unpack.c1491 table[MESA_FORMAT_ARGB4444_REV] = unpack_ARGB4444_REV; in get_unpack_rgba_function()
2036 case MESA_FORMAT_ARGB4444_REV: in _mesa_unpack_ubyte_rgba_row()
Dtexstore.c1611 dstFormat == MESA_FORMAT_ARGB4444_REV); in _mesa_texstore_argb4444()
4058 table[MESA_FORMAT_ARGB4444_REV] = _mesa_texstore_argb4444; in _mesa_get_texstore_func()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_pixel_read.c69 return MESA_FORMAT_ARGB4444_REV; in gl_format_and_type_to_mesa_format()
Dradeon_texture.c676 _radeon_texformat_argb4444 = MESA_FORMAT_ARGB4444_REV; in radeonInitTextureFormats()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_pixel_read.c69 return MESA_FORMAT_ARGB4444_REV; in gl_format_and_type_to_mesa_format()
Dradeon_texture.c676 _radeon_texformat_argb4444 = MESA_FORMAT_ARGB4444_REV; in radeonInitTextureFormats()
/external/mesa3d/src/mesa/swrast/
Ds_texfetch.c206 MESA_FORMAT_ARGB4444_REV,
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm_surface_state.c303 [MESA_FORMAT_ARGB4444_REV] = 0, in brw_format_for_mesa_format()