Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/vm_manager/
Dcrosvm_manager.cpp159 const bool has_gpu = instance.hwcomposer() != kHwComposerNone; in ConfigureBootDevices() local
162 int num_gpu_pcis = has_gpu ? 1 : 0; in ConfigureBootDevices()