Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuRasterizationVerifier.cpp257 tcu::IVec3 pixelNativeColor; in convertRGB8ToNativeFormat() local
265 pixelNativeColor[channelNdx] = channelPixelValue >> (8 - channelBitCount); in convertRGB8ToNativeFormat()
267 pixelNativeColor[channelNdx] = channelPixelValue; in convertRGB8ToNativeFormat()
272 pixelNativeColor[channelNdx] = channelPixelValue << (channelBitCount - 8); in convertRGB8ToNativeFormat()
276 return pixelNativeColor; in convertRGB8ToNativeFormat()
754 const tcu::IVec3 pixelNativeColor = convertRGB8ToNativeFormat(color, args); in verifyTriangleGroupInterpolationWithInterpolator() local
757 if (pixelNativeColor.x() > threshold || in verifyTriangleGroupInterpolationWithInterpolator()
758 pixelNativeColor.y() > threshold || in verifyTriangleGroupInterpolationWithInterpolator()
759 pixelNativeColor.z() > threshold) in verifyTriangleGroupInterpolationWithInterpolator()
804 const tcu::IVec3 pixelNativeColor = convertRGB8ToNativeFormat(color, args); in verifyTriangleGroupInterpolationWithInterpolator() local
[all …]