Searched refs:distanceFromCenter (Results 1 – 2 of 2) sorted by relevance
364 const tcu::Vec2 distanceFromCenter = tcu::abs(averageSamplePos - tcu::Vec2(0.5f, 0.5f)); in verifyImageData() local366 if (distanceFromCenter.x() > distanceThreshold || distanceFromCenter.y() > distanceThreshold) in verifyImageData()408 const tcu::Vec2 distanceFromCenter = tcu::abs(averageSamplePos - tcu::Vec2(0.5f, 0.5f)); in verifyImageData() local410 if (distanceFromCenter.x() > distanceThreshold || distanceFromCenter.y() > distanceThreshold) in verifyImageData()
177 const tcu::Vec2 distanceFromCenter = tcu::abs(avgPosition - tcu::Vec2(0.5f, 0.5f)); in verify() local179 …return distanceFromCenter.x() < m_distanceThreshold && distanceFromCenter.y() < m_distanceThreshol… in verify()