Searched refs:calculateU8ConversionError (Results 1 – 2 of 2) sorted by relevance
602 static int calculateU8ConversionError (int srcBits) in calculateU8ConversionError() function620 return tcu::RGBA(calculateU8ConversionError(bits.x()), in getFormatThreshold()621 calculateU8ConversionError(bits.y()), in getFormatThreshold()622 calculateU8ConversionError(bits.z()), in getFormatThreshold()623 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()