Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleTests.cpp1227 float maxColorValue; in verifyImage() local
1232 maxColorValue = 1.01f; in verifyImage()
1236 maxColorValue = 0.52f; in verifyImage()
1240 maxColorValue = 0.01f; in verifyImage()
1244 maxColorValue = 0.0f; in verifyImage()
1252 if (result.getPixel(x, y).x() > maxColorValue) in verifyImage()
1255 … is not below the threshold value (" << result.getPixel(x, y).x() << " > " << maxColorValue << ")"; in verifyImage()