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 | 513 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() 640 …m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref0) << " with ULP threshold " << maxU… in compare() 655 m_failMsg << "Expected [" << compNdx << "] = " << ref0; in compare() 749 …m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref0) << " with ULP threshold " << maxU… in compare() 765 m_failMsg << "Expected [" << compNdx << "] = " << ref0; in compare() 870 …m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref) << ", got ULP diff " << tcu::toHex… in compare() 902 …m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP thresho… in compare() [all …]
|
D | vktShaderIntegerFunctionTests.cpp | 391 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 …]
|