Searched refs:offsetDirection (Results 1 – 3 of 3) sorted by relevance
528 const bool offsetDirection = rnd.getBool(); in testPolygonOffset() local529 const float offset = offsetDirection ? -1.0f : 1.0f; in testPolygonOffset()
525 const bool offsetDirection = rnd.getBool(); in testPolygonOffset() local526 const float offset = offsetDirection ? -1.0f : 1.0f; in testPolygonOffset()
2105 …const tcu::Vec2 offsetDirection = (isXMajor) ? (tcu::Vec2(0.0f, -1.0f)) : (tcu::Vec2(-1.0f, 0.0f)); in verifySinglesampleWideLineGroupInterpolation() local2106 const tcu::Vec2 offset = offsetDirection * offsetLength; in verifySinglesampleWideLineGroupInterpolation()