Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderCommonFunctionTests.cpp510 const deUint32 ulpDiff0 = getUlpDiff(out0, ref0); in compare() local
512 if (ulpDiff0 > maxUlpDiff) in compare()
514 m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref0) << " with ULP threshold " << maxUlpDiff << ", got ULP diff " << ulpDiff0; in compare() local
604 const deUint32 ulpDiff0 = getUlpDiff(out0, ref0); in compare() local
606 if (ulpDiff0 > maxUlpDiff) in compare()
608 m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref0) << " with ULP threshold " << maxUlpDiff << ", got ULP diff " << ulpDiff0; in compare() local
1389 const deUint32 ulpDiff0 = hasZeroSign ? getUlpDiff(out0, ref0) : getUlpDiffIgnoreZeroSign(out0, ref0); in compare() local
1392 if (ulpDiff0 > 0 && ulpDiff1 > 0) in compare()
1394 m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref0) << " or " << HexFloat(ref1) << ", got ULP diff " << tcu::toHex(de::min(ulpDiff0, ulpDiff1)); in compare()
1774 const deUint32 ulpDiff0
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderCommonFunctionTests.cpp435 const deUint32 ulpDiff0 = getUlpDiff(out0, ref0); in compare() local
437 if (ulpDiff0 > maxUlpDiff) in compare()
439 m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref0) << " with ULP threshold " << maxUlpDiff << ", got ULP diff " << ulpDiff0; in compare() local
529 const deUint32 ulpDiff0 = getUlpDiff(out0, ref0); in compare() local
531 if (ulpDiff0 > maxUlpDiff) in compare()
533 m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref0) << " with ULP threshold " << maxUlpDiff << ", got ULP diff " << ulpDiff0; in compare() local
1309 const deUint32 ulpDiff0 = hasZeroSign ? getUlpDiff(out0, ref0) : getUlpDiffIgnoreZeroSign(out0, ref0); in compare() local
1312 if (ulpDiff0 > 0 && ulpDiff1 > 0) in compare()
1314 m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref0) << " or " << HexFloat(ref1) << ", got ULP diff " << tcu::toHex(de::min(ulpDiff0, ulpDiff1)); in compare()

Completed in 7 milliseconds