Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dstencil.c116 FLUSH_VERTICES(ctx, _NEW_STENCIL); in _mesa_ClearStencil()
166 FLUSH_VERTICES(ctx, _NEW_STENCIL); in _mesa_StencilFuncSeparateATI()
216 FLUSH_VERTICES(ctx, _NEW_STENCIL); in _mesa_StencilFunc()
237 FLUSH_VERTICES(ctx, _NEW_STENCIL); in _mesa_StencilFunc()
278 FLUSH_VERTICES(ctx, _NEW_STENCIL); in _mesa_StencilMask()
293 FLUSH_VERTICES(ctx, _NEW_STENCIL); in _mesa_StencilMask()
349 FLUSH_VERTICES(ctx, _NEW_STENCIL); in _mesa_StencilOp()
370 FLUSH_VERTICES(ctx, _NEW_STENCIL); in _mesa_StencilOp()
402 FLUSH_VERTICES(ctx, _NEW_STENCIL); in _mesa_ActiveStencilFaceEXT()
451 FLUSH_VERTICES(ctx, _NEW_STENCIL); in _mesa_StencilOpSeparate()
[all …]
Dstate.c513 if (new_state & (_NEW_STENCIL | _NEW_BUFFERS)) in _mesa_update_state_locked()
536 | _NEW_STENCIL | _MESA_NEW_SEPARATE_SPECULAR)) in _mesa_update_state_locked()
Ddebug.c87 (state & _NEW_STENCIL) ? "ctx->Stencil, " : "", in _mesa_print_state()
Denable.c662 FLUSH_VERTICES(ctx, _NEW_STENCIL); in _mesa_set_enable()
940 FLUSH_VERTICES(ctx, _NEW_STENCIL); in _mesa_set_enable()
Dmtypes.h3146 #define _NEW_STENCIL (1 << 15) /**< gl_context::Stencil */ macro
/external/mesa3d/src/mesa/drivers/dri/i965/
Dgen6_depthstencil.c96 .mesa = _NEW_DEPTH | _NEW_STENCIL | _NEW_BUFFERS,
Dbrw_vtbl.c131 intel->NewGLState |= (_NEW_DEPTH | _NEW_STENCIL); in brw_update_draw_buffer()
Dgen7_misc_state.c284 .mesa = (_NEW_BUFFERS | _NEW_DEPTH | _NEW_STENCIL),
Dgen6_cc.c239 .mesa = _NEW_COLOR | _NEW_STENCIL,
Dbrw_cc.c232 .mesa = _NEW_STENCIL | _NEW_COLOR | _NEW_DEPTH,
Dbrw_state_upload.c343 DEFINE_BIT(_NEW_STENCIL),
Dbrw_wm.c645 _NEW_STENCIL |
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_depth.c156 (_NEW_DEPTH|_NEW_STENCIL|_NEW_COLOR), /* mesa */
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_context.c73 if (new_state & (_NEW_STENCIL | _NEW_BUFFERS | _NEW_POLYGON)) in i915InvalidateState()
/external/mesa3d/src/mesa/swrast/
Ds_context.h108 _NEW_STENCIL| \
Ds_context.c310 _NEW_STENCIL| \
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_common.c294 ctx->NewState |= _NEW_STENCIL; in radeon_draw_buffer()
315 ctx->NewState |= (_NEW_DEPTH | _NEW_STENCIL); in radeon_draw_buffer()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_common.c294 ctx->NewState |= _NEW_STENCIL; in radeon_draw_buffer()
315 ctx->NewState |= (_NEW_DEPTH | _NEW_STENCIL); in radeon_draw_buffer()