Home
last modified time | relevance | path

Searched refs:expectedDerivate (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderDerivateTests.cpp340 static inline tcu::Vec4 getDerivateThreshold (const glu::Precision 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 static inline tcu::Vec4 getDerivateThresholdWarning (const glu::Precision 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[ in getDerivateThresholdWarning()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderDerivateTests.cpp314 static inline tcu::Vec4 getDerivateThreshold (const glu::Precision precision, const tcu::Vec4& valueMin, const tcu::Vec4& valueMax, const tcu::Vec4& expectedDerivate) in getDerivateThreshold() argument
317 const tcu::UVec4 derivExp = getCompExpBits(expectedDerivate); in getDerivateThreshold()
322 return tcu::Vec4(computeFloatingPointError(expectedDerivate[0], numAccurateBits[0]), in getDerivateThreshold()
323 computeFloatingPointError(expectedDerivate[1], numAccurateBits[1]), in getDerivateThreshold()
324 computeFloatingPointError(expectedDerivate[2], numAccurateBits[2]), in getDerivateThreshold()
325 computeFloatingPointError(expectedDerivate[3], numAccurateBits[3])); in getDerivateThreshold()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderDerivateTests.cpp296 static inline tcu::Vec4 getDerivateThreshold (const glu::Precision 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()

Completed in 12 milliseconds