Lines Matching refs:dev_
77 static const hwvulkan_device_t& Device() { return *Get().dev_; } in Device()
82 Hal() : dev_(nullptr), debug_report_index_(-1) {} in Hal()
92 const hwvulkan_device_t* dev_; member in vulkan::driver::__anonbed2d0790111::Hal
272 if (hal_.dev_) in Open()
276 hal_.dev_ = &stubhal::kDevice; in Open()
311 hal_.dev_ = device; in Open()
323 if (!hal_.dev_) in ShouldUnloadBuiltinDriver()
327 if (hal_.dev_ == &stubhal::kDevice) in ShouldUnloadBuiltinDriver()
343 int err = hal_.dev_->common.close( in UnloadBuiltinDriver()
344 const_cast<struct hw_device_t*>(&hal_.dev_->common)); in UnloadBuiltinDriver()
348 android_unload_sphal_library(hal_.dev_->common.module->dso); in UnloadBuiltinDriver()
350 hal_.dev_ = nullptr; in UnloadBuiltinDriver()
358 if (dev_->EnumerateInstanceExtensionProperties(nullptr, &count, nullptr) != in InitDebugReportIndex()
371 if (dev_->EnumerateInstanceExtensionProperties(nullptr, &count, exts) != in InitDebugReportIndex()