Home
last modified time | relevance | path

Searched refs:_NEW_POLYGON (Results 1 – 22 of 22) sorted by relevance

/external/mesa3d/src/mesa/main/
Dpolygon.c65 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewPolygonState ? 0 : _NEW_POLYGON); in cull_face()
116 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewPolygonState ? 0 : _NEW_POLYGON); in front_face()
189 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewPolygonState ? 0 : _NEW_POLYGON); in polygon_mode()
196 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewPolygonState ? 0 : _NEW_POLYGON); in polygon_mode()
208 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewPolygonState ? 0 : _NEW_POLYGON); in polygon_mode()
310 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewPolygonState ? 0 : _NEW_POLYGON); in _mesa_polygon_offset_clamp()
Denable.c485 ctx->DriverFlags.NewPolygonState ? 0 : _NEW_POLYGON); in _mesa_set_enable()
787 ctx->DriverFlags.NewPolygonState ? 0 : _NEW_POLYGON); in _mesa_set_enable()
797 ctx->DriverFlags.NewPolygonState ? 0 : _NEW_POLYGON); in _mesa_set_enable()
807 ctx->DriverFlags.NewPolygonState ? 0 : _NEW_POLYGON); in _mesa_set_enable()
817 ctx->DriverFlags.NewPolygonState ? 0 : _NEW_POLYGON); in _mesa_set_enable()
825 ctx->DriverFlags.NewPolygonState ? 0 : _NEW_POLYGON); in _mesa_set_enable()
Ddebug.c90 (state & _NEW_POLYGON) ? "ctx->Polygon, " : "", in _mesa_print_state()
Dviewport.c533 ctx->NewState |= _NEW_POLYGON; in clip_control()
Dmtypes.h4547 #define _NEW_POLYGON (1u << 12) /**< gl_context::Polygon */ macro
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_tris.h38 _NEW_POLYGON | \
Di915_context.c80 if (new_state & (_NEW_STENCIL | _NEW_BUFFERS | _NEW_POLYGON)) in i915InvalidateState()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_sf.c83 _NEW_POLYGON | in brw_upload_sf_prog()
Dbrw_clip.c79 _NEW_POLYGON | in brw_upload_clip_prog()
Dbrw_vs.c238 _NEW_POLYGON | in brw_vs_state_dirty()
DgenX_state_upload.c131 .mesa = _NEW_POLYGON |
169 _NEW_POLYGON,
845 .mesa = _NEW_POLYGON,
1491 _NEW_POLYGON |
1738 (GEN_GEN <= 7 ? _NEW_BUFFERS | _NEW_POLYGON : 0) |
2066 _NEW_POLYGON |
3551 _NEW_POLYGON |
4647 _NEW_POLYGON |
Dbrw_state_upload.c411 DEFINE_BIT(_NEW_POLYGON),
Dbrw_wm.c375 _NEW_POLYGON | in brw_wm_state_dirty()
Dbrw_context.c208 if (new_state & _NEW_POLYGON) in intel_update_state()
/external/mesa3d/src/mesa/swrast/
Ds_context.c296 _NEW_POLYGON )
302 _NEW_POLYGON| \
553 if (swrast->NewState & _NEW_POLYGON) in _swrast_validate_derived()
/external/mesa3d/src/mesa/swrast_setup/
Dss_context.c44 #define _SWSETUP_NEW_RENDERINDEX (_NEW_POLYGON|_NEW_LIGHT|_NEW_PROGRAM)
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_common.c279 ctx->NewState |= _NEW_POLYGON; in radeon_draw_buffer()
313 ctx->NewState |= _NEW_POLYGON; in radeon_draw_buffer()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_common.c279 ctx->NewState |= _NEW_POLYGON; in radeon_draw_buffer()
313 ctx->NewState |= _NEW_POLYGON; in radeon_draw_buffer()
/external/mesa3d/src/mesa/tnl/
Dt_vertex.c290 if (new_state & (_NEW_LIGHT | _NEW_POLYGON) ) { in _tnl_invalidate_vertex_state()
/external/mesa3d/src/mesa/drivers/x11/
Dxm_dd.c889 #define XMESA_NEW_TRIANGLE (_NEW_POLYGON | \
/external/mesa3d/docs/relnotes/
D7.11.1.rst194 - i965: Add missing \_NEW_POLYGON flag to polygon stipple upload.
D7.10.rst2899 - i965: upload WM state for \_NEW_POLYGON on sandybridge