Home
last modified time | relevance | path

Searched refs:distanceThreshold (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleShaderBuiltInTests.cpp361 const float distanceThreshold = 2.0f * standardDeviation; in verifyImageData() local
377 if (distanceFromCenter.x() > distanceThreshold || distanceFromCenter.y() > distanceThreshold) in verifyImageData()
421 if (distanceFromCenter.x() > distanceThreshold || distanceFromCenter.y() > distanceThreshold) in verifyImageData()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampleShaderBuiltInTests.cpp358 const float distanceThreshold = 2.0f * standardDeviation; in verifyImageData() local
374 if (distanceFromCenter.x() > distanceThreshold || distanceFromCenter.y() > distanceThreshold) in verifyImageData()
418 if (distanceFromCenter.x() > distanceThreshold || distanceFromCenter.y() > distanceThreshold) in verifyImageData()

Completed in 10 milliseconds