Searched refs:other_queue (Results 1 – 4 of 4) 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;
2661 auto other_queue = GetQueueState(wait.queue); in VerifyQueueStateToSeq() local2663 … if (other_queue == queue) continue; // semaphores /always/ point backwards, so no point here. in VerifyQueueStateToSeq()2665 auto other_target_seq = std::max(target_seqs[other_queue], wait.seq); in VerifyQueueStateToSeq()2666 auto other_done_seq = std::max(done_seqs[other_queue], other_queue->seq); in VerifyQueueStateToSeq()2672 target_seqs[other_queue] = other_target_seq; in VerifyQueueStateToSeq()2673 worklist.push_back(other_queue); in VerifyQueueStateToSeq()
4842 VkQueue other_queue; in TEST_F() local4843 vkGetDeviceQueue(m_device->device(), other_queue_family, 0, &other_queue); in TEST_F()4858 vkQueueSubmit(other_queue, 1, &submit_info, VK_NULL_HANDLE); in TEST_F()