Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fShaderDerivateTests.cpp340 …precision, const tcu::Vec4& valueMin, const tcu::Vec4& valueMax, const tcu::Vec4& expectedDerivate) in getDerivateThreshold() argument
343 const tcu::UVec4 derivExp = getCompExpBits(expectedDerivate); in getDerivateThreshold()
348 return tcu::Vec4(computeFloatingPointError(expectedDerivate[0], numAccurateBits[0]), in getDerivateThreshold()
349 computeFloatingPointError(expectedDerivate[1], numAccurateBits[1]), in getDerivateThreshold()
350 computeFloatingPointError(expectedDerivate[2], numAccurateBits[2]), in getDerivateThreshold()
351 computeFloatingPointError(expectedDerivate[3], numAccurateBits[3])); in getDerivateThreshold()
354 …precision, const tcu::Vec4& valueMin, const tcu::Vec4& valueMax, const tcu::Vec4& expectedDerivate) in getDerivateThresholdWarning() argument
357 const tcu::UVec4 derivExp = getCompExpBits(expectedDerivate); in getDerivateThresholdWarning()
362 return tcu::Vec4(computeFloatingPointError(expectedDerivate[0], numAccurateBits[0]), in getDerivateThresholdWarning()
363 computeFloatingPointError(expectedDerivate[1], numAccurateBits[1]), in getDerivateThresholdWarning()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderDerivateTests.cpp296 …precision, const tcu::Vec4& valueMin, const tcu::Vec4& valueMax, const tcu::Vec4& expectedDerivate) in getDerivateThreshold() argument
299 const tcu::UVec4 derivExp = getCompExpBits(expectedDerivate); in getDerivateThreshold()
304 return tcu::Vec4(computeFloatingPointError(expectedDerivate[0], numAccurateBits[0]), in getDerivateThreshold()
305 computeFloatingPointError(expectedDerivate[1], numAccurateBits[1]), in getDerivateThreshold()
306 computeFloatingPointError(expectedDerivate[2], numAccurateBits[2]), in getDerivateThreshold()
307 computeFloatingPointError(expectedDerivate[3], numAccurateBits[3])); in getDerivateThreshold()