Searched refs:colorErrorBits (Results 1 – 1 of 1) sorted by relevance
931 const int colorErrorBits = (isNearestOnly && !isSRGB) ? (1) : (2); in verifyImage() local932 … tcu::max(glu::TextureTestUtil::getBitsVec(pixelFormat) - tcu::IVec4(colorErrorBits), tcu::IVec4(0… in verifyImage()1049 const int colorErrorBits = 1; in verifyTextureCompareResult() local1050 … tcu::max(glu::TextureTestUtil::getBitsVec(pixelFormat) - tcu::IVec4(colorErrorBits), tcu::IVec4(0… in verifyTextureCompareResult()2210 const int colorErrorBits = 2; in verifyImage() local2211 … tcu::max(glu::TextureTestUtil::getBitsVec(pixelFormat) - tcu::IVec4(colorErrorBits), tcu::IVec4(0… in verifyImage()