Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/tests/
DDisplayVk_unittest.cpp156 std::optional<uint32_t> maybeCompositorQueueFamilyIndex = std::nullopt; in pickPhysicalDevice() local
166 if (!maybeCompositorQueueFamilyIndex.has_value() && in pickPhysicalDevice()
168 maybeCompositorQueueFamilyIndex = queueFamilyIndex; in pickPhysicalDevice()
172 !maybeCompositorQueueFamilyIndex.has_value()) { in pickPhysicalDevice()
176 m_compositorQueueFamilyIndex = maybeCompositorQueueFamilyIndex.value(); in pickPhysicalDevice()