Home
last modified time | relevance | path

Searched refs:_NEW_STENCIL (Results 1 – 14 of 14) sorted by relevance

/external/mesa3d/src/mesa/main/
Dstencil.c160 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewStencil ? 0 : _NEW_STENCIL); in _mesa_StencilFuncSeparateATI()
198 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewStencil ? 0 : _NEW_STENCIL); in stencil_func()
220 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewStencil ? 0 : _NEW_STENCIL); in stencil_func()
285 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewStencil ? 0 : _NEW_STENCIL); in _mesa_StencilMask()
301 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewStencil ? 0 : _NEW_STENCIL); in _mesa_StencilMask()
339 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewStencil ? 0 : _NEW_STENCIL); in stencil_op()
361 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewStencil ? 0 : _NEW_STENCIL); in stencil_op()
445 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewStencil ? 0 : _NEW_STENCIL); in stencil_op_separate()
459 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewStencil ? 0 : _NEW_STENCIL); in stencil_op_separate()
519 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewStencil ? 0 : _NEW_STENCIL); in stencil_func_separate()
[all …]
Ddebug.c93 (state & _NEW_STENCIL) ? "ctx->Stencil, " : "", in _mesa_print_state()
Denable.c853 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewStencil ? 0 : _NEW_STENCIL); in _mesa_set_enable()
1089 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewStencil ? 0 : _NEW_STENCIL); in _mesa_set_enable()
Dmtypes.h4550 #define _NEW_STENCIL (1u << 15) /**< gl_context::Stencil */ macro
/external/mesa3d/src/mesa/drivers/dri/i965/
Dgen8_depth_state.c192 _NEW_STENCIL,
Dbrw_state_upload.c414 DEFINE_BIT(_NEW_STENCIL),
Dbrw_wm.c376 _NEW_STENCIL | in brw_wm_state_dirty()
DgenX_state_upload.c1266 _NEW_STENCIL,
3418 _NEW_STENCIL |
3450 _NEW_STENCIL |
Dbrw_context.c201 if (new_state & (_NEW_STENCIL | _NEW_BUFFERS)) { in intel_update_state()
/external/mesa3d/src/mesa/swrast/
Ds_context.h109 _NEW_STENCIL| \
Ds_context.c304 _NEW_STENCIL| \
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_common.c270 ctx->NewState |= _NEW_STENCIL; in radeon_draw_buffer()
290 ctx->NewState |= (_NEW_DEPTH | _NEW_STENCIL); in radeon_draw_buffer()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_common.c270 ctx->NewState |= _NEW_STENCIL; in radeon_draw_buffer()
290 ctx->NewState |= (_NEW_DEPTH | _NEW_STENCIL); in radeon_draw_buffer()
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_context.c80 if (new_state & (_NEW_STENCIL | _NEW_BUFFERS | _NEW_POLYGON)) in i915InvalidateState()