Home
last modified time | relevance | path

Searched refs:m_failMsg (Results 1 – 5 of 5) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fShaderCommonFunctionTests.cpp185 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()
[all …]
/external/deqp/modules/gles31/functional/
Des31fShaderCommonFunctionTests.cpp258 std::ostringstream m_failMsg; //!< Comparison failure help message. member in deqp::gles31::Functional::CommonFunctionCase
435 …essage << "ERROR: comparison failed for value " << valNdx << ":\n " << m_failMsg.str() << TestLog… in iterate()
449 m_failMsg.str(""); in iterate()
450 m_failMsg.clear(); in iterate()
554m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref0) << " with ULP threshold " << maxU… in compare()
569 m_failMsg << "Expected [" << compNdx << "] = " << ref0; in compare()
648m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref0) << " with ULP threshold " << maxU… in compare()
664 m_failMsg << "Expected [" << compNdx << "] = " << ref0; in compare()
754m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref) << ", got ULP diff " << tcu::toHex… in compare()
786m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP thresho… in compare()
[all …]
Des31fShaderIntegerFunctionTests.cpp183 std::ostringstream m_failMsg; //!< Comparison failure help message. member in deqp::gles31::Functional::IntegerFunctionCase
293 …essage << "ERROR: comparison failed for value " << valNdx << ":\n " << m_failMsg.str() << TestLog… in iterate()
307 m_failMsg.str(""); in iterate()
308 m_failMsg.clear(); in iterate()
442 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(ref0) << ", " << tcu::toHex(ref1); in compare()
536 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(ref0) << ", " << tcu::toHex(ref1); in compare()
626 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(ref0) << ", " << tcu::toHex(ref1); in compare()
717 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(ref0) << ", " << tcu::toHex(ref1); in compare()
780 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(ref); in compare()
848 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(ref); in compare()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderCommonFunctionTests.cpp502 std::ostringstream m_failMsg; //!< Comparison failure help message. member in vkt::shaderexecutor::__anon4e2634210111::CommonFunctionTestInstance
544 …essage << "ERROR: comparison failed for value " << valNdx << ":\n " << m_failMsg.str() << TestLog… in iterate()
558 m_failMsg.str(""); in iterate()
559 m_failMsg.clear(); in iterate()
629m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref0) << " with ULP threshold " << maxU… in compare()
644 m_failMsg << "Expected [" << compNdx << "] = " << ref0; in compare()
737m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref0) << " with ULP threshold " << maxU… in compare()
753 m_failMsg << "Expected [" << compNdx << "] = " << ref0; in compare()
857m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref) << ", got ULP diff " << tcu::toHex… in compare()
889m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP thresho… in compare()
[all …]
DvktShaderIntegerFunctionTests.cpp379 std::ostringstream m_failMsg; //!< Comparison failure help message. member in vkt::shaderexecutor::IntegerFunctionTestInstance
420 …essage << "ERROR: comparison failed for value " << valNdx << ":\n " << m_failMsg.str() << TestLog… in iterate()
434 m_failMsg.str(""); in iterate()
435 m_failMsg.clear(); in iterate()
533 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(ref0) << ", " << tcu::toHex(ref1); in compare()
641 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(ref0) << ", " << tcu::toHex(ref1); in compare()
745 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(ref0) << ", " << tcu::toHex(ref1); in compare()
850 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(ref0) << ", " << tcu::toHex(ref1); in compare()
927 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(ref); in compare()
1008 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(ref); in compare()
[all …]