Searched refs:queues (Results 1 – 9 of 9) sorted by relevance
67 auto it = jobs->queues.try_emplace(comp, comp).first; in queue()102 for (auto it = jobs->queues.begin(); it != jobs->queues.end(); ) { in threadLoop()112 it = jobs->queues.erase(it); in threadLoop()141 it = jobs->queues.upper_bound(comp); in threadLoop()187 std::owner_less<std::weak_ptr<Codec2Client::Component>>> queues; member
27 ## Per-process queues59 Given a collection of per-process queues with valid _runnable at_ timestamps,60 BroadcastQueueModernImpl is then willing to promote those _runnable_ queues
120 std::vector<VkQueueFamilyProperties> queues; member
125 device.queues.resize(queue_family_count); in VkJsonGetDevice()127 physical_device, &queue_family_count, device.queues.data()); in VkJsonGetDevice()
1089 visitor->Visit("queues", &device->queues) && in Iterate()
118 …description: "Enable returning graphics buffers to buffer queues without holding the in-flight mut…
111 Applying transactions from different process, and in to different server side transaction queues129 resulting in the transaction being placed in different server side queues.
27 generally speaking - shared thread pools; priority queues; etc.
619 <command queues="graphics" renderpass="both" cmdbufferlevel="primary,secondary">