Home
last modified time | relevance | path

Searched refs:QP_TEST_RESULT_LAST (Results 1 – 12 of 12) sorted by relevance

/third_party/vk-gl-cts/framework/common/
DtcuResultCollector.cpp35 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()
DtcuTestSessionExecutor.cpp200 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()
DtcuTestCase.hpp193 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()
DtcuTestContext.cpp43 , m_testResult (QP_TEST_RESULT_LAST) in TestContext()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/deqp_support/
DtcuRandomOrderExecutor.cpp194 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/
DtcuRandomOrderExecutor.cpp201 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/
DglcTestCaseWrapper.cpp97 if (m_testCtx.getTestResult() == QP_TEST_RESULT_LAST) in initTestCase()
/third_party/vk-gl-cts/modules/glshared/
DglsStateQueryUtil.hpp173 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/
DglcSubgroupsTestsUtils.hpp249 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/
DqpTestLog.h66 QP_TEST_RESULT_LAST enumerator
DqpTestLog.c178 { 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/
DvktTestPackage.cpp406 …DE_ASSERT(m_context.getTestContext().getTestResult() == QP_TEST_RESULT_LAST || m_context.resultSet… in iterate()