Home
last modified time | relevance | path

Searched refs:MESA_FORMAT_ARGB8888_REV (Results 1 – 17 of 17) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv04_surface.c64 case MESA_FORMAT_ARGB8888_REV: in swzsurf_format()
103 case MESA_FORMAT_ARGB8888_REV: in surf2d_format()
142 case MESA_FORMAT_ARGB8888_REV: in rect_format()
181 case MESA_FORMAT_ARGB8888_REV: in sifm_format()
Dnouveau_util.h39 case MESA_FORMAT_ARGB8888_REV: in pack_rgba_i()
/external/mesa3d/src/mesa/main/
Dformats.h73 MESA_FORMAT_ARGB8888_REV, /* BBBB BBBB GGGG GGGG RRRR RRRR AAAA AAAA */ enumerator
Dformats.c119 MESA_FORMAT_ARGB8888_REV, /* Name */
2068 case MESA_FORMAT_ARGB8888_REV: in _mesa_format_to_type_and_comps()
2627 case MESA_FORMAT_ARGB8888_REV: in _mesa_format_matches_format_and_type()
Dformat_pack.c1690 table[MESA_FORMAT_ARGB8888_REV] = pack_ubyte_ARGB8888_REV; in _mesa_get_pack_ubyte_rgba_function()
1835 table[MESA_FORMAT_ARGB8888_REV] = pack_float_ARGB8888_REV; in _mesa_get_pack_float_rgba_function()
1975 table[MESA_FORMAT_ARGB8888_REV] = pack_row_float_ARGB8888_REV; in get_pack_float_rgba_row_function()
2008 table[MESA_FORMAT_ARGB8888_REV] = pack_row_ubyte_ARGB8888_REV; in get_pack_ubyte_rgba_row_function()
Dtexstore.c1307 dstFormat == MESA_FORMAT_ARGB8888_REV || in _mesa_texstore_argb8888()
1423 (!littleEndian && dstFormat == MESA_FORMAT_ARGB8888_REV) || in _mesa_texstore_argb8888()
1431 assert((littleEndian && dstFormat == MESA_FORMAT_ARGB8888_REV) || in _mesa_texstore_argb8888()
4048 table[MESA_FORMAT_ARGB8888_REV] = _mesa_texstore_argb8888; in _mesa_get_texstore_func()
Dformat_unpack.c1481 table[MESA_FORMAT_ARGB8888_REV] = unpack_ARGB8888_REV; in get_unpack_rgba_function()
2006 case MESA_FORMAT_ARGB8888_REV: in _mesa_unpack_ubyte_rgba_row()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_pixel_read.c77 return MESA_FORMAT_ARGB8888_REV; in gl_format_and_type_to_mesa_format()
Dradeon_screen.c621 rgbFormat = _mesa_little_endian() ? MESA_FORMAT_ARGB8888 : MESA_FORMAT_ARGB8888_REV; in radeonCreateBuffer()
Dradeon_texture.c674 _radeon_texformat_argb8888 = MESA_FORMAT_ARGB8888_REV; in radeonInitTextureFormats()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_pixel_read.c77 return MESA_FORMAT_ARGB8888_REV; in gl_format_and_type_to_mesa_format()
Dradeon_screen.c621 rgbFormat = _mesa_little_endian() ? MESA_FORMAT_ARGB8888 : MESA_FORMAT_ARGB8888_REV; in radeonCreateBuffer()
Dradeon_texture.c674 _radeon_texformat_argb8888 = MESA_FORMAT_ARGB8888_REV; in radeonInitTextureFormats()
/external/mesa3d/src/mesa/drivers/osmesa/
Dosmesa.c436 rb->Format = MESA_FORMAT_ARGB8888_REV; in osmesa_renderbuffer_storage()
450 rb->Format = MESA_FORMAT_ARGB8888_REV; in osmesa_renderbuffer_storage()
/external/mesa3d/src/mesa/state_tracker/
Dst_format.c64 case MESA_FORMAT_ARGB8888_REV: in st_mesa_format_to_pipe_format()
387 return MESA_FORMAT_ARGB8888_REV; in st_pipe_format_to_mesa_format()
/external/mesa3d/src/mesa/swrast/
Ds_texfetch.c146 MESA_FORMAT_ARGB8888_REV,
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm_surface_state.c293 [MESA_FORMAT_ARGB8888_REV] = 0, in brw_format_for_mesa_format()