Searched refs:OffsetPoint (Results 1 – 15 of 15) sorted by relevance
202 offset_front = ctx->Polygon.OffsetPoint; in brw_upload_clip_prog()220 offset_back = ctx->Polygon.OffsetPoint; in brw_upload_clip_prog()
139 if (ctx->Polygon.OffsetPoint) in upload_sf_state()
272 if (ctx->Polygon.OffsetPoint) in upload_raster()
305 if (ctx->Polygon.OffsetPoint) in upload_sf_state()
150 if (ctx->Polygon.OffsetPoint || in update_raster_state()153 raster->offset_point = ctx->Polygon.OffsetPoint; in update_raster_state()
109 PUSH_DATAb(push, ctx->Polygon.OffsetPoint); in nv10_emit_polygon_offset()
321 ctx->Polygon.OffsetPoint = GL_FALSE; in _mesa_init_polygon()
639 if (ctx->Polygon.OffsetPoint == state) in _mesa_set_enable()642 ctx->Polygon.OffsetPoint = state; in _mesa_set_enable()1384 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()1281 polygon->OffsetPoint); in _mesa_PopAttrib()
795 GLboolean OffsetPoint; /**< Offset in GL_POINT mode */ member
260 if (DO_OFFSET && ctx->Polygon.OffsetPoint) { in TAG()497 if (( DO_OFFSET) && ctx->Polygon.OffsetPoint) { in TAG()
244 if (ctx->Polygon.OffsetPoint || in _swsetup_choose_trifuncs()
157 if ((IND & SS_OFFSET_BIT) && ctx->Polygon.OffsetPoint) { in TAG()
953 ((ctx->Polygon.OffsetPoint || in intelChooseRenderState()
499 { GL_POLYGON_OFFSET_POINT, CONTEXT_BOOL(Polygon.OffsetPoint), NO_EXTRA },