Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fFboTestUtil.cpp594 static int calculateU8ConversionError (int srcBits) in calculateU8ConversionError() function
612 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()
/external/deqp/modules/gles3/functional/
Des3fFboTestUtil.cpp1040 static int calculateU8ConversionError (int srcBits) in calculateU8ConversionError() function
1058 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()