Home
last modified time | relevance | path

Searched refs:getLog (Results 1 – 25 of 752) sorted by relevance

12345678910>>...31

/external/deqp/modules/gles31/functional/
Des31fProgramPipelineStateQueryTests.cpp103 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 …]
Des31fIndexedStateQueryTests.cpp108 …m_testCtx.getLog() << tcu::TestLog::Message << "GL_MAX_SAMPLE_MASK_WORDS = " << m_maxSampleMaskWor… in init()
113 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
114 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate()
120 const tcu::ScopedLogSection section(m_testCtx.getLog(), "initial", "Initial values"); in iterate()
128 const tcu::ScopedLogSection section(m_testCtx.getLog(), "fixed", "Fixed values"); in iterate()
142 const tcu::ScopedLogSection section (m_testCtx.getLog(), "random", "Random values"); in iterate()
184 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
185 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate()
191 …const tcu::ScopedLogSection section(m_testCtx.getLog(), "Element", "Element " + de::toString(ndx)); in iterate()
225 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
[all …]
Des31fProgramStateQueryTests.cpp143 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
144 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate()
149 …const tcu::ScopedLogSection section (m_testCtx.getLog(), "Layout", "triangles in, triangle strip … in iterate()
157 m_testCtx.getLog() << program; in iterate()
166 …const tcu::ScopedLogSection section (m_testCtx.getLog(), "Layout", "points in, line strip out, 5 … in iterate()
174 m_testCtx.getLog() << program; in iterate()
182 …const tcu::ScopedLogSection section (m_testCtx.getLog(), "Layout", "points in, points out, 50 ver… in iterate()
190 m_testCtx.getLog() << program; in iterate()
265 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
266 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate()
[all …]
Des31fSampleVariableTests.cpp334 return verifyImageWithVerifier(resultImage, m_testCtx.getLog(), NoRedVerifier()); in verifyImage()
373 …m_testCtx.getLog() << tcu::TestLog::Message << "GL_MAX_SAMPLES = " << maxSamples << tcu::TestLog::… in preDraw()
385 …m_testCtx.getLog() << tcu::TestLog::Message << "Set u_maxSamples = " << maxSamples << tcu::TestLog… in preDraw()
415 return verifyImageWithVerifier(resultImage, m_testCtx.getLog(), NoRedVerifier()); in verifyImage()
458 m_testCtx.getLog() in init()
465 m_testCtx.getLog() in init()
551 return verifyImageWithVerifier(resultImage, m_testCtx.getLog(), FullBlueSomeGreenVerifier()); in verifyImage()
567 m_testCtx.getLog() << tcu::TestLog::ImageSet("SampleBuffers", "Image sample buffers"); in verifySampleBuffers()
569 …m_testCtx.getLog() << tcu::TestLog::Image("Buffer" + de::toString(sampleNdx), "Sample " + de::toSt… in verifySampleBuffers()
570 m_testCtx.getLog() << tcu::TestLog::EndImageSet; in verifySampleBuffers()
[all …]
Des31fInternalFormatQueryTests.cpp110 …m_testCtx.getLog() << tcu::TestLog::Message << "Format must support sample count of " << glu::getG… in iterate()
115 …m_testCtx.getLog() << tcu::TestLog::Message << glu::getGettableStateStr(samplesEnum) << " = " << m… in iterate()
119 …m_testCtx.getLog() << tcu::TestLog::Message << "ERROR: minimum value of " << glu::getGettableStat… in iterate()
129 …m_testCtx.getLog() << tcu::TestLog::Message << "GL_NUM_SAMPLE_COUNTS = " << numSampleCounts << tcu… in iterate()
135 …m_testCtx.getLog() << tcu::TestLog::Message << "ERROR: Format MUST support some multisample config… in iterate()
143 tcu::MessageBuilder samplesMsg (&m_testCtx.getLog()); in iterate()
170 …m_testCtx.getLog() << tcu::TestLog::Message << "ERROR: Samples must be ordered descending." << tcu… in iterate()
181 …m_testCtx.getLog() << tcu::TestLog::Message << "ERROR: Only positive SAMPLES allowed." << tcu::Tes… in iterate()
192 …m_testCtx.getLog() << tcu::TestLog::Message << "ERROR: MAX_*_SAMPLES must be supported." << tcu::T… in iterate()
231 …m_testCtx.getLog() << tcu::TestLog::Message << "Querying GL_NUM_SAMPLE_COUNTS to larger-than-neede… in iterate()
[all …]
Des31fDebugTests.cpp536 TestLog& log = m_testCtx.getLog(); in verifyMessageExists()
560 TestLog& log = m_testCtx.getLog(); in verifyMessageGroup()
579 TestLog& log = m_testCtx.getLog(); in verifyMessageString()
601 TestLog& log = m_testCtx.getLog(); in verifyMessage()
664 tcu::TestLog& log = m_testCtx.getLog(); in iterate()
733 tcu::TestLog& log = m_testCtx.getLog(); in iterate()
757 TestLog& log = m_testCtx.getLog(); in expectMessage()
838 tcu::TestLog& log = m_testCtx.getLog(); in iterate()
858 TestLog& log = m_testCtx.getLog(); in expectError()
995 tcu::TestLog& log = m_testCtx.getLog(); in genMessages()
[all …]
Des31fVertexAttributeBindingStateQueryTests.cpp67 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 …]
Des31fTextureBufferTests.cpp157 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
158 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate()
193 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
194 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate()
225 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
226 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate()
232 const tcu::ScopedLogSection section(m_testCtx.getLog(), "initial", "Initial value"); in iterate()
239 const tcu::ScopedLogSection section(m_testCtx.getLog(), "bind", "After bind"); in iterate()
254 const tcu::ScopedLogSection section(m_testCtx.getLog(), "bind", "After delete"); in iterate()
285 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
[all …]
Des31fSampleShadingTests.cpp78 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
79 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate()
84 …m_testCtx.getLog() << tcu::TestLog::Message << "Verifying initial value" << tcu::TestLog::EndMessa… in iterate()
90 …m_testCtx.getLog() << tcu::TestLog::Message << "Verifying random values" << tcu::TestLog::EndMessa… in iterate()
129 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
130 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate()
136 …m_testCtx.getLog() << tcu::TestLog::Message << "Verifying initial value" << tcu::TestLog::EndMessa… in iterate()
142 …m_testCtx.getLog() << tcu::TestLog::Message << "Verifying special values" << tcu::TestLog::EndMess… in iterate()
159 …m_testCtx.getLog() << tcu::TestLog::Message << "Verifying random values" << tcu::TestLog::EndMessa… in iterate()
196 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
[all …]
Des31fIntegerStateQueryTests.cpp89 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
90 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate()
135 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
136 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate()
142 const tcu::ScopedLogSection section(m_testCtx.getLog(), "initial", "Initial value"); in iterate()
149 const tcu::ScopedLogSection section(m_testCtx.getLog(), "bind", "After bind"); in iterate()
164 const tcu::ScopedLogSection section(m_testCtx.getLog(), "bind", "After delete"); in iterate()
209 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
210 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate()
263 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
[all …]
Des31fSynchronizationTests.cpp217 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()
[all …]
Des31fProgramInterfaceQueryTestCase.cpp254 …m_testCtx.getLog() << tcu::TestLog::Message << "Error, resource name \"" << resource << "\" refers… in validate()
381 …m_testCtx.getLog() << tcu::TestLog::Message << "Verifying type, expecting " << glu::getDataTypeNam… in validateSingleVariable()
385 …m_testCtx.getLog() << tcu::TestLog::Message << "\tError, got " << glu::getDataTypeName(glu::getDat… in validateSingleVariable()
415 …m_testCtx.getLog() << tcu::TestLog::Message << "Verifying type, expecting " << glu::getDataTypeNam… in validateBuiltinVariable()
419 …m_testCtx.getLog() << tcu::TestLog::Message << "\tError, got " << glu::getDataTypeName(glu::getDat… in validateBuiltinVariable()
460 …m_testCtx.getLog() << tcu::TestLog::Message << "Verifying array size, expecting " << arraySize << … in validateSingleVariable()
464 …m_testCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMe… in validateSingleVariable()
494 …m_testCtx.getLog() << tcu::TestLog::Message << "Verifying array size, expecting " << builtins[ndx]… in validateBuiltinVariable()
498 …m_testCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMe… in validateBuiltinVariable()
539 …m_testCtx.getLog() << tcu::TestLog::Message << "Verifying array stride, expecting greater or equal… in validateSingleVariable()
[all …]
Des31fTessellationGeometryInteractionTests.cpp188 m_testCtx.getLog() in init()
253 …m_testCtx.getLog() << tcu::TestLog::Message << "Tessellation level: inner " << innerTessellationLe… in iterate()
258 …const tcu::ScopedLogSection section (m_testCtx.getLog(), renderTargets[renderNdx].name, renderTarg… in iterate()
276 m_testCtx.getLog() << program; in iterate()
312 if (tcu::intThresholdPositionDeviationCompare(m_testCtx.getLog(), in iterate()
494 m_testCtx.getLog() in init()
559 …const tcu::ScopedLogSection section (m_testCtx.getLog(), renderTargets[renderNdx].name, renderTarg… in iterate()
575 m_testCtx.getLog() << program; in iterate()
617 imageOk = tcu::fuzzyCompare(m_testCtx.getLog(), in iterate()
625 imageOk = tcu::intThresholdPositionDeviationCompare(m_testCtx.getLog(), in iterate()
[all …]
/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessXFBTests.cpp114 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 …]
Dgl4cVertexAttribBindingTests.cpp127 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 …]
Dgl4cShaderAtomicCountersTests.cpp105 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 …]
/external/slf4j/slf4j-migrator/jcl/
Djclcontent.java8 Log l = LogFactory.getLog(MyClass.class);
9 Log mylog=LogFactory.getLog(MyClass.class);
10 Log mylog1 = LogFactory.getLog(MyClass.class);
11 Log mylog2 = LogFactory.getLog(MyClass.class);
15 Log mylog5 = LogFactory.getLog(MyClass.class);
21 myLog9 = LogFactory.getLog(MyClass.class);
/external/deqp/modules/gles3/functional/
Des3fFlushFinishTests.cpp216 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 …]
/external/deqp/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderProgramResource.cpp433 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 …]
DesextcGeometryShaderConstantVariables.cpp270 …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 …]
/external/deqp/modules/gles2/functional/
Des2fFlushFinishTests.cpp199 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 …]
/external/deqp/modules/egl/
DteglApiCase.cpp42 , 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()
/external/deqp/external/openglcts/modules/glesext/gpu_shader5/
DesextcGPUShader5FmaAccuracy.cpp249 m_testCtx.getLog() << tcu::TestLog::Message << "Routine fma has lower accuracy than a * b + c !" in iterate()
253 m_testCtx.getLog() << tcu::TestLog::Section("Sum of relative error", ""); in iterate()
254 m_testCtx.getLog() << tcu::TestLog::Message << "fma " << relative_error_sum_for_fma_pass in iterate()
256 m_testCtx.getLog() << tcu::TestLog::Message << "a * b + c " << relative_error_sum_for_float_pass in iterate()
258 m_testCtx.getLog() << tcu::TestLog::EndSection; in iterate()
261 m_testCtx.getLog() << tcu::TestLog::Section("Relative errors", ""); in iterate()
264 m_testCtx.getLog() << tcu::TestLog::EndSection; in iterate()
267 m_testCtx.getLog() << tcu::TestLog::Section("Results", ""); in iterate()
270 m_testCtx.getLog() << tcu::TestLog::EndSection; in iterate()
457 m_testCtx.getLog() << tcu::TestLog::Message << description << tcu::TestLog::EndMessage; in logArray()
[all …]
DesextcGPUShader5TextureGatherOffset.cpp755 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 …]
/external/deqp/modules/gles31/stress/
Des31sTessellationGeometryInteractionTests.cpp130 m_testCtx.getLog() in init()
160 m_testCtx.getLog() in init()
181 …m_testCtx.getLog() << tcu::TestLog::Message << "Using implementation maximum geometry shader outpu… in init()
192 …m_testCtx.getLog() << tcu::TestLog::Message << "Using geometry shader extension minimum maximum ou… in init()
225 tcu::MessageBuilder msg(&m_testCtx.getLog()); in init()
261 m_testCtx.getLog() in init()
273 m_testCtx.getLog() in init()
283 m_testCtx.getLog() << *m_program; in init()
303 …m_testCtx.getLog() << tcu::TestLog::Message << "Rendering single point at the origin. Expecting ye… in iterate()
312 m_testCtx.getLog() in iterate()
[all …]

12345678910>>...31