Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dcore_validation.cpp3112 unordered_set<VkSemaphore> internal_semaphores; in PreCallValidateQueueSubmit() local
3125 …if (pSemaphore && (pSemaphore->scope == kSyncScopeInternal || internal_semaphores.count(semaphore)… in PreCallValidateQueueSubmit()
3140 internal_semaphores.insert(semaphore); in PreCallValidateQueueSubmit()
3146 …if (pSemaphore && (pSemaphore->scope == kSyncScopeInternal || internal_semaphores.count(semaphore)… in PreCallValidateQueueSubmit()
11112 unordered_set<VkSemaphore> internal_semaphores; in PreCallValidateQueueBindSparse() local
11121 …if (pSemaphore && (pSemaphore->scope == kSyncScopeInternal || internal_semaphores.count(semaphore)… in PreCallValidateQueueBindSparse()
11136 internal_semaphores.insert(semaphore); in PreCallValidateQueueBindSparse()