• Home
  • Raw
  • Download

Lines Matching refs:getLog

217 	m_testCtx.getLog() << *m_program;  in init()
229 …m_testCtx.getLog() << tcu::TestLog::Message << "Allocating zero-filled buffer for storage, size " … in init()
241 …m_testCtx.getLog() << tcu::TestLog::Message << "Allocating image for storage, size " << m_workWidt… in init()
251 …m_testCtx.getLog() << tcu::TestLog::Message << "Filling image with 0." << tcu::TestLog::EndMessage; in init()
269 …m_testCtx.getLog() << tcu::TestLog::Message << "Allocating -1 filled buffer for results, size " <<… in init()
325 m_testCtx.getLog() in runCompute()
347 …m_testCtx.getLog() << tcu::TestLog::Message << "Binding same buffer object to buffer storages." <<… in runCompute()
361 …m_testCtx.getLog() << tcu::TestLog::Message << "Binding same texture level to image storages." << … in runCompute()
403 …m_testCtx.getLog() << tcu::TestLog::Message << "Result buffer failed, got unexpected values.\n" <<… in verifyResults()
405 …m_testCtx.getLog() << tcu::TestLog::Message << " Error at index " << ndx << ": expected 1, got " <… in verifyResults()
409 …m_testCtx.getLog() << tcu::TestLog::Message << " -- too many errors, skipping verification --\n" <… in verifyResults()
416 m_testCtx.getLog() << tcu::TestLog::Message << "Result buffer ok." << tcu::TestLog::EndMessage; in verifyResults()
1186 …m_testCtx.getLog() << tcu::TestLog::Message << "Program #" << ++programFriendlyName << tcu::TestLo… in init()
1187 m_testCtx.getLog() << *program; in init()
1206 …m_testCtx.getLog() << tcu::TestLog::Message << "Program #" << ++programFriendlyName << tcu::TestLo… in init()
1207 m_testCtx.getLog() << *program; in init()
1233 …m_testCtx.getLog() << tcu::TestLog::Message << "Program #" << ++programFriendlyName << tcu::TestLo… in init()
1234 m_testCtx.getLog() << *program; in init()
1257 …m_testCtx.getLog() << tcu::TestLog::Message << "Program #" << ++programFriendlyName << tcu::TestLo… in init()
1258 m_testCtx.getLog() << *program; in init()
1277 …m_testCtx.getLog() << tcu::TestLog::Message << "Program #" << ++programFriendlyName << tcu::TestLo… in init()
1278 m_testCtx.getLog() << *program; in init()
1301 …m_testCtx.getLog() << tcu::TestLog::Message << "Program #" << ++programFriendlyName << tcu::TestLo… in init()
1302 m_testCtx.getLog() << *program; in init()
1354 m_testCtx.getLog() << tcu::TestLog::Message << "Running operations:" << tcu::TestLog::EndMessage; in iterate()
1389 …m_testCtx.getLog() << tcu::TestLog::Message << "Reading verifier program results" << tcu::TestLog:… in verifyResults()
1423 …m_testCtx.getLog() << tcu::TestLog::Message << "Result storage #" << ++resultBufferFriendlyName <<… in verifyResults()
1425 …m_testCtx.getLog() << tcu::TestLog::Message << " Error at index " << ndx << ": expected 1, got " <… in verifyResults()
1429 …m_testCtx.getLog() << tcu::TestLog::Message << " -- too many errors, skipping verification --\n" <… in verifyResults()
1440 …m_testCtx.getLog() << tcu::TestLog::Message << "Result storage #" << ++resultBufferFriendlyName <<… in verifyResults()
1454 m_testCtx.getLog() in runCommand()
1498 …m_testCtx.getLog() << tcu::TestLog::Message << "Memory Barrier\n\tbits = GL_SHADER_STORAGE_BARRIER… in runCommand()
1503 …m_testCtx.getLog() << tcu::TestLog::Message << "Memory Barrier\n\tbits = GL_SHADER_IMAGE_ACCESS_BA… in runCommand()
1514 m_testCtx.getLog() in runCommand()
1559 m_testCtx.getLog() in runCommand()
1605 m_testCtx.getLog() in runSingleRead()
1652 …m_testCtx.getLog() << tcu::TestLog::Message << "Creating buffer #" << friendlyName << ", size " <<… in genStorage()
1677 m_testCtx.getLog() in genStorage()
1696 m_testCtx.getLog() in genStorage()
2203 m_testCtx.getLog() << *m_program; in init()
2237 m_testCtx.getLog() in iterate()
2252 m_testCtx.getLog() in iterate()
2269 …m_testCtx.getLog() << tcu::TestLog::Message << "Verifying work buffer, it should be filled with va… in iterate()
2278 m_testCtx.getLog() in iterate()
2289 …m_testCtx.getLog() << tcu::TestLog::Message << "Work buffer contents are valid." << tcu::TestLog::… in iterate()
2297 …m_testCtx.getLog() << tcu::TestLog::Message << "Verifying intermediate results. " << tcu::TestLog:… in iterate()
2327 m_testCtx.getLog() in iterate()
2334 …m_testCtx.getLog() << tcu::TestLog::Message << "Value[" << logCallNdx << "] = " << intermediateRes… in iterate()
2335 …m_testCtx.getLog() << tcu::TestLog::Message << "Result = " << sumValue << tcu::TestLog::EndMessage; in iterate()
2342 …m_testCtx.getLog() << tcu::TestLog::Message << "Intermediate buffers are valid." << tcu::TestLog::… in iterate()
2433 const tcu::ScopedLogSection section(m_testCtx.getLog(), "EvenProgram", "Even program"); in init()
2436 m_testCtx.getLog() << *m_evenProgram; in init()
2441 const tcu::ScopedLogSection section(m_testCtx.getLog(), "OddProgram", "Odd program"); in init()
2444 m_testCtx.getLog() << *m_oddProgram; in init()
2479 m_testCtx.getLog() in iterate()
2511 …m_testCtx.getLog() << tcu::TestLog::Message << "Verifying work buffer, it should be " << m_numCall… in iterate()
2518 m_testCtx.getLog() in iterate()
2527 …m_testCtx.getLog() << tcu::TestLog::Message << "Counter buffer is valid." << tcu::TestLog::EndMess… in iterate()
2534 …m_testCtx.getLog() << tcu::TestLog::Message << "Verifying intermediate results. " << tcu::TestLog:… in iterate()
2549 m_testCtx.getLog() in iterate()
2556 …m_testCtx.getLog() << tcu::TestLog::Message << "Value[" << logCallNdx << "] = " << intermediateRes… in iterate()
2563 …m_testCtx.getLog() << tcu::TestLog::Message << "Intermediate buffers are valid." << tcu::TestLog::… in iterate()
2672 m_testCtx.getLog() << *m_program; in init()
2679 const tcu::ScopedLogSection section(m_testCtx.getLog(), "ImageReadProgram", "Image read program"); in init()
2681 m_testCtx.getLog() << *m_imageReadProgram; in init()
2688 …const tcu::ScopedLogSection section(m_testCtx.getLog(), "ImageClearProgram", "Image read program"); in init()
2690 m_testCtx.getLog() << *m_imageClearProgram; in init()
2728 …m_testCtx.getLog() << tcu::TestLog::Message << "Clearing image contents" << tcu::TestLog::EndMessa… in iterate()
2742 m_testCtx.getLog() in iterate()
2757 m_testCtx.getLog() in iterate()
2774 …m_testCtx.getLog() << tcu::TestLog::Message << "Verifying work image, it should be filled with val… in iterate()
2782 m_testCtx.getLog() in iterate()
2793 …m_testCtx.getLog() << tcu::TestLog::Message << "Work image contents are valid." << tcu::TestLog::E… in iterate()
2802 …m_testCtx.getLog() << tcu::TestLog::Message << "Verifying intermediate results. " << tcu::TestLog:… in iterate()
2838 m_testCtx.getLog() in iterate()
2846 …m_testCtx.getLog() << tcu::TestLog::Message << "Value[" << logCallNdx << "] = " << intermediateRes… in iterate()
2847 …m_testCtx.getLog() << tcu::TestLog::Message << "Result = " << sumValue << tcu::TestLog::EndMessage; in iterate()
2854 …m_testCtx.getLog() << tcu::TestLog::Message << "Intermediate buffers are valid." << tcu::TestLog::… in iterate()
3019 const tcu::ScopedLogSection section(m_testCtx.getLog(), "SSBOProgram", "SSBO atomic program"); in init()
3022 m_testCtx.getLog() << *m_ssboAtomicProgram; in init()
3027 …const tcu::ScopedLogSection section(m_testCtx.getLog(), "AtomicCounterProgram", "Atomic counter pr… in init()
3030 m_testCtx.getLog() << *m_atomicCounterProgram; in init()
3055 …m_testCtx.getLog() << tcu::TestLog::Message << "Testing atomic counters and SSBO atomic operations… in iterate()
3059 m_testCtx.getLog() in iterate()
3085 …m_testCtx.getLog() << tcu::TestLog::Message << "Verifying work buffer, it should be " << m_numCall… in iterate()
3092 m_testCtx.getLog() in iterate()
3101 m_testCtx.getLog() << tcu::TestLog::Message << "Buffer is valid." << tcu::TestLog::EndMessage; in iterate()