• Home
  • Raw
  • Download

Lines Matching refs:m_failMsg

185 	std::ostringstream		m_failMsg;				//!< Comparison failure help message.  member in deqp::gles3::Functional::CommonFunctionCase
361 …essage << "ERROR: comparison failed for value " << valNdx << ":\n " << m_failMsg.str() << TestLog… in iterate()
375 m_failMsg.str(""); in iterate()
376 m_failMsg.clear(); in iterate()
476m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref0) << " with ULP threshold " << maxU… in compare()
491 m_failMsg << "Expected [" << compNdx << "] = " << ref0; in compare()
570m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref0) << " with ULP threshold " << maxU… in compare()
586 m_failMsg << "Expected [" << compNdx << "] = " << ref0; in compare()
676m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref) << ", got ULP diff " << tcu::toHex… in compare()
708m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP thresho… in compare()
774m_failMsg << "Expected [" << compNdx << "] = (" << HexFloat(refOut0) << ") + (" << HexFloat(refOut… in compare()
841 m_failMsg << "Expected [" << compNdx << "] = " << HexBool(ref); in compare()
855 m_failMsg << "Expected [" << compNdx << "] = 0 / 1"; in compare()
922 m_failMsg << "Expected [" << compNdx << "] = " << HexBool(ref); in compare()
936 m_failMsg << "Expected [" << compNdx << "] = 0 / 1"; in compare()
996 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(refOut0) << " with threshold " in compare()
1064m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(tcu::Float32(in0).bits()) << " with U… in compare()
1128m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref) << ", got ULP diff " << tcu::toHex… in compare()
1160m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP thresho… in compare()
1236m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref) << ", got ULP diff " << tcu::toHex… in compare()
1268m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP thresho… in compare()
1351m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref0) << " or " << HexFloat(ref1) << ",… in compare()
1363m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref) << ", got ULP diff " << tcu::toHex… in compare()
1396m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP thresho… in compare()
1462m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref) << ", got ULP diff " << tcu::toHex… in compare()
1501m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP thresho… in compare()
1580m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref) << ", got ULP diff " << tcu::toHex… in compare()
1604m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref) << " with ULP threshold " << tcu::… in compare()
1612 m_failMsg << "Expected [" << compNdx << "] < 1.0"; in compare()