Home
last modified time | relevance | path

Searched refs:OffsetLine (Results 1 – 12 of 12) sorted by relevance

/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_clip.c142 offset_front = ctx->Polygon.OffsetLine; in brw_upload_clip_prog()
160 offset_back = ctx->Polygon.OffsetLine; in brw_upload_clip_prog()
DgenX_state_upload.c1572 sf.GlobalDepthOffsetEnableWireframe = ctx->Polygon.OffsetLine;
4559 raster.GlobalDepthOffsetEnableWireframe = polygon->OffsetLine;
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_rasterizer.c155 ctx->Polygon.OffsetLine || in st_update_rasterizer()
158 raster->offset_line = ctx->Polygon.OffsetLine; in st_update_rasterizer()
/third_party/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv10_state_polygon.c110 PUSH_DATAb(push, ctx->Polygon.OffsetLine); in nv10_emit_polygon_offset()
/third_party/mesa3d/src/mesa/tnl_dd/
Dt_dd_tritmp.h273 if (DO_OFFSET && ctx->Polygon.OffsetLine) { in TAG()
511 if (DO_OFFSET && ctx->Polygon.OffsetLine) { in TAG()
/third_party/mesa3d/src/mesa/swrast_setup/
Dss_triangle.c247 ctx->Polygon.OffsetLine || in _swsetup_choose_trifuncs()
Dss_tritmp.h164 if ((IND & SS_OFFSET_BIT) && ctx->Polygon.OffsetLine) { in TAG()
/third_party/mesa3d/src/mesa/main/
Dpolygon.c390 ctx->Polygon.OffsetLine = GL_FALSE; in _mesa_init_polygon()
Dattrib.c179 attr->PolygonOffsetLine = ctx->Polygon.OffsetLine; in _mesa_PushAttrib()
431 TEST_AND_UPDATE(ctx->Polygon.OffsetLine, enable->PolygonOffsetLine, in pop_enable_group()
1105 TEST_AND_UPDATE(ctx->Polygon.OffsetLine, attr->Polygon.OffsetLine, in _mesa_PopAttrib()
Denable.c856 if (ctx->Polygon.OffsetLine == state) in _mesa_set_enable()
862 ctx->Polygon.OffsetLine = state; in _mesa_set_enable()
1743 return ctx->Polygon.OffsetLine; in _mesa_IsEnabled()
Dmtypes.h767 GLboolean OffsetLine; /**< Offset in GL_LINE mode */ member
/third_party/mesa3d/src/mesa/drivers/dri/i915/
Dintel_tris.c955 ctx->Polygon.OffsetLine || in intelChooseRenderState()