Searched refs:dev_ (Results 1 – 1 of 1) sorted by relevance
79 static const hwvulkan_device_t& Device() { return *Get().dev_; } in Device()84 Hal() : dev_(nullptr), debug_report_index_(-1) {} in Hal()92 const hwvulkan_device_t* dev_; member in vulkan::driver::__anonbed2d0790111::Hal235 ALOG_ASSERT(!hal_.dev_, "OpenHAL called more than once"); in Open()238 hal_.dev_ = &stubhal::kDevice; in Open()282 hal_.dev_ = device; in Open()296 if (dev_->EnumerateInstanceExtensionProperties(nullptr, &count, nullptr) != in InitDebugReportIndex()309 if (dev_->EnumerateInstanceExtensionProperties(nullptr, &count, exts) != in InitDebugReportIndex()