Lines Matching refs:dev_
75 static const hwvulkan_device_t& Device() { return *Get().dev_; } in Device()
80 Hal() : dev_(nullptr), debug_report_index_(-1) {} in Hal()
90 const hwvulkan_device_t* dev_; member in vulkan::driver::__anon1d23e1e50110::Hal
248 if (hal_.dev_) in Open()
252 hal_.dev_ = &stubhal::kDevice; in Open()
284 hal_.dev_ = device; in Open()
296 if (!hal_.dev_) in ShouldUnloadBuiltinDriver()
300 if (hal_.dev_ == &stubhal::kDevice) in ShouldUnloadBuiltinDriver()
316 ALOG_ASSERT(!hal_.dev_->common.close(hal_.dev_->common), in UnloadBuiltinDriver()
320 android_unload_sphal_library(hal_.dev_->common.module->dso); in UnloadBuiltinDriver()
322 hal_.dev_ = nullptr; in UnloadBuiltinDriver()
330 if (dev_->EnumerateInstanceExtensionProperties(nullptr, &count, nullptr) != in InitDebugReportIndex()
343 if (dev_->EnumerateInstanceExtensionProperties(nullptr, &count, exts) != in InitDebugReportIndex()