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.cpp513 std::ostringstream m_failMsg; //!< Comparison failure help message. member in vkt::shaderexecutor::__anon2c2bd4020111::CommonFunctionTestInstance
555 …essage << "ERROR: comparison failed for value " << valNdx << ":\n " << m_failMsg.str() << TestLog… in iterate()
569 m_failMsg.str(""); in iterate()
570 m_failMsg.clear(); in iterate()
640m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref0) << " with ULP threshold " << maxU… in compare()
655 m_failMsg << "Expected [" << compNdx << "] = " << ref0; in compare()
749m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref0) << " with ULP threshold " << maxU… in compare()
765 m_failMsg << "Expected [" << compNdx << "] = " << ref0; in compare()
870m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref) << ", got ULP diff " << tcu::toHex… in compare()
902m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP thresho… in compare()
[all …]
DvktShaderIntegerFunctionTests.cpp391 std::ostringstream m_failMsg; //!< Comparison failure help message. member in vkt::shaderexecutor::IntegerFunctionTestInstance
432 …essage << "ERROR: comparison failed for value " << valNdx << ":\n " << m_failMsg.str() << TestLog… in iterate()
446 m_failMsg.str(""); in iterate()
447 m_failMsg.clear(); in iterate()
545 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(ref0) << ", " << tcu::toHex(ref1); in compare()
654 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(ref0) << ", " << tcu::toHex(ref1); in compare()
759 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(ref0) << ", " << tcu::toHex(ref1); in compare()
865 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(ref0) << ", " << tcu::toHex(ref1); in compare()
943 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(ref); in compare()
1025 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(ref); in compare()
[all …]