Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dcore_validation.cpp3147 if (pSemaphore->scope == kSyncScopeExternalTemporary) { in PostCallRecordQueueSubmit()
3248 if (pSemaphore && pSemaphore->scope == kSyncScopeExternalTemporary) { in ValidateSemaphoresForSubmit()
4898 } else if (pFence->scope == kSyncScopeExternalTemporary) { in PostCallRecordResetFences()
12177 if (pSemaphore && pSemaphore->scope == kSyncScopeExternalTemporary) { in PreCallValidateQueueBindSparse()
12343 if (pSemaphore->scope == kSyncScopeExternalTemporary) { in PostCallRecordQueueBindSparse()
12411 sema_node->scope = kSyncScopeExternalTemporary; in RecordImportSemaphoreState()
12483 fence_node->scope = kSyncScopeExternalTemporary; in RecordImportFenceState()
Dcore_validation.h47 kSyncScopeExternalTemporary, enumerator