Lines Matching refs:toHex
160 << " s_var = " << typeName << "(" << tcu::toHex(m_initialValue) << "u);\n"
626 m_testCtx.getLog() << TestLog::Message << "ERROR: at group " << groupNdx << ": expected " << tcu::toHex(expectedValue) << ", got " << tcu::toHex(groupOutput) << TestLog::EndMessage;
637 << ": found unexpected value " << tcu::toHex(outputValue)
697 m_testCtx.getLog() << TestLog::Message << "ERROR: at group " << groupNdx << ": expected " << tcu::toHex(expectedValue) << ", got " << tcu::toHex(groupOutput) << TestLog::EndMessage;
708 << ": found unexpected value " << tcu::toHex(outputValue)
776 m_testCtx.getLog() << TestLog::Message << "ERROR: at group " << groupNdx << ": expected " << tcu::toHex(expected0)
777 << " or " << tcu::toHex(expected1) << " (compare mask " << tcu::toHex(compareMask)
778 << "), got " << tcu::toHex(groupOutput) << TestLog::EndMessage;
792 << ": found unexpected value " << tcu::toHex(outputValue)