Lines Matching refs:blueBits
93 …Colors (const tcu::RGBA& colorA, const tcu::RGBA& colorB, int redBits, int greenBits, int blueBits) in compareColors() argument
97 const int thresholdBlue = 1 << (8 - blueBits); in compareColors()
265 …ount = (channelNdx == 0) ? (args.redBits) : (channelNdx == 1) ? (args.greenBits) : (args.blueBits); in convertRGB8ToNativeFormat()
674 …result. Native format is RGB" << args.redBits << args.greenBits << args.blueBits << tcu::TestLog::… in verifyTriangleGroupInterpolationWithInterpolator()
675 if (args.redBits > 8 || args.greenBits > 8 || args.blueBits > 8) in verifyTriangleGroupInterpolationWithInterpolator()
794 …:IVec3 formatLimit ((1 << args.redBits) - 1, (1 << args.greenBits) - 1, (1 << args.blueBits) - 1); in verifyTriangleGroupInterpolationWithInterpolator()
1127 …mpareColors(surface.getPixel(x, y), tcu::RGBA::white, args.redBits, args.greenBits, args.blueBits); in verifySinglesampleLineGroupRasterization()
1152 …olors(surface.getPixel(x+dx, y+dy), tcu::RGBA::white, args.redBits, args.greenBits, args.blueBits)) in verifySinglesampleLineGroupRasterization()
1240 …mpareColors(surface.getPixel(x, y), tcu::RGBA::white, args.redBits, args.greenBits, args.blueBits); in verifySinglesampleLineGroupRasterization()
1321 …mpareColors(surface.getPixel(x, y), tcu::RGBA::white, args.redBits, args.greenBits, args.blueBits); in verifySinglesampleLineGroupRasterization()
1509 …result. Native format is RGB" << args.redBits << args.greenBits << args.blueBits << tcu::TestLog::… in verifyLineGroupPixelIndependentInterpolation()
1510 if (args.redBits > 8 || args.greenBits > 8 || args.blueBits > 8) in verifyLineGroupPixelIndependentInterpolation()
1528 …Vec3 formatLimit ((1 << args.redBits) - 1, (1 << args.greenBits) - 1, (1 << args.blueBits) - 1); in verifyLineGroupPixelIndependentInterpolation()
1544 …verage == 0 && compareColors(color, tcu::RGBA::black, args.redBits, args.greenBits, args.blueBits)) in verifyLineGroupPixelIndependentInterpolation()
1747 …result. Native format is RGB" << args.redBits << args.greenBits << args.blueBits << tcu::TestLog::… in verifySinglesampleWideLineGroupInterpolation()
1748 if (args.redBits > 8 || args.greenBits > 8 || args.blueBits > 8) in verifySinglesampleWideLineGroupInterpolation()
1852 …Vec3 formatLimit ((1 << args.redBits) - 1, (1 << args.greenBits) - 1, (1 << args.blueBits) - 1); in verifySinglesampleWideLineGroupInterpolation()
1868 …verage == 0 && compareColors(color, tcu::RGBA::black, args.redBits, args.greenBits, args.blueBits)) in verifySinglesampleWideLineGroupInterpolation()
2287 …geNoCoverage = compareColors(color, backGroundColor, args.redBits, args.greenBits, args.blueBits); in verifyTriangleGroupRasterization()
2288 …ageFullCoverage = compareColors(color, triangleColor, args.redBits, args.greenBits, args.blueBits); in verifyTriangleGroupRasterization()