Searched refs:maybeCompositorQueueFamilyIndex (Results 1 – 1 of 1) sorted by relevance
156 std::optional<uint32_t> maybeCompositorQueueFamilyIndex = std::nullopt; in pickPhysicalDevice() local166 if (!maybeCompositorQueueFamilyIndex.has_value() && in pickPhysicalDevice()168 maybeCompositorQueueFamilyIndex = queueFamilyIndex; in pickPhysicalDevice()172 !maybeCompositorQueueFamilyIndex.has_value()) { in pickPhysicalDevice()176 m_compositorQueueFamilyIndex = maybeCompositorQueueFamilyIndex.value(); in pickPhysicalDevice()