HomeSort by relevance Sort by last modified time
    Searched refs:_NEW_POLYGON (Results 1 - 25 of 29) sorted by null

1 2

  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_tris.h 38 _NEW_POLYGON | \
i915_context.c 73 if (new_state & (_NEW_STENCIL | _NEW_BUFFERS | _NEW_POLYGON))
  /external/mesa3d/src/mesa/main/
polygon.c 70 FLUSH_VERTICES(ctx, _NEW_POLYGON);
106 FLUSH_VERTICES(ctx, _NEW_POLYGON);
152 FLUSH_VERTICES(ctx, _NEW_POLYGON);
159 FLUSH_VERTICES(ctx, _NEW_POLYGON);
170 FLUSH_VERTICES(ctx, _NEW_POLYGON);
284 FLUSH_VERTICES(ctx, _NEW_POLYGON);
state.c 418 if (1/*new_state & _NEW_POLYGON*/) {
501 if (new_state & _NEW_POLYGON)
535 if (new_state & (_NEW_POINT | _NEW_LINE | _NEW_POLYGON | _NEW_LIGHT
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/drivers/dri/i965/
gen7_clip_state.c 53 /* _NEW_POLYGON */
116 _NEW_POLYGON |
brw_sf.c 197 /* _NEW_POLYGON */
216 .mesa = (_NEW_HINT | _NEW_LIGHT | _NEW_POLYGON | _NEW_POINT |
brw_vtbl.c 144 intel->NewGLState |= _NEW_POLYGON;
gen7_wm_state.c 56 /* _NEW_POLYGON */
102 .mesa = (_NEW_LINE | _NEW_POLYGON |
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_shader.c 143 * _NEW_POLYGON, ST_NEW_EDGEFLAGS_DATA
166 _NEW_POLYGON, /* mesa */
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/mesa3d/src/mesa/swrast/
s_context.c 302 _NEW_POLYGON )
308 _NEW_POLYGON| \
558 if (swrast->NewState & _NEW_POLYGON)
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_common.c 303 ctx->NewState |= _NEW_POLYGON;
349 ctx->NewState |= _NEW_POLYGON;

Completed in 325 milliseconds

1 2