HomeSort by relevance Sort by last modified time
    Searched refs:EndMessage (Results 226 - 250 of 300) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/deqp/modules/gles31/functional/
es31fUniformLocationTests.cpp 380 log << TestLog::Message << "ERROR: shader failed to compile/link" << TestLog::EndMessage;
403 log << TestLog::Message << "ERROR: found uniform " << name << " in location " << gotLoc << " when it should have been in " << expectLoc << TestLog::EndMessage;
410 log << TestLog::Message << "ERROR: expected uniform " << name << " in location " << gotLoc << " but it has already been used" << TestLog::EndMessage;
421 log << TestLog::Message << "ERROR: found uniform " << name << " in location " << gotLoc << " which has already been used" << TestLog::EndMessage;
582 m_testCtx.getLog() << tcu::TestLog::Message << "Set uniform " << name << " in location " << gotLoc << " to " << expectedValue << tcu::TestLog::EndMessage;
    [all...]
es31fShaderIntegerFunctionTests.cpp 293 m_testCtx.getLog() << TestLog::Message << "ERROR: comparison failed for value " << valNdx << ":\n " << m_failMsg.str() << TestLog::EndMessage;
295 m_testCtx.getLog() << TestLog::Message << " inputs:" << TestLog::EndMessage;
299 << TestLog::EndMessage;
301 m_testCtx.getLog() << TestLog::Message << " outputs:" << TestLog::EndMessage;
305 << TestLog::EndMessage;
313 m_testCtx.getLog() << TestLog::Message << (m_numValues - numFailed) << " / " << m_numValues << " values passed" << TestLog::EndMessage;
    [all...]
es31fTextureLevelStateQueryTests.cpp 182 gl.getLog() << tcu::TestLog::Message << "Verifying " << glu::getTextureLevelParameterStr(pname) << ", expecting " << Printer::getIntegerName(refValue) << tcu::TestLog::EndMessage;
208 gl.getLog() << tcu::TestLog::Message << "Verifying " << glu::getTextureLevelParameterStr(pname) << ", expecting " << refValue << " or greater" << tcu::TestLog::EndMessage;
236 msg << tcu::TestLog::EndMessage;
252 gl.getLog() << tcu::TestLog::Message << "Error: got " << state.getIntAccess() << ", (" << glu::getTextureFormatStr(state.getIntAccess()) << ")" << tcu::TestLog::EndMessage;
261 gl.getLog() << tcu::TestLog::Message << "Error: got " << state.getFloatAccess() << ", (" << glu::getTextureFormatStr((int)state.getFloatAccess()) << ")" << tcu::TestLog::EndMessage;
809 << tcu::TestLog::EndMessage;
940 msg << tcu::TestLog::EndMessage;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderIntegerFunctionTests.cpp 432 testCtx.getLog() << TestLog::Message << "ERROR: comparison failed for value " << valNdx << ":\n " << m_failMsg.str() << TestLog::EndMessage;
434 testCtx.getLog() << TestLog::Message << " inputs:" << TestLog::EndMessage;
438 << TestLog::EndMessage;
440 testCtx.getLog() << TestLog::Message << " outputs:" << TestLog::EndMessage;
444 << TestLog::EndMessage;
452 testCtx.getLog() << TestLog::Message << (m_numValues - numFailed) << " / " << m_numValues << " values passed" << TestLog::EndMessage;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fFragmentOutputTests.cpp 267 << TestLog::EndMessage;
659 m_testCtx.getLog() << TestLog::Message << "out" << curInVec << " value range: " << valueRangeToString(numScalars, minVal, maxVal) << TestLog::EndMessage;
697 m_testCtx.getLog() << TestLog::Message << "out" << curInVec << " value range: " << valueRangeToString(numScalars, minVal, maxVal) << TestLog::EndMessage;
733 m_testCtx.getLog() << TestLog::Message << "out" << curInVec << " value range: " << valueRangeToString(numScalars, UVec4(0), maxVal) << TestLog::EndMessage;
802 log << TestLog::Message << "Warning: No location for attribute '" << name << "' found." << TestLog::EndMessage;
889 log << TestLog::Message << "Attachment " << attachNdx << ": " << numValidChannels << " channels have defined values and used for comparison" << TestLog::EndMessage;
    [all...]
es3fFramebufferBlitTests.cpp 212 << tcu::TestLog::EndMessage;
234 << tcu::TestLog::EndMessage
291 << tcu::TestLog::EndMessage
302 << tcu::TestLog::EndMessage
446 m_testCtx.getLog() << tcu::TestLog::Message << "threshold = " << threshold << tcu::TestLog::EndMessage;
687 m_testCtx.getLog() << TestLog::Message << "Comparing images, threshold: " << threshold << TestLog::EndMessage;
    [all...]
