Searched refs:internal_semaphores (Results 1 – 1 of 1) sorted by relevance
3228 unordered_set<VkSemaphore> &internal_semaphores = *internal_sema_arg; in ValidateSemaphoresForSubmit() local3237 …if (pSemaphore && (pSemaphore->scope == kSyncScopeInternal || internal_semaphores.count(semaphore)… in ValidateSemaphoresForSubmit()3249 internal_semaphores.insert(semaphore); in ValidateSemaphoresForSubmit()3255 …if (pSemaphore && (pSemaphore->scope == kSyncScopeInternal || internal_semaphores.count(semaphore)… in ValidateSemaphoresForSubmit()3322 unordered_set<VkSemaphore> internal_semaphores; in PreCallValidateQueueSubmit() local3328 …phoresForSubmit(queue, submit, &unsignaled_semaphores, &signaled_semaphores, &internal_semaphores); in PreCallValidateQueueSubmit()12156 unordered_set<VkSemaphore> internal_semaphores; in PreCallValidateQueueBindSparse() local12165 …if (pSemaphore && (pSemaphore->scope == kSyncScopeInternal || internal_semaphores.count(semaphore)… in PreCallValidateQueueBindSparse()12178 internal_semaphores.insert(semaphore); in PreCallValidateQueueBindSparse()