Home
last modified time | relevance | path

Searched refs:maybeSwapChainQueueFamilyIndex (Results 1 – 1 of 1) sorted by relevance

/hardware/google/gfxstream/host/tests/
DDisplayVk_unittest.cpp155 std::optional<uint32_t> maybeSwapChainQueueFamilyIndex = std::nullopt; in pickPhysicalDevice() local
159 if (!maybeSwapChainQueueFamilyIndex.has_value() && in pickPhysicalDevice()
164 maybeSwapChainQueueFamilyIndex = queueFamilyIndex; in pickPhysicalDevice()
171 if (!maybeSwapChainQueueFamilyIndex.has_value() || in pickPhysicalDevice()
175 m_swapChainQueueFamilyIndex = maybeSwapChainQueueFamilyIndex.value(); in pickPhysicalDevice()