Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles31/functional/
Des31fSampleShadingTests.cpp365 int rareCount = 0; in verifyImage() local
395 rareCount++; in verifyImage()
400 << "\tRare (less than " << rareThreshold << " pixels): " << rareCount << "\n" in verifyImage()
401 << "\tCommon: " << (int)shadeFrequency.size() - rareCount << "\n" in verifyImage()
Des31fShaderMultisampleInterpolationTests.cpp153 int rareCount = 0; in verifyImage() local
181 rareCount++; in verifyImage()
186 << "\tRare (less than " << rareThreshold << " pixels): " << rareCount << "\n" in verifyImage()
187 << "\tCommon: " << (int)shadeFrequency.size() - rareCount << "\n" in verifyImage()