Searched refs:pixelNativeColor (Results 1 – 1 of 1) sorted by relevance
261 tcu::IVec3 pixelNativeColor; in convertRGB8ToNativeFormat() local269 pixelNativeColor[channelNdx] = channelPixelValue >> (8 - channelBitCount); in convertRGB8ToNativeFormat()271 pixelNativeColor[channelNdx] = channelPixelValue; in convertRGB8ToNativeFormat()276 pixelNativeColor[channelNdx] = channelPixelValue << (channelBitCount - 8); in convertRGB8ToNativeFormat()280 return pixelNativeColor; in convertRGB8ToNativeFormat()759 const tcu::IVec3 pixelNativeColor = convertRGB8ToNativeFormat(color, args); in verifyTriangleGroupInterpolationWithInterpolator() local762 if (pixelNativeColor.x() > threshold || in verifyTriangleGroupInterpolationWithInterpolator()763 pixelNativeColor.y() > threshold || in verifyTriangleGroupInterpolationWithInterpolator()764 pixelNativeColor.z() > threshold) in verifyTriangleGroupInterpolationWithInterpolator()809 const tcu::IVec3 pixelNativeColor = convertRGB8ToNativeFormat(color, args); in verifyTriangleGroupInterpolationWithInterpolator() local[all …]