Home
last modified time | relevance | path

Searched refs:distanceFromCenter (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleShaderBuiltInTests.cpp364 const tcu::Vec2 distanceFromCenter = tcu::abs(averageSamplePos - tcu::Vec2(0.5f, 0.5f)); in verifyImageData() local
366 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() local
410 if (distanceFromCenter.x() > distanceThreshold || distanceFromCenter.y() > distanceThreshold) in verifyImageData()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fSampleVariableTests.cpp177 const tcu::Vec2 distanceFromCenter = tcu::abs(avgPosition - tcu::Vec2(0.5f, 0.5f)); in verify() local
179 …return distanceFromCenter.x() < m_distanceThreshold && distanceFromCenter.y() < m_distanceThreshol… in verify()