• Home
  • Raw
  • Download

Lines Matching refs:signaler

2827 …ate && fence_state->scope == kSyncScopeInternal && VK_NULL_HANDLE != fence_state->signaler.first) {  in VerifyQueueStateToFence()
2828 …return VerifyQueueStateToSeq(GetQueueState(fence_state->signaler.first), fence_state->signaler.sec… in VerifyQueueStateToFence()
2920 pFence->signaler.first = pQueue->queue; in SubmitFence()
2921 pFence->signaler.second = pQueue->seq + pQueue->submissions.size() + submitCount; in SubmitFence()
3138 if (pSemaphore->signaler.first != VK_NULL_HANDLE) { in PostCallRecordQueueSubmit()
3139 … semaphore_waits.push_back({semaphore, pSemaphore->signaler.first, pSemaphore->signaler.second}); in PostCallRecordQueueSubmit()
3142 pSemaphore->signaler.first = VK_NULL_HANDLE; in PostCallRecordQueueSubmit()
3158 pSemaphore->signaler.first = queue; in PostCallRecordQueueSubmit()
3159 pSemaphore->signaler.second = pQueue->seq + pQueue->submissions.size() + 1; in PostCallRecordQueueSubmit()
3262 report_data->FormatHandle(pSemaphore->signaler.first).c_str()); in ValidateSemaphoresForSubmit()
4028 if (pFence->signaler.first != VK_NULL_HANDLE) { in RetireFence()
4030 RetireWorkOnQueue(GetQueueState(pFence->signaler.first), pFence->signaler.second, true); in RetireFence()
12191 report_data->FormatHandle(pSemaphore->signaler.first).c_str()); in PreCallValidateQueueBindSparse()
12334 if (pSemaphore->signaler.first != VK_NULL_HANDLE) { in PostCallRecordQueueBindSparse()
12335 … semaphore_waits.push_back({semaphore, pSemaphore->signaler.first, pSemaphore->signaler.second}); in PostCallRecordQueueBindSparse()
12338 pSemaphore->signaler.first = VK_NULL_HANDLE; in PostCallRecordQueueBindSparse()
12354 pSemaphore->signaler.first = queue; in PostCallRecordQueueBindSparse()
12355 pSemaphore->signaler.second = pQueue->seq + pQueue->submissions.size() + 1; in PostCallRecordQueueBindSparse()
12388 semaphore_state->signaler.first = VK_NULL_HANDLE; in PostCallRecordCreateSemaphore()
12389 semaphore_state->signaler.second = 0; in PostCallRecordCreateSemaphore()
13166 pSemaphore->signaler.first = VK_NULL_HANDLE; in PostCallRecordQueuePresentKHR()
13300 …pFence->signaler.first = VK_NULL_HANDLE; // ANI isn't on a queue, so this can't participate in a … in RecordAcquireNextImageState()
13308 pSemaphore->signaler.first = VK_NULL_HANDLE; in RecordAcquireNextImageState()