Home
last modified time | relevance | path

Searched refs:pixelNativeColor (Results 1 – 1 of 1) sorted by relevance

/external/deqp/framework/common/
DtcuRasterizationVerifier.cpp261 tcu::IVec3 pixelNativeColor; in convertRGB8ToNativeFormat() local
269 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()
763 const tcu::IVec3 pixelNativeColor = convertRGB8ToNativeFormat(color, args); in verifyTriangleGroupInterpolationWithInterpolator() local
766 if (pixelNativeColor.x() > threshold || in verifyTriangleGroupInterpolationWithInterpolator()
767 pixelNativeColor.y() > threshold || in verifyTriangleGroupInterpolationWithInterpolator()
768 pixelNativeColor.z() > threshold) in verifyTriangleGroupInterpolationWithInterpolator()
815 const tcu::IVec3 pixelNativeColor = convertRGB8ToNativeFormat(color, args); in verifyTriangleGroupInterpolationWithInterpolator() local
[all …]