Lines Matching refs:redBits
93 bool compareColors (const tcu::RGBA& colorA, const tcu::RGBA& colorB, int redBits, int greenBits, i… in compareColors() argument
95 const int thresholdRed = 1 << (8 - redBits); in compareColors()
265 …const int channelBitCount = (channelNdx == 0) ? (args.redBits) : (channelNdx == 1) ? (args.greenBi… in convertRGB8ToNativeFormat()
629 …essage << "Verifying rasterization result. Native format is RGB" << args.redBits << args.greenBits… in verifyTriangleGroupInterpolationWithInterpolator()
630 if (args.redBits > 8 || args.greenBits > 8 || args.blueBits > 8) in verifyTriangleGroupInterpolationWithInterpolator()
749 …const tcu::IVec3 formatLimit ((1 << args.redBits) - 1, (1 << args.greenBits) - 1, (1 << args.blue… in verifyTriangleGroupInterpolationWithInterpolator()
1062 …const bool result = compareColors(surface.getPixel(x, y), tcu::RGBA::white, args.redBits, args.gr… in verifySinglesampleLineGroupRasterization()
1087 …if (compareColors(surface.getPixel(x+dx, y+dy), tcu::RGBA::white, args.redBits, args.greenBits, ar… in verifySinglesampleLineGroupRasterization()
1175 …const bool result = compareColors(surface.getPixel(x, y), tcu::RGBA::white, args.redBits, args.gre… in verifySinglesampleLineGroupRasterization()
1256 …const bool result = compareColors(surface.getPixel(x, y), tcu::RGBA::white, args.redBits, args.gre… in verifySinglesampleLineGroupRasterization()
1380 …essage << "Verifying rasterization result. Native format is RGB" << args.redBits << args.greenBits… in verifySinglesampleLineGroupInterpolation()
1381 if (args.redBits > 8 || args.greenBits > 8 || args.blueBits > 8) in verifySinglesampleLineGroupInterpolation()
1447 …const tcu::IVec3 formatLimit ((1 << args.redBits) - 1, (1 << args.greenBits) - 1, (1 << args.bl… in verifySinglesampleLineGroupInterpolation()
1463 …if (lineSurroundingCoverage == 0 && compareColors(color, tcu::RGBA::black, args.redBits, args.gree… in verifySinglesampleLineGroupInterpolation()
1829 …const bool imageNoCoverage = compareColors(color, backGroundColor, args.redBits, args.greenBits… in verifyTriangleGroupRasterization()
1830 …const bool imageFullCoverage = compareColors(color, triangleColor, args.redBits, args.greenBits,… in verifyTriangleGroupRasterization()