/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fProgramPipelineStateQueryTests.cpp | 103 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate() 104 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate() 107 const tcu::ScopedLogSection section(m_testCtx.getLog(), "VtxProg", "Vertex program"); in iterate() 108 m_testCtx.getLog() << vtxProgram; in iterate() 112 const tcu::ScopedLogSection section(m_testCtx.getLog(), "FrgProg", "Fragment program"); in iterate() 113 m_testCtx.getLog() << frgProgram; in iterate() 130 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Initial", "Initial"); in iterate() 135 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Set", "Set"); in iterate() 166 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate() 167 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate() [all …]
|
D | es31fProgramStateQueryTests.cpp | 147 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate() 148 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate() 153 …const tcu::ScopedLogSection section (m_testCtx.getLog(), "Layout", "triangles in, triangle strip … in iterate() 161 m_testCtx.getLog() << program; in iterate() 170 …const tcu::ScopedLogSection section (m_testCtx.getLog(), "Layout", "points in, line strip out, 5 … in iterate() 178 m_testCtx.getLog() << program; in iterate() 186 …const tcu::ScopedLogSection section (m_testCtx.getLog(), "Layout", "points in, points out, 50 ver… in iterate() 194 m_testCtx.getLog() << program; in iterate() 269 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate() 270 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate() [all …]
|
D | es31fIndexedStateQueryTests.cpp | 111 …m_testCtx.getLog() << tcu::TestLog::Message << "GL_MAX_SAMPLE_MASK_WORDS = " << m_maxSampleMaskWor… in init() 116 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate() 117 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate() 123 const tcu::ScopedLogSection section(m_testCtx.getLog(), "initial", "Initial values"); in iterate() 131 const tcu::ScopedLogSection section(m_testCtx.getLog(), "fixed", "Fixed values"); in iterate() 145 const tcu::ScopedLogSection section (m_testCtx.getLog(), "random", "Random values"); in iterate() 187 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate() 188 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate() 194 …const tcu::ScopedLogSection section(m_testCtx.getLog(), "Element", "Element " + de::toString(ndx)); in iterate() 228 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate() [all …]
|
D | es31fDebugTests.cpp | 537 TestLog& log = m_testCtx.getLog(); in verifyMessageExists() 561 TestLog& log = m_testCtx.getLog(); in verifyMessageGroup() 580 TestLog& log = m_testCtx.getLog(); in verifyMessageString() 602 TestLog& log = m_testCtx.getLog(); in verifyMessage() 665 tcu::TestLog& log = m_testCtx.getLog(); in iterate() 734 tcu::TestLog& log = m_testCtx.getLog(); in iterate() 758 TestLog& log = m_testCtx.getLog(); in expectMessage() 839 tcu::TestLog& log = m_testCtx.getLog(); in iterate() 859 TestLog& log = m_testCtx.getLog(); in expectError() 996 tcu::TestLog& log = m_testCtx.getLog(); in genMessages() [all …]
|
D | es31fSampleVariableTests.cpp | 338 return verifyImageWithVerifier(resultImage, m_testCtx.getLog(), NoRedVerifier()); in verifyImage() 377 …m_testCtx.getLog() << tcu::TestLog::Message << "GL_MAX_SAMPLES = " << maxSamples << tcu::TestLog::… in preDraw() 389 …m_testCtx.getLog() << tcu::TestLog::Message << "Set u_maxSamples = " << maxSamples << tcu::TestLog… in preDraw() 421 return verifyImageWithVerifier(resultImage, m_testCtx.getLog(), NoRedVerifier()); in verifyImage() 464 m_testCtx.getLog() in init() 471 m_testCtx.getLog() in init() 559 return verifyImageWithVerifier(resultImage, m_testCtx.getLog(), FullBlueSomeGreenVerifier()); in verifyImage() 575 m_testCtx.getLog() << tcu::TestLog::ImageSet("SampleBuffers", "Image sample buffers"); in verifySampleBuffers() 577 …m_testCtx.getLog() << tcu::TestLog::Image("Buffer" + de::toString(sampleNdx), "Sample " + de::toSt… in verifySampleBuffers() 578 m_testCtx.getLog() << tcu::TestLog::EndImageSet; in verifySampleBuffers() [all …]
|
D | es31fInternalFormatQueryTests.cpp | 114 …m_testCtx.getLog() << tcu::TestLog::Message << "Format must support sample count of " << glu::getG… in iterate() 119 …m_testCtx.getLog() << tcu::TestLog::Message << glu::getGettableStateStr(samplesEnum) << " = " << m… in iterate() 123 …m_testCtx.getLog() << tcu::TestLog::Message << "ERROR: minimum value of " << glu::getGettableStat… in iterate() 133 …m_testCtx.getLog() << tcu::TestLog::Message << "GL_NUM_SAMPLE_COUNTS = " << numSampleCounts << tcu… in iterate() 139 …m_testCtx.getLog() << tcu::TestLog::Message << "ERROR: Format MUST support some multisample config… in iterate() 147 tcu::MessageBuilder samplesMsg (&m_testCtx.getLog()); in iterate() 174 …m_testCtx.getLog() << tcu::TestLog::Message << "ERROR: Samples must be ordered descending." << tcu… in iterate() 185 …m_testCtx.getLog() << tcu::TestLog::Message << "ERROR: Only positive SAMPLES allowed." << tcu::Tes… in iterate() 196 …m_testCtx.getLog() << tcu::TestLog::Message << "ERROR: MAX_*_SAMPLES must be supported." << tcu::T… in iterate() 235 …m_testCtx.getLog() << tcu::TestLog::Message << "Querying GL_NUM_SAMPLE_COUNTS to larger-than-neede… in iterate() [all …]
|
D | es31fVertexAttributeBindingStateQueryTests.cpp | 67 tcu::ResultCollector result(m_testCtx.getLog(), " // ERROR: "); in iterate() 89 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in test() 101 const tcu::ScopedLogSection section(m_testCtx.getLog(), "initial", "Initial values"); in test() 109 const tcu::ScopedLogSection section (m_testCtx.getLog(), "vao", "VAO state"); in test() 132 const tcu::ScopedLogSection section (m_testCtx.getLog(), "random", "Random values"); in test() 164 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in test() 176 const tcu::ScopedLogSection section(m_testCtx.getLog(), "initial", "Initial values"); in test() 184 const tcu::ScopedLogSection section (m_testCtx.getLog(), "vao", "VAO state"); in test() 207 const tcu::ScopedLogSection section (m_testCtx.getLog(), "random", "Random values"); in test() 244 tcu::ResultCollector result(m_testCtx.getLog(), " // ERROR: "); in iterate() [all …]
|
D | es31fTextureBufferTests.cpp | 165 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate() 166 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate() 200 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate() 201 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate() 231 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate() 232 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate() 238 const tcu::ScopedLogSection section(m_testCtx.getLog(), "initial", "Initial value"); in iterate() 245 const tcu::ScopedLogSection section(m_testCtx.getLog(), "bind", "After bind"); in iterate() 260 const tcu::ScopedLogSection section(m_testCtx.getLog(), "bind", "After delete"); in iterate() 290 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate() [all …]
|
D | es31fIntegerStateQueryTests.cpp | 89 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate() 90 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate() 137 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate() 138 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate() 144 const tcu::ScopedLogSection section(m_testCtx.getLog(), "initial", "Initial value"); in iterate() 151 const tcu::ScopedLogSection section(m_testCtx.getLog(), "bind", "After bind"); in iterate() 166 const tcu::ScopedLogSection section(m_testCtx.getLog(), "bind", "After delete"); in iterate() 212 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate() 213 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate() 267 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate() [all …]
|
D | es31fSampleShadingTests.cpp | 86 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate() 87 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate() 92 …m_testCtx.getLog() << tcu::TestLog::Message << "Verifying initial value" << tcu::TestLog::EndMessa… in iterate() 98 …m_testCtx.getLog() << tcu::TestLog::Message << "Verifying random values" << tcu::TestLog::EndMessa… in iterate() 137 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate() 138 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate() 144 …m_testCtx.getLog() << tcu::TestLog::Message << "Verifying initial value" << tcu::TestLog::EndMessa… in iterate() 150 …m_testCtx.getLog() << tcu::TestLog::Message << "Verifying special values" << tcu::TestLog::EndMess… in iterate() 167 …m_testCtx.getLog() << tcu::TestLog::Message << "Verifying random values" << tcu::TestLog::EndMessa… in iterate() 204 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate() [all …]
|
D | es31fSynchronizationTests.cpp | 223 m_testCtx.getLog() << *m_program; in init() 235 …m_testCtx.getLog() << tcu::TestLog::Message << "Allocating zero-filled buffer for storage, size " … in init() 247 …m_testCtx.getLog() << tcu::TestLog::Message << "Allocating image for storage, size " << m_workWidt… in init() 257 …m_testCtx.getLog() << tcu::TestLog::Message << "Filling image with 0." << tcu::TestLog::EndMessage; in init() 275 …m_testCtx.getLog() << tcu::TestLog::Message << "Allocating -1 filled buffer for results, size " <<… in init() 331 m_testCtx.getLog() in runCompute() 353 …m_testCtx.getLog() << tcu::TestLog::Message << "Binding same buffer object to buffer storages." <<… in runCompute() 367 …m_testCtx.getLog() << tcu::TestLog::Message << "Binding same texture level to image storages." << … in runCompute() 409 …m_testCtx.getLog() << tcu::TestLog::Message << "Result buffer failed, got unexpected values.\n" <<… in verifyResults() 411 …m_testCtx.getLog() << tcu::TestLog::Message << " Error at index " << ndx << ": expected 1, got " <… in verifyResults() [all …]
|
D | es31fProgramInterfaceQueryTestCase.cpp | 255 …m_testCtx.getLog() << tcu::TestLog::Message << "Error, resource name \"" << resource << "\" refers… in validate() 382 …m_testCtx.getLog() << tcu::TestLog::Message << "Verifying type, expecting " << glu::getDataTypeNam… in validateSingleVariable() 386 …m_testCtx.getLog() << tcu::TestLog::Message << "\tError, got " << glu::getDataTypeName(glu::getDat… in validateSingleVariable() 416 …m_testCtx.getLog() << tcu::TestLog::Message << "Verifying type, expecting " << glu::getDataTypeNam… in validateBuiltinVariable() 420 …m_testCtx.getLog() << tcu::TestLog::Message << "\tError, got " << glu::getDataTypeName(glu::getDat… in validateBuiltinVariable() 461 …m_testCtx.getLog() << tcu::TestLog::Message << "Verifying array size, expecting " << arraySize << … in validateSingleVariable() 465 …m_testCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMe… in validateSingleVariable() 495 …m_testCtx.getLog() << tcu::TestLog::Message << "Verifying array size, expecting " << builtins[ndx]… in validateBuiltinVariable() 499 …m_testCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMe… in validateBuiltinVariable() 540 …m_testCtx.getLog() << tcu::TestLog::Message << "Verifying array stride, expecting greater or equal… in validateSingleVariable() [all …]
|
D | es31fTessellationGeometryInteractionTests.cpp | 195 m_testCtx.getLog() in init() 260 …m_testCtx.getLog() << tcu::TestLog::Message << "Tessellation level: inner " << innerTessellationLe… in iterate() 265 …const tcu::ScopedLogSection section (m_testCtx.getLog(), renderTargets[renderNdx].name, renderTarg… in iterate() 283 m_testCtx.getLog() << program; in iterate() 319 if (tcu::intThresholdPositionDeviationCompare(m_testCtx.getLog(), in iterate() 502 m_testCtx.getLog() in init() 567 …const tcu::ScopedLogSection section (m_testCtx.getLog(), renderTargets[renderNdx].name, renderTarg… in iterate() 583 m_testCtx.getLog() << program; in iterate() 625 imageOk = tcu::fuzzyCompare(m_testCtx.getLog(), in iterate() 633 imageOk = tcu::intThresholdPositionDeviationCompare(m_testCtx.getLog(), in iterate() [all …]
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cDirectStateAccessXFBTests.cpp | 114 m_context.getTestContext().getLog() in iterate() 132 m_context.getTestContext().getLog() << tcu::TestLog::Message in iterate() 148 m_context.getTestContext().getLog() << tcu::TestLog::Message in iterate() 157 m_context.getTestContext().getLog() << tcu::TestLog::Message in iterate() 305 …m_context.getTestContext().getLog() << tcu::TestLog::Message << "Function pointers are set to NULL… in prepare() 341 m_context.getTestContext().getLog() in testBuffersBindingPoints() 353 m_context.getTestContext().getLog() in testBuffersBindingPoints() 387 m_context.getTestContext().getLog() in testBuffersDimensions() 399 m_context.getTestContext().getLog() in testBuffersDimensions() 422 m_context.getTestContext().getLog() in testBuffersDimensions() [all …]
|
D | gl4cVertexAttribBindingTests.cpp | 127 m_context.getTestContext().getLog() in CheckRectColor() 154 m_context.getTestContext().getLog() in CheckRectColor() 188 m_context.getTestContext().getLog() in CheckProgram() 192 m_context.getTestContext().getLog() in CheckProgram() 197 m_context.getTestContext().getLog() in CheckProgram() 202 m_context.getTestContext().getLog() in CheckProgram() 206 m_context.getTestContext().getLog() in CheckProgram() 210 m_context.getTestContext().getLog() in CheckProgram() 214 m_context.getTestContext().getLog() in CheckProgram() 224 m_context.getTestContext().getLog() in CheckProgram() [all …]
|
D | gl4cShaderAtomicCountersTests.cpp | 105 tcu::TestLog& log = m_context.getTestContext().getLog(); in ValidateReadBuffer() 119 m_context.getTestContext().getLog() << tcu::TestLog::Message << "Program Info Log:\n" in LinkProgram() 186 …m_context.getTestContext().getLog() << tcu::TestLog::Message << &log[0] << tcu::TestLog::EndMessag… in CheckProgram() 203 m_context.getTestContext().getLog() << tcu::TestLog::Message << "Program Info Log:\n" in CreateShaderProgram() 357 m_context.getTestContext().getLog() in CheckMaxValue() 362 m_context.getTestContext().getLog() in CheckMaxValue() 372 m_context.getTestContext().getLog() << tcu::TestLog::Message << GLenumToString(e) in CheckMaxValue() 382 m_context.getTestContext().getLog() in CheckMaxValue() 392 m_context.getTestContext().getLog() in CheckMaxValue() 412 m_context.getTestContext().getLog() in CheckGetCommands() [all …]
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fFlushFinishTests.cpp | 216 m_testCtx.getLog() << *m_program; in init() 293 tcu::ScopedLogSection section (m_testCtx.getLog(), "CalibrationInfo", "Calibration info"); in calibrate() 305 …m_testCtx.getLog() << TestLog::Message << "Calibrating shader iteration count, target duration = "… in calibrate() 322 …m_testCtx.getLog() << TestLog::Message << "Duration with " << curIterCount << " iterations = " << … in calibrate() 356 …m_testCtx.getLog() << TestLog::Integer("ShaderIterCount", "Shader iteration count", "", QP_KEY_TAG… in calibrate() 365 …m_testCtx.getLog() << TestLog::Message << "Calibrating maximum draw call count, target duration = … in calibrate() 383 …m_testCtx.getLog() << TestLog::Message << "Duration with " << curDrawCount << " draw calls = " << … in calibrate() 417 …m_testCtx.getLog() << TestLog::Integer("MaxDrawCalls", "Maximum number of draw calls", "", QP_KEY_… in calibrate() 494 tcu::ScopedLogSection section (m_testCtx.getLog(), "Samples", "Samples"); in analyzeResults() 500 m_testCtx.getLog() << *iter; in analyzeResults() [all …]
|
D | es3fIndexedStateQueryTests.cpp | 53 …testCtx.getLog() << TestLog::Message << "// ERROR: Expected " << expected << "; got " << got << Te… in checkIntEquals() 65 …testCtx.getLog() << TestLog::Message << "// ERROR: Expected " << expected << "; got " << got << Te… in checkIntEquals() 448 …m_testCtx.getLog() << tcu::TestLog::Message << "Alignment is " << alignment << tcu::TestLog::EndMe… in testUniformBuffers() 506 …m_testCtx.getLog() << tcu::TestLog::Message << "// ERROR: UNIFORM_BUFFER_OFFSET_ALIGNMENT has a ma… in GetAlignment() 567 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate() 568 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate() 577 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Initial", "Initial value"); in iterate() 583 …const tcu::ScopedLogSection superSection (m_testCtx.getLog(), "AfterSettingCommon", "After setting… in iterate() 592 …const tcu::ScopedLogSection superSection (m_testCtx.getLog(), "AfterSettingIndexed", "After settin… in iterate() 606 …const tcu::ScopedLogSection superSection (m_testCtx.getLog(), "AfterResettingIndexedWithCommon", "… in iterate() [all …]
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fFlushFinishTests.cpp | 199 m_testCtx.getLog() << *m_program; in init() 267 tcu::ScopedLogSection section (m_testCtx.getLog(), "CalibrationInfo", "Calibration info"); in calibrate() 276 …m_testCtx.getLog() << TestLog::Message << "Calibrating maximum draw call count, target duration = … in calibrate() 289 …m_testCtx.getLog() << TestLog::Message << "Duration with " << curDrawCount << " draw calls = " << … in calibrate() 318 …m_testCtx.getLog() << TestLog::Integer("MaxDrawCalls", "Maximum number of draw calls", "", QP_KEY_… in calibrate() 367 tcu::ScopedLogSection section (m_testCtx.getLog(), "Samples", "Samples"); in analyzeResults() 373 m_testCtx.getLog() << *iter; in analyzeResults() 376 …m_testCtx.getLog() << TestLog::Float("WaitCoefficient", "Wait coefficient", "", QP_KEY_TAG_NONE… in analyzeResults() 388 …m_testCtx.getLog() << TestLog::Message << "Wait time is" << (waitCorrelated ? "" : " NOT") << " co… in analyzeResults() 390 …m_testCtx.getLog() << TestLog::Message << "Warning: Wait time correlation to rendering workload si… in analyzeResults() [all …]
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/ |
D | esextcGeometryShaderConstantVariables.cpp | 270 …m_testCtx.getLog() << tcu::TestLog::Message << "Values reported for ES constant " << m_feedbackVar… in iterate() 292 m_testCtx.getLog() << tcu::TestLog::Message in iterate() 306 …m_testCtx.getLog() << tcu::TestLog::Message << "Reported GL_MAX_GEOMETRY_ATOMIC_COUNTERS_EXT const… in iterate() 320 …m_testCtx.getLog() << tcu::TestLog::Message << "Reported GL_MAX_GEOMETRY_IMAGE_UNIFORMS_EXT consta… in iterate() 333 m_testCtx.getLog() << tcu::TestLog::Message in iterate() 348 m_testCtx.getLog() << tcu::TestLog::Message in iterate() 362 …m_testCtx.getLog() << tcu::TestLog::Message << "Reported GL_MAX_GEOMETRY_UNIFORM_COMPONENTS_EXT co… in iterate() 376 …m_testCtx.getLog() << tcu::TestLog::Message << "Reported GL_MAX_GEOMETRY_UNIFORM_BLOCKS_EXT consta… in iterate() 389 …m_testCtx.getLog() << tcu::TestLog::Message << "Reported GL_MAX_GEOMETRY_INPUT_COMPONENTS_EXT cons… in iterate() 402 …m_testCtx.getLog() << tcu::TestLog::Message << "Reported GL_MAX_GEOMETRY_OUTPUT_COMPONENTS_EXT con… in iterate() [all …]
|
D | esextcGeometryShaderProgramResource.cpp | 433 m_testCtx.getLog() << tcu::TestLog::Message in iterate() 442 m_testCtx.getLog() << tcu::TestLog::Message in iterate() 451 m_testCtx.getLog() in iterate() 461 m_testCtx.getLog() in iterate() 471 m_testCtx.getLog() << tcu::TestLog::Message in iterate() 480 m_testCtx.getLog() << tcu::TestLog::Message in iterate() 489 m_testCtx.getLog() << tcu::TestLog::Message in iterate() 498 m_testCtx.getLog() << tcu::TestLog::Message in iterate() 508 m_testCtx.getLog() << tcu::TestLog::Message in iterate() 517 m_testCtx.getLog() << tcu::TestLog::Message in iterate() [all …]
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuTestSessionExecutor.cpp | 182 m_testCtx.getLog().startTestsCasesTime(); in leaveTestPackage() 184 …m_testCtx.getLog() << TestLog::Integer(testPackage->getName(), "Total tests case duration in micro… in leaveTestPackage() 187 …m_testCtx.getLog() << TestLog::Integer(it->first, "The test group case duration in microseconds", … in leaveTestPackage() 189 m_testCtx.getLog().endTestsCasesTime(); in leaveTestPackage() 205 TestLog& log = m_testCtx.getLog(); in enterTestCase() 255 TestLog& log = m_testCtx.getLog(); in leaveTestCase() 264 const bool suppressLogging = m_testCtx.getLog().isSupressLogging(); in leaveTestCase() 267 m_testCtx.getLog().supressLogging(false); in leaveTestCase() 272 m_testCtx.getLog().supressLogging(suppressLogging); in leaveTestCase() 278 …m_testCtx.getLog() << TestLog::Integer("TestDuration", "Test case duration in microseconds", "us",… in leaveTestCase() [all …]
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglApiCase.cpp | 42 , CallLogWrapper(eglTestCtx.getLibrary(), eglTestCtx.getTestContext().getLog()) in ApiCase() 90 …m_testCtx.getLog() << TestLog::Message << "// ERROR expected: " << eglu::getErrorStr(expected) << … in expectError() 101 …m_testCtx.getLog() << TestLog::Message << "// ERROR expected: " << eglu::getErrorStr(expectedA) <<… in expectEitherError() 111 …m_testCtx.getLog() << TestLog::Message << "// ERROR expected: " << eglu::getBooleanStr(expected) <… in expectBoolean() 121 …m_testCtx.getLog() << TestLog::Message << "// ERROR expected: EGL_NO_CONTEXT" << TestLog::EndMessa… in expectNoContext() 132 …m_testCtx.getLog() << TestLog::Message << "// ERROR expected: EGL_NO_SURFACE" << TestLog::EndMessa… in expectNoSurface() 143 …m_testCtx.getLog() << TestLog::Message << "// ERROR expected: EGL_NO_DISPLAY" << TestLog::EndMessa… in expectNoDisplay() 153 m_testCtx.getLog() << TestLog::Message << "// ERROR expected: NULL" << TestLog::EndMessage; in expectNull()
|
D | teglMultiThreadTests.cpp | 119 ThreadLog& getLog (void) { return m_log; } in getLog() function in deqp::egl::TestThread 195 getLog() << ThreadLog::BeginMessage << "Thread stopped" << ThreadLog::EndMessage; in run() 199 …getLog() << ThreadLog::BeginMessage << "Not supported: '" << e.what() << "'" << ThreadLog::EndMess… in run() 203 …getLog() << ThreadLog::BeginMessage << "Got exception: '" << e.what() << "'" << ThreadLog::EndMess… in run() 207 getLog() << ThreadLog::BeginMessage << "Unknown exception" << ThreadLog::EndMessage; in run() 332 …m_testCtx.getLog() << tcu::TestLog::Message << "Thread timeout limit: " << m_timeoutUs << "us" << … in iterate() 378 if (messageNdx[threadNdx] >= (int)m_threads[threadNdx]->getLog().getMessages().size()) in iterate() 381 …if (nextThreadNdx == -1 || nextThreadTimeUs > m_threads[threadNdx]->getLog().getMessages()[message… in iterate() 384 nextThreadTimeUs = m_threads[threadNdx]->getLog().getMessages()[messageNdx[threadNdx]].timeUs; in iterate() 391 …x.getLog() << tcu::TestLog::Message << "[" << (nextThreadTimeUs - m_startTimeUs) << "] (" << nextT… in iterate() [all …]
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/ |
D | esextcGPUShader5TextureGatherOffset.cpp | 755 tcu::MessageBuilder message = m_testCtx.getLog() << tcu::TestLog::Message; in logArray() 783 tcu::MessageBuilder message = m_testCtx.getLog() << tcu::TestLog::Message; in logCoordinates() 1515 m_testCtx.getLog() << tcu::TestLog::Section("Invalid result", ""); in checkResult() 1519 …m_testCtx.getLog() << tcu::TestLog::Message << "Texture size: " << texture_size << tcu::TestLog::E… in checkResult() 1521 m_testCtx.getLog() << tcu::TestLog::Message << "Offsets: " << x_offset << ", " << y_offset in checkResult() 1526 m_testCtx.getLog() << tcu::TestLog::EndSection; in checkResult() 1665 m_testCtx.getLog() << tcu::TestLog::Section("Unexpected sampling results", ""); in checkResult() 1669 …m_testCtx.getLog() << tcu::TestLog::Message << "Texture size: " << texture_size << tcu::TestLog::E… in checkResult() 1671 m_testCtx.getLog() << tcu::TestLog::Message << "Offsets: " << x_offset << ", " << y_offset in checkResult() 1676 m_testCtx.getLog() << tcu::TestLog::EndSection; in checkResult() [all …]
|