Lines Matching refs:getLog
201 m_testCtx.getLog() << *m_program; in init()
213 …m_testCtx.getLog() << tcu::TestLog::Message << "Allocating zero-filled buffer for storage, size " … in init()
225 …m_testCtx.getLog() << tcu::TestLog::Message << "Allocating image for storage, size " << m_workWidt… in init()
235 …m_testCtx.getLog() << tcu::TestLog::Message << "Filling image with 0." << tcu::TestLog::EndMessage; in init()
253 …m_testCtx.getLog() << tcu::TestLog::Message << "Allocating -1 filled buffer for results, size " <<… in init()
309 m_testCtx.getLog() in runCompute()
331 …m_testCtx.getLog() << tcu::TestLog::Message << "Binding same buffer object to buffer storages." <<… in runCompute()
345 …m_testCtx.getLog() << tcu::TestLog::Message << "Binding same texture level to image storages." << … in runCompute()
386 …m_testCtx.getLog() << tcu::TestLog::Message << "Result buffer failed, got unexpected values.\n" <<… in verifyResults()
388 …m_testCtx.getLog() << tcu::TestLog::Message << " Error at index " << ndx << ": expected 1, got " <… in verifyResults()
392 …m_testCtx.getLog() << tcu::TestLog::Message << " -- too many errors, skipping verification --\n" <… in verifyResults()
399 m_testCtx.getLog() << tcu::TestLog::Message << "Result buffer ok." << tcu::TestLog::EndMessage; in verifyResults()
1168 …m_testCtx.getLog() << tcu::TestLog::Message << "Program #" << ++programFriendlyName << tcu::TestLo… in init()
1169 m_testCtx.getLog() << *program; in init()
1188 …m_testCtx.getLog() << tcu::TestLog::Message << "Program #" << ++programFriendlyName << tcu::TestLo… in init()
1189 m_testCtx.getLog() << *program; in init()
1215 …m_testCtx.getLog() << tcu::TestLog::Message << "Program #" << ++programFriendlyName << tcu::TestLo… in init()
1216 m_testCtx.getLog() << *program; in init()
1239 …m_testCtx.getLog() << tcu::TestLog::Message << "Program #" << ++programFriendlyName << tcu::TestLo… in init()
1240 m_testCtx.getLog() << *program; in init()
1259 …m_testCtx.getLog() << tcu::TestLog::Message << "Program #" << ++programFriendlyName << tcu::TestLo… in init()
1260 m_testCtx.getLog() << *program; in init()
1283 …m_testCtx.getLog() << tcu::TestLog::Message << "Program #" << ++programFriendlyName << tcu::TestLo… in init()
1284 m_testCtx.getLog() << *program; in init()
1336 m_testCtx.getLog() << tcu::TestLog::Message << "Running operations:" << tcu::TestLog::EndMessage; in iterate()
1371 …m_testCtx.getLog() << tcu::TestLog::Message << "Reading verifier program results" << tcu::TestLog:… in verifyResults()
1405 …m_testCtx.getLog() << tcu::TestLog::Message << "Result storage #" << ++resultBufferFriendlyName <<… in verifyResults()
1407 …m_testCtx.getLog() << tcu::TestLog::Message << " Error at index " << ndx << ": expected 1, got " <… in verifyResults()
1411 …m_testCtx.getLog() << tcu::TestLog::Message << " -- too many errors, skipping verification --\n" <… in verifyResults()
1422 …m_testCtx.getLog() << tcu::TestLog::Message << "Result storage #" << ++resultBufferFriendlyName <<… in verifyResults()
1436 m_testCtx.getLog() in runCommand()
1480 …m_testCtx.getLog() << tcu::TestLog::Message << "Memory Barrier\n\tbits = GL_SHADER_STORAGE_BARRIER… in runCommand()
1485 …m_testCtx.getLog() << tcu::TestLog::Message << "Memory Barrier\n\tbits = GL_SHADER_IMAGE_ACCESS_BA… in runCommand()
1496 m_testCtx.getLog() in runCommand()
1541 m_testCtx.getLog() in runCommand()
1587 m_testCtx.getLog() in runSingleRead()
1634 …m_testCtx.getLog() << tcu::TestLog::Message << "Creating buffer #" << friendlyName << ", size " <<… in genStorage()
1659 m_testCtx.getLog() in genStorage()
1678 m_testCtx.getLog() in genStorage()
2185 m_testCtx.getLog() << *m_program; in init()
2219 m_testCtx.getLog() in iterate()
2234 m_testCtx.getLog() in iterate()
2251 …m_testCtx.getLog() << tcu::TestLog::Message << "Verifying work buffer, it should be filled with va… in iterate()
2260 m_testCtx.getLog() in iterate()
2271 …m_testCtx.getLog() << tcu::TestLog::Message << "Work buffer contents are valid." << tcu::TestLog::… in iterate()
2279 …m_testCtx.getLog() << tcu::TestLog::Message << "Verifying intermediate results. " << tcu::TestLog:… in iterate()
2309 m_testCtx.getLog() in iterate()
2316 …m_testCtx.getLog() << tcu::TestLog::Message << "Value[" << logCallNdx << "] = " << intermediateRes… in iterate()
2317 …m_testCtx.getLog() << tcu::TestLog::Message << "Result = " << sumValue << tcu::TestLog::EndMessage; in iterate()
2324 …m_testCtx.getLog() << tcu::TestLog::Message << "Intermediate buffers are valid." << tcu::TestLog::… in iterate()
2415 const tcu::ScopedLogSection section(m_testCtx.getLog(), "EvenProgram", "Even program"); in init()
2418 m_testCtx.getLog() << *m_evenProgram; in init()
2423 const tcu::ScopedLogSection section(m_testCtx.getLog(), "OddProgram", "Odd program"); in init()
2426 m_testCtx.getLog() << *m_oddProgram; in init()
2461 m_testCtx.getLog() in iterate()
2493 …m_testCtx.getLog() << tcu::TestLog::Message << "Verifying work buffer, it should be " << m_numCall… in iterate()
2500 m_testCtx.getLog() in iterate()
2509 …m_testCtx.getLog() << tcu::TestLog::Message << "Counter buffer is valid." << tcu::TestLog::EndMess… in iterate()
2516 …m_testCtx.getLog() << tcu::TestLog::Message << "Verifying intermediate results. " << tcu::TestLog:… in iterate()
2531 m_testCtx.getLog() in iterate()
2538 …m_testCtx.getLog() << tcu::TestLog::Message << "Value[" << logCallNdx << "] = " << intermediateRes… in iterate()
2545 …m_testCtx.getLog() << tcu::TestLog::Message << "Intermediate buffers are valid." << tcu::TestLog::… in iterate()
2653 m_testCtx.getLog() << *m_program; in init()
2660 const tcu::ScopedLogSection section(m_testCtx.getLog(), "ImageReadProgram", "Image read program"); in init()
2662 m_testCtx.getLog() << *m_imageReadProgram; in init()
2669 …const tcu::ScopedLogSection section(m_testCtx.getLog(), "ImageClearProgram", "Image read program"); in init()
2671 m_testCtx.getLog() << *m_imageClearProgram; in init()
2709 …m_testCtx.getLog() << tcu::TestLog::Message << "Clearing image contents" << tcu::TestLog::EndMessa… in iterate()
2723 m_testCtx.getLog() in iterate()
2738 m_testCtx.getLog() in iterate()
2755 …m_testCtx.getLog() << tcu::TestLog::Message << "Verifying work image, it should be filled with val… in iterate()
2763 m_testCtx.getLog() in iterate()
2774 …m_testCtx.getLog() << tcu::TestLog::Message << "Work image contents are valid." << tcu::TestLog::E… in iterate()
2783 …m_testCtx.getLog() << tcu::TestLog::Message << "Verifying intermediate results. " << tcu::TestLog:… in iterate()
2819 m_testCtx.getLog() in iterate()
2827 …m_testCtx.getLog() << tcu::TestLog::Message << "Value[" << logCallNdx << "] = " << intermediateRes… in iterate()
2828 …m_testCtx.getLog() << tcu::TestLog::Message << "Result = " << sumValue << tcu::TestLog::EndMessage; in iterate()
2835 …m_testCtx.getLog() << tcu::TestLog::Message << "Intermediate buffers are valid." << tcu::TestLog::… in iterate()
3000 const tcu::ScopedLogSection section(m_testCtx.getLog(), "SSBOProgram", "SSBO atomic program"); in init()
3003 m_testCtx.getLog() << *m_ssboAtomicProgram; in init()
3008 …const tcu::ScopedLogSection section(m_testCtx.getLog(), "AtomicCounterProgram", "Atomic counter pr… in init()
3011 m_testCtx.getLog() << *m_atomicCounterProgram; in init()
3036 …m_testCtx.getLog() << tcu::TestLog::Message << "Testing atomic counters and SSBO atomic operations… in iterate()
3040 m_testCtx.getLog() in iterate()
3066 …m_testCtx.getLog() << tcu::TestLog::Message << "Verifying work buffer, it should be " << m_numCall… in iterate()
3073 m_testCtx.getLog() in iterate()
3082 m_testCtx.getLog() << tcu::TestLog::Message << "Buffer is valid." << tcu::TestLog::EndMessage; in iterate()