Home
last modified time | relevance | path

Searched refs:kSyncScopeInternal (Results 1 – 2 of 2) sorted by relevance

/external/vulkan-validation-layers/layers/
Dcore_validation.cpp2688 …if (fence_state && fence_state->scope == kSyncScopeInternal && VK_NULL_HANDLE != fence_state->sign… in VerifyQueueStateToFence()
2767 if (pFence && pFence->scope == kSyncScopeInternal) { in RetireWorkOnQueue()
2965 if (pFence && pFence->scope == kSyncScopeInternal) { in ValidateFenceForSubmit()
2996 if (pFence->scope == kSyncScopeInternal) { in PostCallRecordQueueSubmit()
3032 if (pSemaphore->scope == kSyncScopeInternal) { in PostCallRecordQueueSubmit()
3043 pSemaphore->scope = kSyncScopeInternal; in PostCallRecordQueueSubmit()
3052 if (pSemaphore->scope == kSyncScopeInternal) { in PostCallRecordQueueSubmit()
3125 …if (pSemaphore && (pSemaphore->scope == kSyncScopeInternal || internal_semaphores.count(semaphore)… in PreCallValidateQueueSubmit()
3146 …if (pSemaphore && (pSemaphore->scope == kSyncScopeInternal || internal_semaphores.count(semaphore)… in PreCallValidateQueueSubmit()
3886 if (pFence && pFence->scope == kSyncScopeInternal) { in VerifyWaitFenceState()
[all …]
Dcore_validation.h45 kSyncScopeInternal, enumerator
61 FENCE_NODE() : state(FENCE_UNSIGNALED), scope(kSyncScopeInternal) {} in FENCE_NODE()