es3fVertexArrayObjectTests.cpp 215 log << tcu::TestLog::Message << message.str() << tcu::TestLog::EndMessage;
245 m_log << tcu::TestLog::Message << "Program used with Vertex Array Object" << tcu::TestLog::EndMessage;
248 m_log << tcu::TestLog::Message << "Program used with Vertex Array State" << tcu::TestLog::EndMessage;
733 log << tcu::TestLog::Message << message.str() << tcu::TestLog::EndMessage;
821 m_log << tcu::TestLog::Message << "Program used with Vertex Array Object" << tcu::TestLog::EndMessage;
824 m_log << tcu::TestLog::Message << "Program used with Vertex Array State" << tcu::TestLog::EndMessage;
    [all...]
es3fRandomFragmentOpTests.cpp 341 << TestLog::EndMessage;
402 m_testCtx.getLog() << TestLog::Message << (compareOk ? " Passed." : " FAILED!") << TestLog::EndMessage;
es3fColorClearTest.cpp 274 m_testCtx.getLog() << tcu::TestLog::Message << "Image comparison failed, max diff = " << maxDiff << ", threshold = " << colorThreshold << tcu::TestLog::EndMessage;
es3fDepthTests.cpp 175 log << tcu::TestLog::Message << "Error code mismatch: got " << glu::getErrorStr(gles2Error) << ", expected " << glu::getErrorStr(refError) << tcu::TestLog::EndMessage;
  /external/deqp/modules/gles2/performance/
es2pShaderCompilationCases.cpp     [all...]
es2pShaderOptimizationTests.cpp 287 log << TestLog::Message << "Unoptimized / optimized " << relevantResultName << " performance ratio: " << ratio << TestLog::EndMessage;
290 log << TestLog::Message << "Note: " << handOptimizationGain << "% performance gain was achieved with hand-optimized version" << TestLog::EndMessage;
292 log << TestLog::Message << "Note: hand-optimization degraded performance by " << -handOptimizationGain << "%" << TestLog::EndMessage;
    [all...]
  /external/deqp/modules/gles3/performance/
es3pShaderCompilationCases.cpp     [all...]
es3pShaderOptimizationTests.cpp 290 log << TestLog::Message << "Unoptimized / optimized " << relevantResultName << " performance ratio: " << ratio << TestLog::EndMessage;
293 log << TestLog::Message << "Note: " << handOptimizationGain << "% performance gain was achieved with hand-optimized version" << TestLog::EndMessage;
295 log << TestLog::Message << "Note: hand-optimization degraded performance by " << -handOptimizationGain << "%" << TestLog::EndMessage;
    [all...]
  /external/deqp/modules/gles2/functional/
es2fDepthRangeTests.cpp 167 m_testCtx.getLog() << TestLog::Message << "glDepthRangef(" << m_zNear << ", " << m_zFar << ")" << TestLog::EndMessage;
317 m_testCtx.getLog() << TestLog::Message << "glDepthRangef(" << m_zNear << ", " << m_zFar << ")" << TestLog::EndMessage;
es2fRandomFragmentOpTests.cpp 341 << TestLog::EndMessage;
402 m_testCtx.getLog() << TestLog::Message << (compareOk ? " Passed." : " FAILED!") << TestLog::EndMessage;
es2fColorClearTest.cpp 274 m_testCtx.getLog() << tcu::TestLog::Message << "Image comparison failed, max diff = " << maxDiff << ", threshold = " << colorThreshold << tcu::TestLog::EndMessage;
es2fDepthTests.cpp 172 log << tcu::TestLog::Message << "Error code mismatch: got " << glu::getErrorStr(gles2Error) << ", expected " << glu::getErrorStr(refError) << tcu::TestLog::EndMessage;
es2fTextureCompletenessTests.cpp 106 log << TestLog::Message << "Image comparison failed" << TestLog::EndMessage;
304 log << TestLog::Message << s_relaxingExtensions[ndx] << " supported, assuming completeness test to pass." << TestLog::EndMessage;
472 log << TestLog::Message << extension << " supported, assuming completeness test to pass." << TestLog::EndMessage;
830 log << TestLog::Message << extension << " supported, assuming completeness test to pass." << TestLog::EndMessage;
    [all...]
  /external/deqp/modules/gles31/stress/
es31sDrawTests.cpp 250 << tcu::TestLog::EndMessage;
274 << tcu::TestLog::EndMessage;
  /external/deqp/modules/egl/
teglNegativeApiTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/compute/
vktComputeIndirectComputeDispatchTests.cpp 205 testCtx.getLog() << tcu::TestLog::Message << "GL_DISPATCH_INDIRECT_BUFFER size = " << m_bufferSize << tcu::TestLog::EndMessage;
214 << tcu::TestLog::EndMessage;
356 << tcu::TestLog::EndMessage;
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineEarlyFragmentTests.cpp     [all...]
  /external/deqp/modules/glshared/
glsFboUtil.cpp 680 log << TestLog::Message << field << ": " << value << TestLog::EndMessage;
872 msg << "." << TestLog::EndMessage;
903 msg << TestLog::EndMessage;
glsTextureTestUtil.cpp     [all...]

Completed in 903 milliseconds

1 2 3 4 5 6 7 8 91011>>