Searched refs:processed_other_queues (Results 1 – 1 of 1) sorted by relevance
5284 std::unordered_set<VkQueue> processed_other_queues; in vkQueueSubmit() local5300 if (other_queue != VK_NULL_HANDLE && !processed_other_queues.count(other_queue)) { in vkQueueSubmit()5302 processed_other_queues.insert(other_queue); in vkQueueSubmit()