Home
last modified time | relevance | path

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

/aosp_15_r20/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.h630 bool enable_gpu_system_blob() const;
854 void set_enable_gpu_system_blob(const bool enable_gpu_system_blob);
Dcuttlefish_config_instance.cpp881 const bool enable_gpu_system_blob) { in set_enable_gpu_system_blob() argument
882 (*Dictionary())[kEnableGpuSystemBlob] = enable_gpu_system_blob; in set_enable_gpu_system_blob()
884 bool CuttlefishConfig::InstanceSpecific::enable_gpu_system_blob() const { in enable_gpu_system_blob() function in cuttlefish::CuttlefishConfig::InstanceSpecific
/aosp_15_r20/device/google/cuttlefish/host/libs/vm_manager/
Dcrosvm_manager.cpp296 gpu_params_json["system-blob"] = instance.enable_gpu_system_blob(); in BuildVhostUserGpu()