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

/external/deqp/modules/gles31/functional/
H A Des31fShaderCommonFunctionTests.cpp550 const deUint32 ulpDiff0 = getUlpDiff(out0, ref0); local
552 if (ulpDiff0 > maxUlpDiff)
554 m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref0) << " with ULP threshold " << maxUlpDiff << ", got ULP diff " << ulpDiff0; local
644 const deUint32 ulpDiff0 = getUlpDiff(out0, ref0); local
646 if (ulpDiff0 > maxUlpDiff)
648 m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref0) << " with ULP threshold " << maxUlpDiff << ", got ULP diff " << ulpDiff0; local
1429 const deUint32 ulpDiff0 = hasZeroSign ? getUlpDiff(out0, ref0) : getUlpDiffIgnoreZeroSign(out0, ref0); local
1432 if (ulpDiff0 > 0 && ulpDiff1 > 0)
1434 m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref0) << " or " << HexFloat(ref1) << ", got ULP diff " << tcu::toHex(de::min(ulpDiff0, ulpDiff1));
1814 const deUint32 ulpDiff0
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fShaderCommonFunctionTests.cpp472 const deUint32 ulpDiff0 = getUlpDiff(out0, ref0); local
474 if (ulpDiff0 > maxUlpDiff)
476 m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref0) << " with ULP threshold " << maxUlpDiff << ", got ULP diff " << ulpDiff0; local
566 const deUint32 ulpDiff0 = getUlpDiff(out0, ref0); local
568 if (ulpDiff0 > maxUlpDiff)
570 m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref0) << " with ULP threshold " << maxUlpDiff << ", got ULP diff " << ulpDiff0; local
1346 const deUint32 ulpDiff0 = hasZeroSign ? getUlpDiff(out0, ref0) : getUlpDiffIgnoreZeroSign(out0, ref0); local
1349 if (ulpDiff0 > 0 && ulpDiff1 > 0)
1351 m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref0) << " or " << HexFloat(ref1) << ", got ULP diff " << tcu::toHex(de::min(ulpDiff0, ulpDiff1));
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderCommonFunctionTests.cpp625 const deUint32 ulpDiff0 = getUlpDiff(out0, ref0); local
627 if (ulpDiff0 > maxUlpDiff)
629 m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref0) << " with ULP threshold " << maxUlpDiff << ", got ULP diff " << ulpDiff0; local
733 const deUint32 ulpDiff0 = getUlpDiff(out0, ref0); local
735 if (ulpDiff0 > maxUlpDiff)
737 m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref0) << " with ULP threshold " << maxUlpDiff << ", got ULP diff " << ulpDiff0; local
1663 const deUint32 ulpDiff0 = hasZeroSign ? getUlpDiff(out0, ref0) : getUlpDiffIgnoreZeroSign(out0, ref0); local
1666 if (ulpDiff0 > 0 && ulpDiff1 > 0)
1668 m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref0) << " or " << HexFloat(ref1) << ", got ULP diff " << tcu::toHex(de::min(ulpDiff0, ulpDiff1));
2056 const deUint32 ulpDiff0 local
[all...]

Completed in 277 milliseconds