Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationWindingTests.cpp109 const int otherPixels = totalNumPixels - numWhitePixels - numRedPixels; in verifyResultImage() local
110 if (otherPixels > 0) in verifyResultImage()
113 << "Failure: Got " << otherPixels << " other than white or red pixels" in verifyResultImage()