HomeSort by: relevance | last modified time | path
    Searched refs:_NEW_STENCIL (Results 1 - 25 of 26) sorted by relevancy

1 2

  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
stencil.c 161 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewStencil ? 0 : _NEW_STENCIL,
200 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewStencil ? 0 : _NEW_STENCIL,
223 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewStencil ? 0 : _NEW_STENCIL,
289 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewStencil ? 0 : _NEW_STENCIL,
306 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewStencil ? 0 : _NEW_STENCIL,
345 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewStencil ? 0 : _NEW_STENCIL,
368 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewStencil ? 0 : _NEW_STENCIL,
453 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewStencil ? 0 : _NEW_STENCIL,
468 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewStencil ? 0 : _NEW_STENCIL,
529 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewStencil ? 0 : _NEW_STENCIL,
    [all...]
debug.c 94 (state & _NEW_STENCIL) ? "ctx->Stencil, " : "",
enable.c 899 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewStencil ? 0 : _NEW_STENCIL,
1146 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewStencil ? 0 : _NEW_STENCIL,
mtypes.h 4634 #define _NEW_STENCIL (1u << 15) /**< gl_context::Stencil */
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
stencil.c 160 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewStencil ? 0 : _NEW_STENCIL);
198 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewStencil ? 0 : _NEW_STENCIL);
220 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewStencil ? 0 : _NEW_STENCIL);
285 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewStencil ? 0 : _NEW_STENCIL);
301 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewStencil ? 0 : _NEW_STENCIL);
339 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewStencil ? 0 : _NEW_STENCIL);
361 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewStencil ? 0 : _NEW_STENCIL);
445 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewStencil ? 0 : _NEW_STENCIL);
459 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewStencil ? 0 : _NEW_STENCIL);
519 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewStencil ? 0 : _NEW_STENCIL);
    [all...]
debug.c 94 (state & _NEW_STENCIL) ? "ctx->Stencil, " : "",
enable.c 736 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewStencil ? 0 : _NEW_STENCIL);
974 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewStencil ? 0 : _NEW_STENCIL);
mtypes.h 4442 #define _NEW_STENCIL (1u << 15) /**< gl_context::Stencil */
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
gfx8_depth_state.c 93 /* _NEW_STENCIL:
192 _NEW_STENCIL,
brw_state_upload.c 415 DEFINE_BIT(_NEW_STENCIL),
brw_wm.c 387 _NEW_STENCIL |
431 /* _NEW_STENCIL | _NEW_BUFFERS */
genX_state_upload.c 1185 /* _NEW_STENCIL */
1265 _NEW_STENCIL,
3389 /* _NEW_STENCIL */
3417 _NEW_STENCIL |
3449 _NEW_STENCIL |
brw_context.c 215 if (new_state & (_NEW_STENCIL | _NEW_BUFFERS)) {
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
gen8_depth_state.c 93 /* _NEW_STENCIL:
192 _NEW_STENCIL,
brw_state_upload.c 347 DEFINE_BIT(_NEW_STENCIL),
brw_wm.c 345 _NEW_STENCIL |
389 /* _NEW_STENCIL | _NEW_BUFFERS */
brw_context.c 210 if (new_state & (_NEW_STENCIL | _NEW_BUFFERS)) {
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
i915_context.c 82 if (new_state & (_NEW_STENCIL | _NEW_BUFFERS | _NEW_POLYGON))
  /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
s_context.h 109 _NEW_STENCIL| \
s_context.c 304 _NEW_STENCIL| \
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
i915_context.c 81 if (new_state & (_NEW_STENCIL | _NEW_BUFFERS | _NEW_POLYGON))
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
s_context.h 108 _NEW_STENCIL| \
s_context.c 304 _NEW_STENCIL| \
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
radeon_common.c 270 ctx->NewState |= _NEW_STENCIL;
290 ctx->NewState |= (_NEW_DEPTH | _NEW_STENCIL);
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
radeon_common.c 271 ctx->NewState |= _NEW_STENCIL;
291 ctx->NewState |= (_NEW_DEPTH | _NEW_STENCIL);

Completed in 41 milliseconds

1 2