Lines Matching refs:gpu_config
137 pub gpu_config: Option<GpuConfig>, field
1045 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()
1071 if gpu_config.renderer_use_vulkan.unwrap_or(false) { in run_vm()