Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderDerivateTests.cpp295 …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/
Des3fShaderDerivateTests.cpp326 …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()