Searched refs:gpu_config (Results 1 – 2 of 2) sorted by relevance
137 pub gpu_config: Option<GpuConfig>, field1045 if let Some(gpu_config) = &config.gpu_config { in run_vm()1047 if let Some(backend) = &gpu_config.backend { in run_vm()1050 if let Some(context_types) = &gpu_config.context_types { in run_vm()1053 if let Some(pci_address) = &gpu_config.pci_address { in run_vm()1056 if let Some(renderer_features) = &gpu_config.renderer_features { in run_vm()1059 if gpu_config.renderer_use_egl.unwrap_or(false) { in run_vm()1062 if gpu_config.renderer_use_gles.unwrap_or(false) { in run_vm()1065 if gpu_config.renderer_use_glx.unwrap_or(false) { in run_vm()1068 if gpu_config.renderer_use_surfaceless.unwrap_or(false) { in run_vm()[all …]
538 let gpu_config = if cfg!(paravirtualized_devices) { in create_vm_internal() localVariable613 gpu_config, in create_vm_internal()