Searched refs:_NEW_STENCIL (Results 1 – 15 of 15) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | stencil.c | 160 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 …]
|
D | debug.c | 93 (state & _NEW_STENCIL) ? "ctx->Stencil, " : "", in _mesa_print_state()
|
D | enable.c | 731 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewStencil ? 0 : _NEW_STENCIL); in _mesa_set_enable() 968 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewStencil ? 0 : _NEW_STENCIL); in _mesa_set_enable()
|
D | mtypes.h | 4316 #define _NEW_STENCIL (1u << 15) /**< gl_context::Stencil */ macro
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | gen7_misc_state.c | 197 _NEW_STENCIL,
|
D | gen8_depth_state.c | 370 _NEW_STENCIL,
|
D | brw_state_upload.c | 268 DEFINE_BIT(_NEW_STENCIL),
|
D | brw_wm.c | 433 _NEW_STENCIL | in brw_wm_state_dirty()
|
D | brw_context.c | 188 if (new_state & (_NEW_STENCIL | _NEW_BUFFERS)) { in intel_update_state()
|
D | genX_state_upload.c | 1243 _NEW_STENCIL, 3392 _NEW_STENCIL |
|
/external/mesa3d/src/mesa/swrast/ |
D | s_context.h | 108 _NEW_STENCIL| \
|
D | s_context.c | 309 _NEW_STENCIL| \
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_common.c | 292 ctx->NewState |= _NEW_STENCIL; in radeon_draw_buffer() 312 ctx->NewState |= (_NEW_DEPTH | _NEW_STENCIL); in radeon_draw_buffer()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_common.c | 292 ctx->NewState |= _NEW_STENCIL; in radeon_draw_buffer() 312 ctx->NewState |= (_NEW_DEPTH | _NEW_STENCIL); in radeon_draw_buffer()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | i915_context.c | 81 if (new_state & (_NEW_STENCIL | _NEW_BUFFERS | _NEW_POLYGON)) in i915InvalidateState()
|