Searched refs:_NEW_PACKUNPACK (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | pixelstore.c | 52 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 …]
|
D | debug.c | 91 (state & _NEW_PACKUNPACK) ? "ctx->Pack/Unpack, " : "", in _mesa_print_state()
|
D | attrib.c | 1573 ctx->NewState |= _NEW_PACKUNPACK; in _mesa_PopClientAttrib() 1582 ctx->NewState |= _NEW_PACKUNPACK; in _mesa_PopClientAttrib()
|
D | mtypes.h | 3150 #define _NEW_PACKUNPACK (1 << 19) /**< gl_context::Pack, Unpack */ macro
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom.c | 165 if (state->mesa & ~_NEW_PACKUNPACK)
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_state_upload.c | 347 DEFINE_BIT(_NEW_PACKUNPACK),
|