Searched refs:maxValueExp (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderDerivateTests.cpp | 299 const tcu::UVec4 maxValueExp = max(getCompExpBits(valueMin), getCompExpBits(valueMax)); in getDerivateThreshold() local 300 const tcu::UVec4 numBitsLost = maxValueExp - min(maxValueExp, derivExp); in getDerivateThreshold() 461 …const int maxValueExp = de::max(de::max(tcu::Float32(forwardComponent.lo()).exponent(), tcu… in reverifyConstantDerivateWithFlushRelaxations() local 470 …const int numeratorLoBitsLost = de::max(0, maxValueExp - numeratorLoExp); //!< must clamp to ze… in reverifyConstantDerivateWithFlushRelaxations() 471 …const int numeratorHiBitsLost = de::max(0, maxValueExp - numeratorHiExp); //!< sign, numerator … in reverifyConstantDerivateWithFlushRelaxations()
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderDerivateTests.cpp | 330 const tcu::UVec4 maxValueExp = max(getCompExpBits(valueMin), getCompExpBits(valueMax)); in getDerivateThreshold() local 331 const tcu::UVec4 numBitsLost = maxValueExp - min(maxValueExp, derivExp); in getDerivateThreshold() 497 …const int maxValueExp = de::max(de::max(tcu::Float32(forwardComponent.lo()).exponent(), tcu… in reverifyConstantDerivateWithFlushRelaxations() local 506 …const int numeratorLoBitsLost = de::max(0, maxValueExp - numeratorLoExp); //!< must clamp to ze… in reverifyConstantDerivateWithFlushRelaxations() 507 …const int numeratorHiBitsLost = de::max(0, maxValueExp - numeratorHiExp); //!< sign, numerator … in reverifyConstantDerivateWithFlushRelaxations()
|