Searched refs:expectedDerivate (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderDerivateTests.cpp | 295 …precision, const tcu::Vec4& valueMin, const tcu::Vec4& valueMax, const tcu::Vec4& expectedDerivate) in getDerivateThreshold() argument 298 const tcu::UVec4 derivExp = getCompExpBits(expectedDerivate); in getDerivateThreshold() 303 return tcu::Vec4(computeFloatingPointError(expectedDerivate[0], numAccurateBits[0]), in getDerivateThreshold() 304 computeFloatingPointError(expectedDerivate[1], numAccurateBits[1]), in getDerivateThreshold() 305 computeFloatingPointError(expectedDerivate[2], numAccurateBits[2]), in getDerivateThreshold() 306 computeFloatingPointError(expectedDerivate[3], numAccurateBits[3])); in getDerivateThreshold()
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderDerivateTests.cpp | 326 …precision, const tcu::Vec4& valueMin, const tcu::Vec4& valueMax, const tcu::Vec4& expectedDerivate) in getDerivateThreshold() argument 329 const tcu::UVec4 derivExp = getCompExpBits(expectedDerivate); in getDerivateThreshold() 334 return tcu::Vec4(computeFloatingPointError(expectedDerivate[0], numAccurateBits[0]), in getDerivateThreshold() 335 computeFloatingPointError(expectedDerivate[1], numAccurateBits[1]), in getDerivateThreshold() 336 computeFloatingPointError(expectedDerivate[2], numAccurateBits[2]), in getDerivateThreshold() 337 computeFloatingPointError(expectedDerivate[3], numAccurateBits[3])); in getDerivateThreshold()
|