Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dcore_validation.cpp3042 if (pSemaphore->scope == kSyncScopeExternalTemporary) { in PostCallRecordQueueSubmit()
3139 if (pSemaphore && pSemaphore->scope == kSyncScopeExternalTemporary) { in PreCallValidateQueueSubmit()
4913 } else if (pFence->scope == kSyncScopeExternalTemporary) { in PostCallRecordResetFences()
11135 if (pSemaphore && pSemaphore->scope == kSyncScopeExternalTemporary) { in PreCallValidateQueueBindSparse()
11305 if (pSemaphore->scope == kSyncScopeExternalTemporary) { in PostCallRecordQueueBindSparse()
11374 sema_node->scope = kSyncScopeExternalTemporary; in RecordImportSemaphoreState()
11453 fence_node->scope = kSyncScopeExternalTemporary; in RecordImportFenceState()
Dcore_validation.h46 kSyncScopeExternalTemporary, enumerator