Searched refs:QP_TEST_RESULT_LAST (Results 1 – 12 of 12) sorted by relevance
/third_party/vk-gl-cts/framework/common/ |
D | tcuResultCollector.cpp | 35 case QP_TEST_RESULT_LAST: return -1; in testResultSeverity() 55 , m_result (QP_TEST_RESULT_LAST) in ResultCollector() 63 , m_result (QP_TEST_RESULT_LAST) in ResultCollector() 70 if (m_result == QP_TEST_RESULT_LAST) in getResult()
|
D | tcuTestSessionExecutor.cpp | 200 m_testCtx.setTestResult(QP_TEST_RESULT_LAST, ""); in enterTestCase() 221 DE_ASSERT(e.getTestResult() != QP_TEST_RESULT_LAST); in enterTestCase() 233 DE_ASSERT(initOk || m_testCtx.getTestResult() != QP_TEST_RESULT_LAST); in enterTestCase() 263 DE_ASSERT(testResult != QP_TEST_RESULT_LAST); in leaveTestCase()
|
D | tcuTestCase.hpp | 193 bool isComplete (void) const { return m_code != QP_TEST_RESULT_LAST; } in isComplete() 199 static TestStatus incomplete (void) { return TestStatus(QP_TEST_RESULT_LAST, ""); } in incomplete()
|
D | tcuTestContext.cpp | 43 , m_testResult (QP_TEST_RESULT_LAST) in TestContext()
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/deqp_support/ |
D | tcuRandomOrderExecutor.cpp | 194 m_testCtx.setTestResult(QP_TEST_RESULT_LAST, ""); in executeInner() 209 DE_ASSERT(e.getTestResult() != QP_TEST_RESULT_LAST); in executeInner() 253 DE_ASSERT(m_testCtx.getTestResult() != QP_TEST_RESULT_LAST); in executeInner() 278 m_testCtx.setTestResult(QP_TEST_RESULT_LAST, ""); in executeInner()
|
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/ |
D | tcuRandomOrderExecutor.cpp | 201 m_testCtx.setTestResult(QP_TEST_RESULT_LAST, ""); in executeInner() 217 DE_ASSERT(e.getTestResult() != QP_TEST_RESULT_LAST); in executeInner() 272 DE_ASSERT(m_testCtx.getTestResult() != QP_TEST_RESULT_LAST); in executeInner() 298 m_testCtx.setTestResult(QP_TEST_RESULT_LAST, ""); in executeInner()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcTestCaseWrapper.cpp | 97 if (m_testCtx.getTestResult() == QP_TEST_RESULT_LAST) in initTestCase()
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsStateQueryUtil.hpp | 173 testCtx.getTestResult() == QP_TEST_RESULT_LAST) in verifyValidity() 182 testCtx.getTestResult() == QP_TEST_RESULT_LAST) in verifyValidity() 191 testCtx.getTestResult() == QP_TEST_RESULT_LAST) in verifyValidity()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/ |
D | glcSubgroupsTestsUtils.hpp | 249 DE_ASSERT(m_testCtx.getTestResult() == QP_TEST_RESULT_LAST); in iterate() 273 DE_ASSERT(m_testCtx.getTestResult() == QP_TEST_RESULT_LAST); in iterate()
|
/third_party/vk-gl-cts/framework/qphelper/ |
D | qpTestLog.h | 66 QP_TEST_RESULT_LAST enumerator
|
D | qpTestLog.c | 178 { QP_TEST_RESULT_LAST, DE_NULL } 181 DE_STATIC_ASSERT(DE_LENGTH_OF_ARRAY(s_qpTestResultMap) == QP_TEST_RESULT_LAST + 1);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
D | vktTestPackage.cpp | 406 …DE_ASSERT(m_context.getTestContext().getTestResult() == QP_TEST_RESULT_LAST || m_context.resultSet… in iterate()
|