Home
last modified time | relevance | path

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

/external/deqp/executor/tools/
DxeCommandLineExecutor.cpp128 xe::TargetConfiguration targetCfg; member
203 cmdLine.targetCfg.binaryName = opts.getOption<opt::BinaryName>(); in parseCommandLine()
204 cmdLine.targetCfg.workingDir = opts.getOption<opt::WorkingDir>(); in parseCommandLine()
205 cmdLine.targetCfg.cmdLineArgs = opts.getOption<opt::CmdLineArgs>(); in parseCommandLine()
609 …xe::BatchExecutor executor(cmdLine.targetCfg, commLink.get(), &root, testSet, &batchResult, &infoL… in runExecutor()