Lines Matching refs:signaler
2688 …ate && fence_state->scope == kSyncScopeInternal && VK_NULL_HANDLE != fence_state->signaler.first) { in VerifyQueueStateToFence()
2689 …rifyQueueStateToSeq(dev_data, GetQueueState(fence_state->signaler.first), fence_state->signaler.se… in VerifyQueueStateToFence()
2785 pFence->signaler.first = pQueue->queue; in SubmitFence()
2786 pFence->signaler.second = pQueue->seq + pQueue->submissions.size() + submitCount; in SubmitFence()
3033 if (pSemaphore->signaler.first != VK_NULL_HANDLE) { in PostCallRecordQueueSubmit()
3034 … semaphore_waits.push_back({semaphore, pSemaphore->signaler.first, pSemaphore->signaler.second}); in PostCallRecordQueueSubmit()
3037 pSemaphore->signaler.first = VK_NULL_HANDLE; in PostCallRecordQueueSubmit()
3053 pSemaphore->signaler.first = queue; in PostCallRecordQueueSubmit()
3054 pSemaphore->signaler.second = pQueue->seq + pQueue->submissions.size() + 1; in PostCallRecordQueueSubmit()
3155 … device_data->report_data->FormatHandle(pSemaphore->signaler.first).c_str()); in PreCallValidateQueueSubmit()
3900 if (pFence->signaler.first != VK_NULL_HANDLE) { in RetireFence()
3902 … RetireWorkOnQueue(dev_data, GetQueueState(pFence->signaler.first), pFence->signaler.second); in RetireFence()
11151 … device_data->report_data->FormatHandle(pSemaphore->signaler.first).c_str()); in PreCallValidateQueueBindSparse()
11296 if (pSemaphore->signaler.first != VK_NULL_HANDLE) { in PostCallRecordQueueBindSparse()
11297 … semaphore_waits.push_back({semaphore, pSemaphore->signaler.first, pSemaphore->signaler.second}); in PostCallRecordQueueBindSparse()
11300 pSemaphore->signaler.first = VK_NULL_HANDLE; in PostCallRecordQueueBindSparse()
11316 pSemaphore->signaler.first = queue; in PostCallRecordQueueBindSparse()
11317 pSemaphore->signaler.second = pQueue->seq + pQueue->submissions.size() + 1; in PostCallRecordQueueBindSparse()
11352 sNode->signaler.first = VK_NULL_HANDLE; in PostCallRecordCreateSemaphore()
11353 sNode->signaler.second = 0; in PostCallRecordCreateSemaphore()
12112 pSemaphore->signaler.first = VK_NULL_HANDLE; in PostCallRecordQueuePresentKHR()
12243 …pFence->signaler.first = VK_NULL_HANDLE; // ANI isn't on a queue, so this can't participate in a … in RecordAcquireNextImageState()
12251 pSemaphore->signaler.first = VK_NULL_HANDLE; in RecordAcquireNextImageState()