Lines Matching defs:log
243 TestLog& log = m_testCtx.getLog();
255 log << *m_program;
259 // Print render target info to log.
260 log << TestLog::Section("Framebuffer", "Framebuffer configuration");
263 log << TestLog::Message << "COLOR_ATTACHMENT" << ndx << ": "
269 log << TestLog::EndSection;
547 TestLog& log = m_testCtx.getLog();
803 log << TestLog::Message << "Warning: No location for attribute '" << name << "' found." << TestLog::EndMessage;
890 log << TestLog::Message << "Attachment " << attachNdx << ": " << numValidChannels << " channels have defined values and used for comparison" << TestLog::EndMessage;
924 isOk = tcu::floatUlpThresholdCompare(log, name.c_str(), desc.c_str(), reference, rendered, finalThreshold, tcu::COMPARE_LOG_RESULT);
936 isOk = tcu::floatThresholdCompare(log, name.c_str(), desc.c_str(), reference, rendered, threshold, tcu::COMPARE_LOG_RESULT);
944 isOk = tcu::intThresholdCompare(log, name.c_str(), desc.c_str(), reference, rendered, threshold, tcu::COMPARE_LOG_RESULT);