Searched refs:kSyncScopeInternal (Results 1 – 2 of 2) sorted by relevance
2827 …if (fence_state && fence_state->scope == kSyncScopeInternal && VK_NULL_HANDLE != fence_state->sign… in VerifyQueueStateToFence()2902 if (pFence && pFence->scope == kSyncScopeInternal) { in RetireWorkOnQueue()3073 if (pFence && pFence->scope == kSyncScopeInternal) { in ValidateFenceForSubmit()3102 if (pFence->scope == kSyncScopeInternal) { in PostCallRecordQueueSubmit()3137 if (pSemaphore->scope == kSyncScopeInternal) { in PostCallRecordQueueSubmit()3148 pSemaphore->scope = kSyncScopeInternal; in PostCallRecordQueueSubmit()3157 if (pSemaphore->scope == kSyncScopeInternal) { in PostCallRecordQueueSubmit()3237 …if (pSemaphore && (pSemaphore->scope == kSyncScopeInternal || internal_semaphores.count(semaphore)… in ValidateSemaphoresForSubmit()3255 …if (pSemaphore && (pSemaphore->scope == kSyncScopeInternal || internal_semaphores.count(semaphore)… in ValidateSemaphoresForSubmit()4027 if (pFence && pFence->scope == kSyncScopeInternal) { in RetireFence()[all …]
46 kSyncScopeInternal, enumerator62 FENCE_STATE() : state(FENCE_UNSIGNALED), scope(kSyncScopeInternal) {} in FENCE_STATE()