Searched refs:_NEW_STENCIL (Results 1 – 14 of 14) 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 | 853 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()
|
D | mtypes.h | 4550 #define _NEW_STENCIL (1u << 15) /**< gl_context::Stencil */ macro
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | gen8_depth_state.c | 192 _NEW_STENCIL,
|
D | brw_wm.c | 376 _NEW_STENCIL | in brw_wm_state_dirty()
|
D | brw_state_upload.c | 414 DEFINE_BIT(_NEW_STENCIL),
|
D | genX_state_upload.c | 1266 _NEW_STENCIL, 3418 _NEW_STENCIL | 3450 _NEW_STENCIL |
|
D | brw_context.c | 201 if (new_state & (_NEW_STENCIL | _NEW_BUFFERS)) { in intel_update_state()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_context.h | 109 _NEW_STENCIL| \
|
D | s_context.c | 304 _NEW_STENCIL| \
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_common.c | 270 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/ |
D | radeon_common.c | 270 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/ |
D | i915_context.c | 80 if (new_state & (_NEW_STENCIL | _NEW_BUFFERS | _NEW_POLYGON)) in i915InvalidateState()
|