Lines Matching refs:commandLine
166 const tcu::CommandLine& commandLine) = 0;
170 const tcu::CommandLine& commandLine) = 0;
174 const tcu::CommandLine& commandLine) = 0;
314 const tcu::CommandLine& commandLine) override;
318 const tcu::CommandLine& commandLine) override;
322 const tcu::CommandLine& commandLine) override;
352 const tcu::CommandLine& commandLine) override;
356 const tcu::CommandLine& commandLine) override;
360 const tcu::CommandLine& commandLine) override;
389 const tcu::CommandLine& commandLine = m_testCtx.getCommandLine(); in buildProgram() local
396 …de::MovePtr<vk::ProgramBinary>(compileProgram(progId, iter.getProgram(), &buildInfo, commandLine)); in buildProgram()