Searched refs:commLink (Results 1 – 3 of 3) sorted by relevance
/external/deqp/executor/ |
D | xeBatchExecutor.hpp | 70 …BatchExecutor (const TargetConfiguration& config, CommLink* commLink, const TestNode* root, const…
|
D | xeBatchExecutor.cpp | 157 BatchExecutor::BatchExecutor (const TargetConfiguration& config, CommLink* commLink, const TestNode… in BatchExecutor() argument 159 , m_commLink (commLink) in BatchExecutor()
|
/external/deqp/executor/tools/ |
D | xeCommandLineExecutor.cpp | 466 std::auto_ptr<xe::CommLink> commLink(createCommLink(cmdLine)); in runExecutor() local 468 …xe::BatchExecutor executor(cmdLine.targetCfg, commLink.get(), &root, testSet, &batchResult, &infoL… in runExecutor() 471 commLink.reset(); in runExecutor()
|