Searched refs:offsetDirection (Results 1 – 3 of 3) sorted by relevance
527 const bool offsetDirection = rnd.getBool(); in testPolygonOffset() local528 const float offset = offsetDirection ? -1.0f : 1.0f; in testPolygonOffset()
524 const bool offsetDirection = rnd.getBool(); in testPolygonOffset() local525 const float offset = offsetDirection ? -1.0f : 1.0f; in testPolygonOffset()
1822 …const tcu::Vec2 offsetDirection = (isXMajor) ? (tcu::Vec2(0.0f, -1.0f)) : (tcu::Vec2(-1.0f, 0.0f)); in verifySinglesampleWideLineGroupInterpolation() local1823 const tcu::Vec2 offset = offsetDirection * offsetLength; in verifySinglesampleWideLineGroupInterpolation()