Searched refs:enable_gpu_system_blob (Results 1 – 3 of 3) sorted by relevance
630 bool enable_gpu_system_blob() const;854 void set_enable_gpu_system_blob(const bool enable_gpu_system_blob);
881 const bool enable_gpu_system_blob) { in set_enable_gpu_system_blob() argument882 (*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
296 gpu_params_json["system-blob"] = instance.enable_gpu_system_blob(); in BuildVhostUserGpu()