Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_clip.c198 offset_front = ctx->Polygon.OffsetLine; in brw_upload_clip_prog()
216 offset_back = ctx->Polygon.OffsetLine; in brw_upload_clip_prog()
Dgen7_sf_state.c136 if (ctx->Polygon.OffsetLine) in upload_sf_state()
Dgen8_sf_state.c269 if (ctx->Polygon.OffsetLine) in upload_raster()
Dgen6_sf_state.c302 if (ctx->Polygon.OffsetLine) in upload_sf_state()
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_rasterizer.c151 ctx->Polygon.OffsetLine || in update_raster_state()
154 raster->offset_line = ctx->Polygon.OffsetLine; in update_raster_state()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv10_state_polygon.c110 PUSH_DATAb(push, ctx->Polygon.OffsetLine); in nv10_emit_polygon_offset()
/external/mesa3d/src/mesa/main/
Dpolygon.c322 ctx->Polygon.OffsetLine = GL_FALSE; in _mesa_init_polygon()
Denable.c647 if (ctx->Polygon.OffsetLine == state) in _mesa_set_enable()
650 ctx->Polygon.OffsetLine = state; in _mesa_set_enable()
1388 return ctx->Polygon.OffsetLine; in _mesa_IsEnabled()
Dattrib.c364 attr->PolygonOffsetLine = ctx->Polygon.OffsetLine; in _mesa_PushAttrib()
666 TEST_AND_UPDATE(ctx->Polygon.OffsetLine, enable->PolygonOffsetLine, in pop_enable_group()
1283 polygon->OffsetLine); in _mesa_PopAttrib()
Dmtypes.h796 GLboolean OffsetLine; /**< Offset in GL_LINE mode */ member
/external/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()
/external/mesa3d/src/mesa/swrast_setup/
Dss_triangle.c245 ctx->Polygon.OffsetLine || in _swsetup_choose_trifuncs()
Dss_tritmp.h164 if ((IND & SS_OFFSET_BIT) && ctx->Polygon.OffsetLine) { in TAG()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_tris.c954 ctx->Polygon.OffsetLine || in intelChooseRenderState()
/external/mesa3d/prebuilt-intermediates/main/
Dget_hash.h500 { GL_POLYGON_OFFSET_LINE, CONTEXT_BOOL(Polygon.OffsetLine), NO_EXTRA },