Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dcore_validation.cpp2827 …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 …]
Dcore_validation.h46 kSyncScopeInternal, enumerator
62 FENCE_STATE() : state(FENCE_UNSIGNALED), scope(kSyncScopeInternal) {} in FENCE_STATE()