Searched refs:maxValueExp (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fShaderDerivateTests.cpp | 344 const tcu::UVec4 maxValueExp = max(getCompExpBits(valueMin), getCompExpBits(valueMax)); in getDerivateThreshold() local 345 const tcu::UVec4 numBitsLost = maxValueExp - min(maxValueExp, derivExp); in getDerivateThreshold() 358 const tcu::UVec4 maxValueExp = max(getCompExpBits(valueMin), getCompExpBits(valueMax)); in getDerivateThresholdWarning() local 359 const tcu::UVec4 numBitsLost = maxValueExp - min(maxValueExp, derivExp); in getDerivateThresholdWarning() 526 …const int maxValueExp = de::max(de::max(tcu::Float32(forwardComponent.lo()).exponent(), tcu… in reverifyConstantDerivateWithFlushRelaxations() local 535 …const int numeratorLoBitsLost = de::max(0, maxValueExp - numeratorLoExp); //!< must clamp to ze… in reverifyConstantDerivateWithFlushRelaxations() 536 …const int numeratorHiBitsLost = de::max(0, maxValueExp - numeratorHiExp); //!< sign, numerator … in reverifyConstantDerivateWithFlushRelaxations()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderDerivateTests.cpp | 300 const tcu::UVec4 maxValueExp = max(getCompExpBits(valueMin), getCompExpBits(valueMax)); in getDerivateThreshold() local 301 const tcu::UVec4 numBitsLost = maxValueExp - min(maxValueExp, derivExp); in getDerivateThreshold() 462 …const int maxValueExp = de::max(de::max(tcu::Float32(forwardComponent.lo()).exponent(), tcu… in reverifyConstantDerivateWithFlushRelaxations() local 471 …const int numeratorLoBitsLost = de::max(0, maxValueExp - numeratorLoExp); //!< must clamp to ze… in reverifyConstantDerivateWithFlushRelaxations() 472 …const int numeratorHiBitsLost = de::max(0, maxValueExp - numeratorHiExp); //!< sign, numerator … in reverifyConstantDerivateWithFlushRelaxations()
|