Searched refs:commLink (Results 1 – 3 of 3) sorted by relevance
/third_party/vk-gl-cts/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()
|
/third_party/vk-gl-cts/executor/tools/ |
D | xeCommandLineExecutor.cpp | 608 de::UniquePtr<xe::CommLink> commLink(createCommLink(cmdLine)); in runExecutor() local 610 …xe::BatchExecutor executor(cmdLine.targetCfg, commLink.get(), &root, testSet, &batchResult, &infoL… in runExecutor() 658 if (commLink->getState(err) == xe::COMMLINKSTATE_ERROR) in runExecutor()
|