Home
last modified time | relevance | path

Searched refs:hw_stipple (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i915/
Di830_state.c502 i830->intel.hw_stipple = 0; in i830PolygonStipple()
513 i830->intel.hw_stipple = 0; in i830PolygonStipple()
519 i830->intel.hw_stipple = 1; in i830PolygonStipple()
893 if (i830->intel.hw_stipple && in i830Enable()
Di915_state.c468 i915->intel.hw_stipple = 0; in i915PolygonStipple()
479 i915->intel.hw_stipple = 0; in i915PolygonStipple()
485 i915->intel.hw_stipple = 1; in i915PolygonStipple()
888 if (i915->intel.hw_stipple && in i915Enable()
Dintel_context.h221 bool hw_stipple; member
Dintel_context.c512 intel->hw_stipple = 1; in intelInitContext()
Di915_vtbl.c78 if (intel->ctx.Polygon.StippleFlag && intel->hw_stipple) in i915_reduced_primitive_state()
Di830_vtbl.c215 if (intel->ctx.Polygon.StippleFlag && intel->hw_stipple) in i830_reduced_primitive_state()
Dintel_tris.c997 if ((flags & DD_TRI_STIPPLE) && !intel->hw_stipple) in intelChooseRenderState()