Home
last modified time | relevance | path

Searched refs:hasNode (Results 1 – 3 of 3) sorted by relevance

/external/deqp/executor/
DxeBatchExecutor.cpp69 if (node->getNodeType() == TESTNODETYPE_TEST_CASE && testSet.hasNode(node)) in computeExecuteSet()
89 if (node->getNodeType() == TESTNODETYPE_TEST_CASE && executeSet.hasNode(node)) in computeBatchRequest()
109 if (node->getNodeType() == TESTNODETYPE_TEST_CASE && oldSet.hasNode(node)) in removeExecuted()
308 DE_ASSERT(testSet.hasNode(node)); in writeCaseListNode()
326 if (testSet.hasNode(child)) in writeCaseListNode()
343 XE_CHECK(testSet.hasNode(m_root)); in launchTestSet()
DxeTestCase.hpp170 bool hasNode (const TestNode* node) const { return m_set.find(node) != m_set.end(); } in hasNode() function in xe::TestSet
/external/deqp/executor/tools/
DxeCommandLineExecutor.cpp416 if (node->getNodeType() == xe::TESTNODETYPE_TEST_CASE && testSet.hasNode(node)) in printBatchResultSummary()