Lines Matching defs:commandLine

263 	const tcu::CommandLine&			commandLine;
281 , commandLine (context.getTestContext().getCommandLine())
318 , commandLine (commandLine_)
591 , vki(env.vkp, *instance.object, env.commandLine, env.resourceInterface)
647 VkDeviceObjectReservationCreateInfo memReservationInfo = env.commandLine.isSubProcess() ? env.resourceInterface->getStatMax() : resetDeviceObjectReservationCreateInfo();
657 if (env.commandLine.isSubProcess())
699 return createCustomDevice(env.commandLine.isValidationEnabled(), env.vkp, env.instance, res.vki, res.physicalDevice, &deviceInfo, env.allocationCallbacks);
740 , vki (env.vkp, *instance.object, env.commandLine, env.resourceInterface)
808 VkDeviceObjectReservationCreateInfo memReservationInfo = env.commandLine.isSubProcess() ? env.resourceInterface->getStatMax() : resetDeviceObjectReservationCreateInfo();
818 if (env.commandLine.isSubProcess())
860 return createCustomDevice(env.commandLine.isValidationEnabled(), env.vkp, env.instance, res.vki, res.physicalDevices[params.deviceIndex], &deviceGroupCreateInfo, env.allocationCallbacks);
1444 if (!env.commandLine.isSubProcess())
2971 , env(parent.vkp, parent.apiVersion, parent.instanceInterface, parent.instance, *vkd, *device, deviceRes.queueFamilyIndex, parent.programBinaries, parent.allocationCallbacks, maxResourceConsumers, parent.commandLine)
2973 , vkd(de::MovePtr<DeviceDriverSC, DeinitDeviceDeleter>(new DeviceDriverSC(parent.vkp, parent.instance, *device, parent.commandLine, parent.resourceInterface, parent.vulkanSC10Properties, parent.properties, parent.apiVersion), vk::DeinitDeviceDeleter(parent.resourceInterface.get(), *device)))
2974 , env(parent.vkp, parent.apiVersion, parent.instanceInterface, parent.instance, *vkd, *device, deviceRes.queueFamilyIndex, parent.programBinaries, parent.allocationCallbacks, maxResourceConsumers, parent.resourceInterface, parent.vulkanSC10Properties, parent.commandLine)
3067 resEnv.env.commandLine);
3148 resEnv.env.commandLine);