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

1 2

  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_tris.h 38 _NEW_POLYGON | \
i915_context.c 75 if (new_state & (_NEW_STENCIL | _NEW_BUFFERS | _NEW_POLYGON))
  /external/mesa3d/src/mesa/main/
polygon.c 69 FLUSH_VERTICES(ctx, _NEW_POLYGON);
104 FLUSH_VERTICES(ctx, _NEW_POLYGON);
147 FLUSH_VERTICES(ctx, _NEW_POLYGON);
154 FLUSH_VERTICES(ctx, _NEW_POLYGON);
165 FLUSH_VERTICES(ctx, _NEW_POLYGON);
247 FLUSH_VERTICES(ctx, _NEW_POLYGON);
enable.c 362 FLUSH_VERTICES(ctx, _NEW_POLYGON);
625 FLUSH_VERTICES(ctx, _NEW_POLYGON);
633 FLUSH_VERTICES(ctx, _NEW_POLYGON);
641 FLUSH_VERTICES(ctx, _NEW_POLYGON);
649 FLUSH_VERTICES(ctx, _NEW_POLYGON);
655 FLUSH_VERTICES(ctx, _NEW_POLYGON);
    [all...]
state.c 424 if (new_state & _NEW_POLYGON)
viewport.c 456 ctx->NewState |= _NEW_POLYGON;
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen7_sf_state.c 97 _NEW_POLYGON |
129 /* _NEW_POLYGON */
255 _NEW_POLYGON |
gen8_sf_state.c 142 _NEW_POLYGON |
237 /* _NEW_POLYGON */
343 _NEW_POLYGON |
brw_sf.c 146 _NEW_POLYGON |
218 /* _NEW_POLYGON */
gen6_clip_state.c 40 /* _NEW_POLYGON */
64 /* _NEW_POLYGON */
114 /* _NEW_POLYGON */
191 /* _NEW_POLYGON,
214 _NEW_POLYGON |
gen8_ps_state.c 159 /* _NEW_POLYGON */
181 _NEW_POLYGON,
brw_clip.c 139 _NEW_POLYGON |
178 /* _NEW_POLYGON */
235 /* _NEW_POLYGON, _NEW_BUFFERS */
brw_sf_state.c 192 /* _NEW_POLYGON */
204 /* _NEW_POLYGON */
312 _NEW_POLYGON |
brw_wm_state.c 202 /* _NEW_POLYGON */
263 _NEW_POLYGON |
gen6_sf_state.c 199 * _NEW_POLYGON
295 /* _NEW_POLYGON */
342 /* _NEW_POLYGON */
443 _NEW_POLYGON |
gen6_wm_state.c 263 /* _NEW_LINE | _NEW_POLYGON | _NEW_BUFFERS | _NEW_COLOR |
281 _NEW_POLYGON |
gen7_wm_state.c 58 /* _NEW_POLYGON */
139 _NEW_POLYGON,
gen8_draw_upload.c 358 .mesa = _NEW_POLYGON,
brw_vs.c 272 _NEW_POLYGON |
303 /* _NEW_POLYGON */
brw_misc_state.c 723 /* _NEW_POLYGON */
749 .mesa = _NEW_POLYGON |
764 /* _NEW_POLYGON */
789 _NEW_POLYGON,
    [all...]
brw_state_upload.c 586 DEFINE_BIT(_NEW_POLYGON),
brw_wm.c 434 _NEW_POLYGON |
487 /* _NEW_LINE, _NEW_POLYGON, BRW_NEW_REDUCED_PRIMITIVE */
  /external/mesa3d/src/mesa/swrast_setup/
ss_context.c 43 #define _SWSETUP_NEW_RENDERINDEX (_NEW_POLYGON|_NEW_LIGHT|_NEW_PROGRAM)
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_common.c 301 ctx->NewState |= _NEW_POLYGON;
336 ctx->NewState |= _NEW_POLYGON;
  /external/mesa3d/src/mesa/swrast/
s_context.c 299 _NEW_POLYGON )
305 _NEW_POLYGON| \
556 if (swrast->NewState & _NEW_POLYGON)

Completed in 216 milliseconds

1 2