Searched defs:thresholdGreen (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/glshared/
H A DglsRasterizationTestUtil.cpp96 const int thresholdGreen = 1 << (8 - greenBits); local
100 deAbs32(colorA.getGreen() - colorB.getGreen()) <= thresholdGreen &&
788 const int thresholdGreen = stackSize - 1;
813 pixelNativeColor.y() < colorMin.y() - thresholdGreen ||
816 pixelNativeColor.y() > colorMax.y() + thresholdGreen ||
828 << "\tAllowed error:\t\t" << tcu::IVec3(thresholdRed, thresholdGreen, thresholdBlue) << "\n"
829 << "\tReference native color min: " << tcu::clamp(colorMin - tcu::IVec3(thresholdRed, thresholdGreen, thresholdBlue), tcu::IVec3(0,0,0), formatLimit) << "\n"
830 << "\tReference native color max: " << tcu::clamp(colorMax + tcu::IVec3(thresholdRed, thresholdGreen, thresholdBlue), tcu::IVec3(0,0,0), formatLimit) << "\n"
831 << "\tReference native float min: " << tcu::clamp(colorMinF - tcu::IVec3(thresholdRed, thresholdGreen, thresholdBlue).cast<float>(), tcu::Vec3(0.0f, 0.0f, 0.0f), formatLimit.cast<float>()) << "\n"
832 << "\tReference native float max: " << tcu::clamp(colorMaxF + tcu::IVec3(thresholdRed, thresholdGreen, thresholdBlu
[all...]

Completed in 84 milliseconds