Searched refs:gpu_vhost_user_mode_arg (Results 1 – 2 of 2) sorted by relevance
302 const std::string& gpu_vhost_user_mode_arg, in SelectGpuVhostUserMode() argument304 CF_EXPECT(gpu_vhost_user_mode_arg == kGpuVhostUserModeAuto || in SelectGpuVhostUserMode()305 gpu_vhost_user_mode_arg == kGpuVhostUserModeOn || in SelectGpuVhostUserMode()306 gpu_vhost_user_mode_arg == kGpuVhostUserModeOff); in SelectGpuVhostUserMode()307 if (gpu_vhost_user_mode_arg == kGpuVhostUserModeAuto) { in SelectGpuVhostUserMode()336 return gpu_vhost_user_mode_arg == kGpuVhostUserModeOn; in SelectGpuVhostUserMode()490 const std::string& gpu_mode_arg, const std::string& gpu_vhost_user_mode_arg, in ConfigureGpuSettings() argument496 (void)gpu_vhost_user_mode_arg; in ConfigureGpuSettings()526 CF_EXPECT(SelectGpuVhostUserMode(gpu_mode, gpu_vhost_user_mode_arg, vmm)); in ConfigureGpuSettings()
28 const std::string& gpu_mode_arg, const std::string& gpu_vhost_user_mode_arg,