HomeSort by relevance Sort by last modified time
    Searched refs:_NEW_POLYGON (Results 26 - 50 of 58) sorted by null

12 3

  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_context.c 73 if (new_state & (_NEW_STENCIL | _NEW_BUFFERS | _NEW_POLYGON))
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_clip.c 161 /* _NEW_POLYGON */
218 /* _NEW_POLYGON, _NEW_BUFFERS */
259 _NEW_POLYGON |
brw_sf_state.c 202 /* _NEW_POLYGON */
214 /* _NEW_POLYGON */
318 .mesa = (_NEW_POLYGON |
brw_wm_state.c 203 /* _NEW_POLYGON */
251 .mesa = (_NEW_POLYGON |
gen6_sf_state.c 147 /* _NEW_POLYGON */
200 /* _NEW_POLYGON */
356 _NEW_POLYGON |
gen6_wm_state.c 173 /* _NEW_POLYGON */
235 _NEW_POLYGON |
gen7_sf_state.c 175 /* _NEW_POLYGON */
308 _NEW_POLYGON |
brw_misc_state.c 616 /* _NEW_POLYGON */
647 _NEW_POLYGON),
664 /* _NEW_POLYGON */
692 _NEW_POLYGON),
brw_state_upload.c 340 DEFINE_BIT(_NEW_POLYGON),
brw_vs.c 403 /* _NEW_POLYGON */
447 .mesa = (_NEW_TRANSFORM | _NEW_POLYGON | _NEW_POINT | _NEW_LIGHT |
brw_wm.c 529 /* _NEW_LINE, _NEW_POLYGON, BRW_NEW_REDUCED_PRIMITIVE */
646 _NEW_POLYGON |
  /external/mesa3d/src/mesa/state_tracker/
st_atom_rasterizer.c 68 /* _NEW_POLYGON, _NEW_BUFFERS
100 /* _NEW_POLYGON
119 /* _NEW_POLYGON
136 /* _NEW_POLYGON
264 _NEW_POLYGON |
  /external/mesa3d/src/mesa/swrast_setup/
ss_context.c 43 #define _SWSETUP_NEW_RENDERINDEX (_NEW_POLYGON|_NEW_LIGHT|_NEW_PROGRAM)
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
enable.c 348 FLUSH_VERTICES(ctx, _NEW_POLYGON);
610 FLUSH_VERTICES(ctx, _NEW_POLYGON);
619 FLUSH_VERTICES(ctx, _NEW_POLYGON);
628 FLUSH_VERTICES(ctx, _NEW_POLYGON);
636 FLUSH_VERTICES(ctx, _NEW_POLYGON);
642 FLUSH_VERTICES(ctx, _NEW_POLYGON);
    [all...]
debug.c 84 (state & _NEW_POLYGON) ? "ctx->Polygon, " : "",
  /external/mesa3d/src/mesa/main/
enable.c 348 FLUSH_VERTICES(ctx, _NEW_POLYGON);
610 FLUSH_VERTICES(ctx, _NEW_POLYGON);
619 FLUSH_VERTICES(ctx, _NEW_POLYGON);
628 FLUSH_VERTICES(ctx, _NEW_POLYGON);
636 FLUSH_VERTICES(ctx, _NEW_POLYGON);
642 FLUSH_VERTICES(ctx, _NEW_POLYGON);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_misc_state.c 616 /* _NEW_POLYGON */
647 _NEW_POLYGON),
664 /* _NEW_POLYGON */
692 _NEW_POLYGON),
brw_state_upload.c 340 DEFINE_BIT(_NEW_POLYGON),
brw_vs.c 403 /* _NEW_POLYGON */
447 .mesa = (_NEW_TRANSFORM | _NEW_POLYGON | _NEW_POINT | _NEW_LIGHT |
brw_wm.c 529 /* _NEW_LINE, _NEW_POLYGON, BRW_NEW_REDUCED_PRIMITIVE */
646 _NEW_POLYGON |
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_context.c 302 _NEW_POLYGON )
308 _NEW_POLYGON| \
558 if (swrast->NewState & _NEW_POLYGON)
  /external/mesa3d/src/mesa/swrast/
s_context.c 302 _NEW_POLYGON )
308 _NEW_POLYGON| \
558 if (swrast->NewState & _NEW_POLYGON)
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_common.c 303 ctx->NewState |= _NEW_POLYGON;
349 ctx->NewState |= _NEW_POLYGON;
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_common.c 303 ctx->NewState |= _NEW_POLYGON;
349 ctx->NewState |= _NEW_POLYGON;
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vertex.c 273 if (new_state & (_NEW_LIGHT | _NEW_POLYGON) ) {

Completed in 316 milliseconds

12 3