Searched refs:NewPolygonState (Results 1 – 6 of 6) sorted by relevance
65 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewPolygonState ? 0 : _NEW_POLYGON); in cull_face()66 ctx->NewDriverState |= ctx->DriverFlags.NewPolygonState; in cull_face()116 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewPolygonState ? 0 : _NEW_POLYGON); in front_face()117 ctx->NewDriverState |= ctx->DriverFlags.NewPolygonState; in front_face()189 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewPolygonState ? 0 : _NEW_POLYGON); in polygon_mode()190 ctx->NewDriverState |= ctx->DriverFlags.NewPolygonState; in polygon_mode()196 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewPolygonState ? 0 : _NEW_POLYGON); in polygon_mode()197 ctx->NewDriverState |= ctx->DriverFlags.NewPolygonState; in polygon_mode()208 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewPolygonState ? 0 : _NEW_POLYGON); in polygon_mode()209 ctx->NewDriverState |= ctx->DriverFlags.NewPolygonState; in polygon_mode()[all …]
393 ctx->DriverFlags.NewPolygonState ? 0 : _NEW_POLYGON); in _mesa_set_enable()394 ctx->NewDriverState |= ctx->DriverFlags.NewPolygonState; in _mesa_set_enable()665 ctx->DriverFlags.NewPolygonState ? 0 : _NEW_POLYGON); in _mesa_set_enable()666 ctx->NewDriverState |= ctx->DriverFlags.NewPolygonState; in _mesa_set_enable()675 ctx->DriverFlags.NewPolygonState ? 0 : _NEW_POLYGON); in _mesa_set_enable()676 ctx->NewDriverState |= ctx->DriverFlags.NewPolygonState; in _mesa_set_enable()685 ctx->DriverFlags.NewPolygonState ? 0 : _NEW_POLYGON); in _mesa_set_enable()686 ctx->NewDriverState |= ctx->DriverFlags.NewPolygonState; in _mesa_set_enable()695 ctx->DriverFlags.NewPolygonState ? 0 : _NEW_POLYGON); in _mesa_set_enable()696 ctx->NewDriverState |= ctx->DriverFlags.NewPolygonState; in _mesa_set_enable()[all …]
523 if (ctx->DriverFlags.NewPolygonState) in clip_control()524 ctx->NewDriverState |= ctx->DriverFlags.NewPolygonState; in clip_control()
1117 ctx->DriverFlags.NewPolygonState | in _mesa_PopAttrib()
4577 uint64_t NewPolygonState; member
349 f->NewPolygonState = ST_NEW_RASTERIZER; in st_init_driver_flags()