Searched refs:other_queue (Results 1 – 5 of 5) sorted by relevance
215 bool WorkQueue::ShouldRunBefore(const WorkQueue* other_queue) const { in ShouldRunBefore()217 DCHECK(!other_queue->tasks_.empty()); in ShouldRunBefore()222 other_queue->GetFrontTaskEnqueueOrder(&other_enqueue_order); in ShouldRunBefore()
106 bool ShouldRunBefore(const WorkQueue* other_queue) const;
153 rtc::TaskQueue other_queue( in TEST() local159 other_queue.PostTask([&] { event.Set(); }); in TEST()
805 VkQueue other_queue; in TEST_F() local806 vkGetDeviceQueue(m_device->device(), other_queue_family, 0, &other_queue); in TEST_F()821 vkQueueSubmit(other_queue, 1, &submit_info, VK_NULL_HANDLE); in TEST_F()
2800 auto other_queue = GetQueueState(wait.queue); in VerifyQueueStateToSeq() local2802 … if (other_queue == queue) continue; // semaphores /always/ point backwards, so no point here. in VerifyQueueStateToSeq()2804 auto other_target_seq = std::max(target_seqs[other_queue], wait.seq); in VerifyQueueStateToSeq()2805 auto other_done_seq = std::max(done_seqs[other_queue], other_queue->seq); in VerifyQueueStateToSeq()2811 target_seqs[other_queue] = other_target_seq; in VerifyQueueStateToSeq()2812 worklist.push_back(other_queue); in VerifyQueueStateToSeq()