Home
last modified time | relevance | path

Searched refs:m_failMsg (Results 1 - 7 of 7) sorted by relevance

/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderCommonFunctionTests.cpp172 std::ostringstream m_failMsg; //!< Comparison failure help message. member in deqp::gles3::Functional::CommonFunctionCase
348 m_testCtx.getLog() << TestLog::Message << "ERROR: comparison failed for value " << valNdx << ":\n " << m_failMsg.str() << TestLog::EndMessage; in iterate()
362 m_failMsg.str(""); in iterate()
363 m_failMsg.clear(); in iterate()
439 m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref0) << " with ULP threshold " << maxUlpDiff << ", got ULP diff " << ulpDiff0; in compare()
454 m_failMsg << "Expected [" << compNdx << "] = " << ref0; in compare()
533 m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref0) << " with ULP threshold " << maxUlpDiff << ", got ULP diff " << ulpDiff0; in compare()
549 m_failMsg << "Expected [" << compNdx << "] = " << ref0; in compare()
639 m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref) << ", got ULP diff " << tcu::toHex(ulpDiff); in compare()
671 m_failMsg << "Expecte in compare()
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderCommonFunctionTests.cpp245 std::ostringstream m_failMsg; //!< Comparison failure help message. member in deqp::gles31::Functional::CommonFunctionCase
423 m_testCtx.getLog() << TestLog::Message << "ERROR: comparison failed for value " << valNdx << ":\n " << m_failMsg.str() << TestLog::EndMessage; in iterate()
437 m_failMsg.str(""); in iterate()
438 m_failMsg.clear(); in iterate()
514 m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref0) << " with ULP threshold " << maxUlpDiff << ", got ULP diff " << ulpDiff0; in compare()
529 m_failMsg << "Expected [" << compNdx << "] = " << ref0; in compare()
608 m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref0) << " with ULP threshold " << maxUlpDiff << ", got ULP diff " << ulpDiff0; in compare()
624 m_failMsg << "Expected [" << compNdx << "] = " << ref0; in compare()
714 m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref) << ", got ULP diff " << tcu::toHex(ulpDiff); in compare()
746 m_failMsg << "Expecte in compare()
[all...]
H A Des31fShaderIntegerFunctionTests.cpp183 std::ostringstream m_failMsg; //!< Comparison failure help message. member in deqp::gles31::Functional::IntegerFunctionCase
293 m_testCtx.getLog() << TestLog::Message << "ERROR: comparison failed for value " << valNdx << ":\n " << m_failMsg.str() << TestLog::EndMessage; in iterate()
307 m_failMsg.str(""); in iterate()
308 m_failMsg.clear(); in iterate()
414 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(ref0) << ", " << tcu::toHex(ref1); in compare()
508 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(ref0) << ", " << tcu::toHex(ref1); in compare()
598 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(ref0) << ", " << tcu::toHex(ref1); in compare()
689 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(ref0) << ", " << tcu::toHex(ref1); in compare()
762 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(ref); in compare()
830 m_failMsg << "Expecte in compare()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderCommonFunctionTests.cpp418 std::ostringstream m_failMsg; //!< Comparison failure help message. member in vkt::shaderexecutor::__anon28677::CommonFunctionTestInstance
462 testCtx.getLog() << TestLog::Message << "ERROR: comparison failed for value " << valNdx << ":\n " << m_failMsg.str() << TestLog::EndMessage; in iterate()
476 m_failMsg.str(""); in iterate()
477 m_failMsg.clear(); in iterate()
535 m_failMsg << "Expected [" << compNdx << "] = " << ref0; in compare()
607 m_failMsg << "Expected [" << compNdx << "] = " << ref0; in compare()
733 m_failMsg << "Expected [" << compNdx << "] = " << (ref ? "true" : "false"); in compare()
820 m_failMsg << "Expected [" << compNdx << "] = " << HexBool(ref); in compare()
900 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(refOut0) << " with threshold " in compare()
983 m_failMsg << "Expecte in compare()
[all...]
H A DvktShaderIntegerFunctionTests.cpp330 std::ostringstream m_failMsg; //!< Comparison failure help message. member in vkt::shaderexecutor::IntegerFunctionTestInstance
371 testCtx.getLog() << TestLog::Message << "ERROR: comparison failed for value " << valNdx << ":\n " << m_failMsg.str() << TestLog::EndMessage; in iterate()
385 m_failMsg.str(""); in iterate()
386 m_failMsg.clear(); in iterate()
484 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(ref0) << ", " << tcu::toHex(ref1); in compare()
592 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(ref0) << ", " << tcu::toHex(ref1); in compare()
696 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(ref0) << ", " << tcu::toHex(ref1); in compare()
801 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(ref0) << ", " << tcu::toHex(ref1); in compare()
878 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(ref); in compare()
959 m_failMsg << "Expecte in compare()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderCommonFunctionTests.cpp418 std::ostringstream m_failMsg; //!< Comparison failure help message. member in vkt::shaderexecutor::__anon29826::CommonFunctionTestInstance
462 testCtx.getLog() << TestLog::Message << "ERROR: comparison failed for value " << valNdx << ":\n " << m_failMsg.str() << TestLog::EndMessage; in iterate()
476 m_failMsg.str(""); in iterate()
477 m_failMsg.clear(); in iterate()
535 m_failMsg << "Expected [" << compNdx << "] = " << ref0; in compare()
607 m_failMsg << "Expected [" << compNdx << "] = " << ref0; in compare()
729 m_failMsg << "Expected [" << compNdx << "] = " << (ref ? "true" : "false"); in compare()
816 m_failMsg << "Expected [" << compNdx << "] = " << HexBool(ref); in compare()
896 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(refOut0) << " with threshold " in compare()
979 m_failMsg << "Expecte in compare()
[all...]
H A DvktShaderIntegerFunctionTests.cpp330 std::ostringstream m_failMsg; //!< Comparison failure help message. member in vkt::shaderexecutor::IntegerFunctionTestInstance
371 testCtx.getLog() << TestLog::Message << "ERROR: comparison failed for value " << valNdx << ":\n " << m_failMsg.str() << TestLog::EndMessage; in iterate()
385 m_failMsg.str(""); in iterate()
386 m_failMsg.clear(); in iterate()
484 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(ref0) << ", " << tcu::toHex(ref1); in compare()
592 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(ref0) << ", " << tcu::toHex(ref1); in compare()
696 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(ref0) << ", " << tcu::toHex(ref1); in compare()
801 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(ref0) << ", " << tcu::toHex(ref1); in compare()
878 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(ref); in compare()
959 m_failMsg << "Expecte in compare()
[all...]

Completed in 22 milliseconds