Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/common/
DtcuTestPackage.hpp45 numWarnings = 0; in clear()
54 int numWarnings; //!< Number of QualityWarning / CompatibilityWarning results. member in tcu::TestRunStatus
DtcuApp.cpp253 … %d/%d (%.1f%%)\n", result.numWarnings, result.numExecuted, (result.numExecuted > 0 ? (100.0f *… in iterate()
268 result.numWarnings << " " << in iterate()
DtcuTestSessionExecutor.cpp303 case QP_TEST_RESULT_QUALITY_WARNING: m_status.numWarnings += 1; break; in leaveTestCase()
304 case QP_TEST_RESULT_COMPATIBILITY_WARNING: m_status.numWarnings += 1; break; in leaveTestCase()
/third_party/lzma/CPP/7zip/UI/Console/
DList.h38 UInt64 &numWarnings);
DList.cpp1063 UInt64 &numWarnings) in ListArchives() argument
1068 numWarnings = 0; in ListArchives()
1201 numWarnings++; in ListArchives()
1203 numWarnings++; in ListArchives()
1205 numWarnings++; in ListArchives()
DMain.cpp1441 UInt64 numWarnings = 0; in Main2() local
1467 numErrors, numWarnings); in Main2()
1470 if (numWarnings > 0) in Main2()
1471 g_StdOut << endl << "Warnings: " << numWarnings << endl; in Main2()
/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/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
DvktTestPackage.cpp632 status.numWarnings += m_status.numWarnings; in updateGlobalStatus()
926 int numExecuted, numPassed, numFailed, numNotSupported, numWarnings, numWaived; in runTestsInSubprocess() local
927 str >> numExecuted >> numPassed >> numFailed >> numNotSupported >> numWarnings >> numWaived; in runTestsInSubprocess()
932 m_status.numWarnings += numWarnings; in runTestsInSubprocess()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
DvktTestPackage.cpp632 status.numWarnings += m_status.numWarnings; in updateGlobalStatus()
926 int numExecuted, numPassed, numFailed, numNotSupported, numWarnings, numWaived; in runTestsInSubprocess() local
927 str >> numExecuted >> numPassed >> numFailed >> numNotSupported >> numWarnings >> numWaived; in runTestsInSubprocess()
932 m_status.numWarnings += numWarnings; in runTestsInSubprocess()
/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_no_buildgn/vulkan/api/
DvktApiFeatureInfo.cpp3986 int numWarnings = 0; in testCompressedFormatsSupported() local
4009 numWarnings += 1; in testCompressedFormatsSupported()
4029 else if (numWarnings > 0) in testCompressedFormatsSupported()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp3986 int numWarnings = 0; in testCompressedFormatsSupported() local
4009 numWarnings += 1; in testCompressedFormatsSupported()
4029 else if (numWarnings > 0) in testCompressedFormatsSupported()