Home
last modified time | relevance | path

Searched refs:other_queue (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/task/sequence_manager/
Dwork_queue.cc215 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()
Dwork_queue.h106 bool ShouldRunBefore(const WorkQueue* other_queue) const;
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp2661 auto other_queue = GetQueueState(wait.queue); in VerifyQueueStateToSeq() local
2663 … 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()
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp4842 VkQueue other_queue; in TEST_F() local
4843 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()