Searched refs:_NEW_STENCIL (Results 1 – 18 of 18) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | stencil.c | 116 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 …]
|
D | state.c | 513 if (new_state & (_NEW_STENCIL | _NEW_BUFFERS)) in _mesa_update_state_locked() 536 | _NEW_STENCIL | _MESA_NEW_SEPARATE_SPECULAR)) in _mesa_update_state_locked()
|
D | debug.c | 87 (state & _NEW_STENCIL) ? "ctx->Stencil, " : "", in _mesa_print_state()
|
D | enable.c | 662 FLUSH_VERTICES(ctx, _NEW_STENCIL); in _mesa_set_enable() 940 FLUSH_VERTICES(ctx, _NEW_STENCIL); in _mesa_set_enable()
|
D | mtypes.h | 3146 #define _NEW_STENCIL (1 << 15) /**< gl_context::Stencil */ macro
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | gen6_depthstencil.c | 96 .mesa = _NEW_DEPTH | _NEW_STENCIL | _NEW_BUFFERS,
|
D | brw_vtbl.c | 131 intel->NewGLState |= (_NEW_DEPTH | _NEW_STENCIL); in brw_update_draw_buffer()
|
D | gen7_misc_state.c | 284 .mesa = (_NEW_BUFFERS | _NEW_DEPTH | _NEW_STENCIL),
|
D | gen6_cc.c | 239 .mesa = _NEW_COLOR | _NEW_STENCIL,
|
D | brw_cc.c | 232 .mesa = _NEW_STENCIL | _NEW_COLOR | _NEW_DEPTH,
|
D | brw_state_upload.c | 343 DEFINE_BIT(_NEW_STENCIL),
|
D | brw_wm.c | 645 _NEW_STENCIL |
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom_depth.c | 156 (_NEW_DEPTH|_NEW_STENCIL|_NEW_COLOR), /* mesa */
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | i915_context.c | 73 if (new_state & (_NEW_STENCIL | _NEW_BUFFERS | _NEW_POLYGON)) in i915InvalidateState()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_context.h | 108 _NEW_STENCIL| \
|
D | s_context.c | 310 _NEW_STENCIL| \
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_common.c | 294 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/ |
D | radeon_common.c | 294 ctx->NewState |= _NEW_STENCIL; in radeon_draw_buffer() 315 ctx->NewState |= (_NEW_DEPTH | _NEW_STENCIL); in radeon_draw_buffer()
|