Searched refs:calculateU8ConversionError (Results 1 – 2 of 2) sorted by relevance
594 static int calculateU8ConversionError (int srcBits) in calculateU8ConversionError() function612 return tcu::RGBA(calculateU8ConversionError(bits.x()), in getFormatThreshold()613 calculateU8ConversionError(bits.y()), in getFormatThreshold()614 calculateU8ConversionError(bits.z()), in getFormatThreshold()615 calculateU8ConversionError(bits.w())); in getFormatThreshold()
1040 static int calculateU8ConversionError (int srcBits) in calculateU8ConversionError() function1058 return tcu::RGBA(calculateU8ConversionError(bits.x()), in getFormatThreshold()1059 calculateU8ConversionError(bits.y()), in getFormatThreshold()1060 calculateU8ConversionError(bits.z()), in getFormatThreshold()1061 calculateU8ConversionError(bits.w())); in getFormatThreshold()1110 dstHasAlpha ? calculateU8ConversionError(bits.w()) : 0); in getToSRGBConversionThreshold()