Home | History | Annotate | Download | only in functional

Lines Matching refs:toHex

160 			<< "		s_var = " << typeName << "(" << tcu::toHex(m_initialValue) << "u);\n"
623 m_testCtx.getLog() << TestLog::Message << "ERROR: at group " << groupNdx << ": expected " << tcu::toHex(expectedValue) << ", got " << tcu::toHex(groupOutput) << TestLog::EndMessage;
634 << ": found unexpected value " << tcu::toHex(outputValue)
691 m_testCtx.getLog() << TestLog::Message << "ERROR: at group " << groupNdx << ": expected " << tcu::toHex(expectedValue) << ", got " << tcu::toHex(groupOutput) << TestLog::EndMessage;
702 << ": found unexpected value " << tcu::toHex(outputValue)
770 m_testCtx.getLog() << TestLog::Message << "ERROR: at group " << groupNdx << ": expected " << tcu::toHex(expected0)
771 << " or " << tcu::toHex(expected1) << " (compare mask " << tcu::toHex(compareMask)
772 << "), got " << tcu::toHex(groupOutput) << TestLog::EndMessage;
786 << ": found unexpected value " << tcu::toHex(outputValue)