Searched refs:OffsetPoint (Results 1 – 12 of 12) 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()
1573 sf.GlobalDepthOffsetEnablePoint = ctx->Polygon.OffsetPoint;4560 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()
389 ctx->Polygon.OffsetPoint = GL_FALSE; in _mesa_init_polygon()
178 attr->PolygonOffsetPoint = ctx->Polygon.OffsetPoint; in _mesa_PushAttrib()429 TEST_AND_UPDATE(ctx->Polygon.OffsetPoint, enable->PolygonOffsetPoint, in pop_enable_group()1103 TEST_AND_UPDATE(ctx->Polygon.OffsetPoint, attr->Polygon.OffsetPoint, in _mesa_PopAttrib()
845 if (ctx->Polygon.OffsetPoint == state) in _mesa_set_enable()851 ctx->Polygon.OffsetPoint = state; in _mesa_set_enable()1739 return ctx->Polygon.OffsetPoint; in _mesa_IsEnabled()
766 GLboolean OffsetPoint; /**< Offset in GL_POINT mode */ member
954 ((ctx->Polygon.OffsetPoint || in intelChooseRenderState()