Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i915/
Di830_state.c511 i830->intel.hw_stipple = 0; in i830PolygonStipple()
522 i830->intel.hw_stipple = 0; in i830PolygonStipple()
528 i830->intel.hw_stipple = 1; in i830PolygonStipple()
894 if (i830->intel.hw_stipple && in i830Enable()
Di915_state.c484 i915->intel.hw_stipple = 0; in i915PolygonStipple()
495 i915->intel.hw_stipple = 0; in i915PolygonStipple()
501 i915->intel.hw_stipple = 1; in i915PolygonStipple()
901 if (i915->intel.hw_stipple && in i915Enable()
Dintel_context.c723 intel->hw_stipple = 1; in intelInitContext()
Di915_vtbl.c79 if (intel->ctx.Polygon.StippleFlag && intel->hw_stipple) in i915_reduced_primitive_state()
Di830_vtbl.c217 if (intel->ctx.Polygon.StippleFlag && intel->hw_stipple) in i830_reduced_primitive_state()
Dintel_tris.c996 if ((flags & DD_TRI_STIPPLE) && !intel->hw_stipple) in intelChooseRenderState()
/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_context.h276 bool hw_stipple; member
Dintel_context.c723 intel->hw_stipple = 1; in intelInitContext()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_context.c723 intel->hw_stipple = 1; in intelInitContext()