Searched refs:OffsetPoint (Results 1 – 13 of 13) sorted by relevance
146 offset_front = ctx->Polygon.OffsetPoint; in brw_upload_clip_prog()164 offset_back = ctx->Polygon.OffsetPoint; in brw_upload_clip_prog()
1549 sf.GlobalDepthOffsetEnablePoint = ctx->Polygon.OffsetPoint;4369 raster.GlobalDepthOffsetEnablePoint = polygon->OffsetPoint;
154 if (ctx->Polygon.OffsetPoint || in st_update_rasterizer()157 raster->offset_point = ctx->Polygon.OffsetPoint; in st_update_rasterizer()
109 PUSH_DATAb(push, ctx->Polygon.OffsetPoint); in nv10_emit_polygon_offset()
260 if (DO_OFFSET && ctx->Polygon.OffsetPoint) { in TAG()497 if (( DO_OFFSET) && ctx->Polygon.OffsetPoint) { in TAG()
246 if (ctx->Polygon.OffsetPoint || in _swsetup_choose_trifuncs()
157 if ((IND & SS_OFFSET_BIT) && ctx->Polygon.OffsetPoint) { in TAG()
381 ctx->Polygon.OffsetPoint = GL_FALSE; in _mesa_init_polygon()
682 if (ctx->Polygon.OffsetPoint == state) in _mesa_set_enable()687 ctx->Polygon.OffsetPoint = state; in _mesa_set_enable()1482 return ctx->Polygon.OffsetPoint; in _mesa_IsEnabled()
363 attr->PolygonOffsetPoint = ctx->Polygon.OffsetPoint; in _mesa_PushAttrib()664 TEST_AND_UPDATE(ctx->Polygon.OffsetPoint, enable->PolygonOffsetPoint, in pop_enable_group()1295 polygon->OffsetPoint); in _mesa_PopAttrib()
823 GLboolean OffsetPoint; /**< Offset in GL_POINT mode */ member
954 ((ctx->Polygon.OffsetPoint || in intelChooseRenderState()
501 { GL_POLYGON_OFFSET_POINT, CONTEXT_BOOL(Polygon.OffsetPoint), NO_EXTRA },