Searched refs:m_failMsg (Results 1 – 5 of 5) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fShaderCommonFunctionTests.cpp | 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() 476 …m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref0) << " with ULP threshold " << maxU… in compare() 491 m_failMsg << "Expected [" << compNdx << "] = " << ref0; in compare() 570 …m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref0) << " with ULP threshold " << maxU… in compare() 586 m_failMsg << "Expected [" << compNdx << "] = " << ref0; in compare() 676 …m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref) << ", got ULP diff " << tcu::toHex… in compare() 708 …m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP thresho… in compare() [all …]
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderCommonFunctionTests.cpp | 258 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() 554 …m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref0) << " with ULP threshold " << maxU… in compare() 569 m_failMsg << "Expected [" << compNdx << "] = " << ref0; in compare() 648 …m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref0) << " with ULP threshold " << maxU… in compare() 664 m_failMsg << "Expected [" << compNdx << "] = " << ref0; in compare() 754 …m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref) << ", got ULP diff " << tcu::toHex… in compare() 786 …m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP thresho… in compare() [all …]
|
D | es31fShaderIntegerFunctionTests.cpp | 183 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/ |
D | vktShaderCommonFunctionTests.cpp | 502 std::ostringstream m_failMsg; //!< Comparison failure help message. member in vkt::shaderexecutor::__anon2c2bd4020111::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() 629 …m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref0) << " with ULP threshold " << maxU… in compare() 644 m_failMsg << "Expected [" << compNdx << "] = " << ref0; in compare() 737 …m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref0) << " with ULP threshold " << maxU… in compare() 753 m_failMsg << "Expected [" << compNdx << "] = " << ref0; in compare() 857 …m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref) << ", got ULP diff " << tcu::toHex… in compare() 889 …m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP thresho… in compare() [all …]
|
D | vktShaderIntegerFunctionTests.cpp | 379 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 …]
|