Home
last modified time | relevance | path

Searched refs:_NEW_PACKUNPACK (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/main/
Dpixelstore.c52 FLUSH_VERTICES(ctx, _NEW_PACKUNPACK); in _mesa_PixelStorei()
60 FLUSH_VERTICES(ctx, _NEW_PACKUNPACK); in _mesa_PixelStorei()
72 FLUSH_VERTICES(ctx, _NEW_PACKUNPACK); in _mesa_PixelStorei()
84 FLUSH_VERTICES(ctx, _NEW_PACKUNPACK); in _mesa_PixelStorei()
96 FLUSH_VERTICES(ctx, _NEW_PACKUNPACK); in _mesa_PixelStorei()
108 FLUSH_VERTICES(ctx, _NEW_PACKUNPACK); in _mesa_PixelStorei()
120 FLUSH_VERTICES(ctx, _NEW_PACKUNPACK); in _mesa_PixelStorei()
130 FLUSH_VERTICES(ctx, _NEW_PACKUNPACK); in _mesa_PixelStorei()
142 FLUSH_VERTICES(ctx, _NEW_PACKUNPACK); in _mesa_PixelStorei()
153 FLUSH_VERTICES(ctx, _NEW_PACKUNPACK); in _mesa_PixelStorei()
[all …]
Ddebug.c91 (state & _NEW_PACKUNPACK) ? "ctx->Pack/Unpack, " : "", in _mesa_print_state()
Dattrib.c1573 ctx->NewState |= _NEW_PACKUNPACK; in _mesa_PopClientAttrib()
1582 ctx->NewState |= _NEW_PACKUNPACK; in _mesa_PopClientAttrib()
Dmtypes.h3150 #define _NEW_PACKUNPACK (1 << 19) /**< gl_context::Pack, Unpack */ macro
/external/mesa3d/src/mesa/state_tracker/
Dst_atom.c165 if (state->mesa & ~_NEW_PACKUNPACK)
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_state_upload.c347 DEFINE_BIT(_NEW_PACKUNPACK),