Home
last modified time | relevance | path

Searched refs:gpu_args (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Virtualization/virtualizationmanager/src/
Dcrosvm.rs1046 let mut gpu_args = Vec::new(); in run_vm() localVariable
1048 gpu_args.push(format!("backend={}", backend)); in run_vm()
1051 gpu_args.push(format!("context-types={}", context_types.join(":"))); in run_vm()
1054 gpu_args.push(format!("pci-address={}", pci_address)); in run_vm()
1057 gpu_args.push(format!("renderer-features={}", renderer_features)); in run_vm()
1060 gpu_args.push("egl=true".to_string()); in run_vm()
1063 gpu_args.push("gles=true".to_string()); in run_vm()
1066 gpu_args.push("glx=true".to_string()); in run_vm()
1069 gpu_args.push("surfaceless=true".to_string()); in run_vm()
1072 gpu_args.push("vulkan=true".to_string()); in run_vm()
[all …]