Searched refs:internal_semaphores (Results 1 – 1 of 1) sorted by relevance
3112 unordered_set<VkSemaphore> internal_semaphores; in PreCallValidateQueueSubmit() local3125 …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() local11121 …if (pSemaphore && (pSemaphore->scope == kSyncScopeInternal || internal_semaphores.count(semaphore)… in PreCallValidateQueueBindSparse()11136 internal_semaphores.insert(semaphore); in PreCallValidateQueueBindSparse()