Home
last modified time | relevance | path

Searched refs:numWarnings (Results 1 – 8 of 8) sorted by relevance

/third_party/vk-gl-cts/framework/common/
DtcuTestSessionExecutor.hpp49 numWarnings = 0; in clear()
58 int numWarnings; //!< Number of QualityWarning / CompatibilityWarning results. member in tcu::TestRunStatus
DtcuApp.cpp246 … %d/%d (%.1f%%)\n", result.numWarnings, result.numExecuted, (result.numExecuted > 0 ? (100.0f *… in iterate()
DtcuTestSessionExecutor.cpp276 case QP_TEST_RESULT_QUALITY_WARNING: m_status.numWarnings += 1; break; in leaveTestCase()
277 case QP_TEST_RESULT_COMPATIBILITY_WARNING: m_status.numWarnings += 1; break; in leaveTestCase()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DDiagnostics.h32 int numWarnings() const { return mNumWarnings; } in numWarnings() function
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DDiagnostics.h27 int numWarnings() const { return mNumWarnings; } in numWarnings() function
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DDiagnostics.h27 int numWarnings() const { return mNumWarnings; } in numWarnings() function
/third_party/vk-gl-cts/external/openglcts/modules/runner/
DglcTestRunner.cpp860 … result.numPassed + result.numFailed + result.numNotSupported + result.numWarnings + result.numWai… in deinitSession()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp3535 int numWarnings = 0; in testCompressedFormatsSupported() local
3558 numWarnings += 1; in testCompressedFormatsSupported()
3578 else if (numWarnings > 0) in testCompressedFormatsSupported()