HomeSort by relevance Sort by last modified time
    Searched refs:_NEW_STENCIL (Results 1 - 18 of 18) sorted by null

  /external/mesa3d/src/mesa/main/
stencil.c 160 FLUSH_VERTICES(ctx, _NEW_STENCIL);
206 FLUSH_VERTICES(ctx, _NEW_STENCIL);
227 FLUSH_VERTICES(ctx, _NEW_STENCIL);
266 FLUSH_VERTICES(ctx, _NEW_STENCIL);
281 FLUSH_VERTICES(ctx, _NEW_STENCIL);
335 FLUSH_VERTICES(ctx, _NEW_STENCIL);
356 FLUSH_VERTICES(ctx, _NEW_STENCIL);
426 FLUSH_VERTICES(ctx, _NEW_STENCIL);
438 FLUSH_VERTICES(ctx, _NEW_STENCIL);
469 FLUSH_VERTICES(ctx, _NEW_STENCIL);
    [all...]
state.c 439 if (new_state & (_NEW_STENCIL | _NEW_BUFFERS))
debug.c 93 (state & _NEW_STENCIL) ? "ctx->Stencil, " : "",
enable.c 680 FLUSH_VERTICES(ctx, _NEW_STENCIL);
906 FLUSH_VERTICES(ctx, _NEW_STENCIL);
    [all...]
mtypes.h     [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen8_wm_depth_stencil.c 43 /* _NEW_STENCIL | _NEW_BUFFERS */
113 _NEW_STENCIL,
gen6_depthstencil.c 49 /* _NEW_STENCIL | _NEW_BUFFERS */
109 _NEW_STENCIL,
gen7_misc_state.c 102 /* _NEW_DEPTH, _NEW_STENCIL, _NEW_BUFFERS */
209 _NEW_STENCIL,
gen6_cc.c 270 /* _NEW_STENCIL */
301 _NEW_STENCIL,
brw_cc.c 123 /* _NEW_STENCIL | _NEW_BUFFERS */
253 _NEW_STENCIL,
gen8_depth_state.c 62 /* _NEW_BUFFERS, _NEW_DEPTH, _NEW_STENCIL */
285 /* _NEW_STENCIL:
387 _NEW_STENCIL,
brw_state_upload.c 589 DEFINE_BIT(_NEW_STENCIL),
brw_wm.c 435 _NEW_STENCIL |
474 /* _NEW_STENCIL | _NEW_BUFFERS */
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_context.c 75 if (new_state & (_NEW_STENCIL | _NEW_BUFFERS | _NEW_POLYGON))
  /external/mesa3d/src/mesa/swrast/
s_context.h 109 _NEW_STENCIL| \
s_context.c 307 _NEW_STENCIL| \
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_common.c 292 ctx->NewState |= _NEW_STENCIL;
313 ctx->NewState |= (_NEW_DEPTH | _NEW_STENCIL);
  /external/mesa3d/src/mesa/state_tracker/
st_context.c 186 _NEW_STENCIL))

Completed in 77 milliseconds