Searched refs:dev_ (Results 1 – 1 of 1) sorted by relevance
82 static const hwvulkan_device_t& Device() { return *Get().dev_; } in Device()87 Hal() : dev_(nullptr), debug_report_index_(-1) {} in Hal()95 const hwvulkan_device_t* dev_; member in vulkan::driver::__anonbed2d0790111::Hal237 ALOG_ASSERT(!hal_.dev_, "OpenHAL called more than once"); in Open()240 hal_.dev_ = &stubhal::kDevice; in Open()284 hal_.dev_ = device; in Open()298 if (dev_->EnumerateInstanceExtensionProperties(nullptr, &count, nullptr) != in InitDebugReportIndex()311 if (dev_->EnumerateInstanceExtensionProperties(nullptr, &count, exts) != in InitDebugReportIndex()