Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/executor/
DxeBatchExecutor.hpp70 …BatchExecutor (const TargetConfiguration& config, CommLink* commLink, const TestNode* root, const…
DxeBatchExecutor.cpp157 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/
DxeCommandLineExecutor.cpp608 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()