HomeSort by relevance Sort by last modified time
    Searched refs:ulpDiff0 (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles31/functional/
es31fShaderCommonFunctionTests.cpp 503 const deUint32 ulpDiff0 = getUlpDiff(out0, ref0);
505 if (ulpDiff0 > maxUlpDiff)
507 m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref0) << " with ULP threshold " << maxUlpDiff << ", got ULP diff " << ulpDiff0;
597 const deUint32 ulpDiff0 = getUlpDiff(out0, ref0);
599 if (ulpDiff0 > maxUlpDiff)
601 m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref0) << " with ULP threshold " << maxUlpDiff << ", got ULP diff " << ulpDiff0;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderCommonFunctionTests.cpp 472 const deUint32 ulpDiff0 = getUlpDiff(out0, ref0);
474 if (ulpDiff0 > maxUlpDiff)
476 m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref0) << " with ULP threshold " << maxUlpDiff << ", got ULP diff " << ulpDiff0;
566 const deUint32 ulpDiff0 = getUlpDiff(out0, ref0);
568 if (ulpDiff0 > maxUlpDiff)
570 m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref0) << " with ULP threshold " << maxUlpDiff << ", got ULP diff " << ulpDiff0;
    [all...]

Completed in 104 milliseconds