Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dcore_validation.cpp3111 unordered_set<VkSemaphore> unsignaled_semaphores; in PreCallValidateQueueSubmit() local
3126 if (unsignaled_semaphores.count(semaphore) || in PreCallValidateQueueSubmit()
3136 unsignaled_semaphores.insert(semaphore); in PreCallValidateQueueSubmit()
3147 …if (signaled_semaphores.count(semaphore) || (!(unsignaled_semaphores.count(semaphore)) && pSemapho… in PreCallValidateQueueSubmit()
3157 unsignaled_semaphores.erase(semaphore); in PreCallValidateQueueSubmit()
11111 unordered_set<VkSemaphore> unsignaled_semaphores; in PreCallValidateQueueBindSparse() local
11122 if (unsignaled_semaphores.count(semaphore) || in PreCallValidateQueueBindSparse()
11132 unsignaled_semaphores.insert(semaphore); in PreCallValidateQueueBindSparse()
11143 …if (signaled_semaphores.count(semaphore) || (!(unsignaled_semaphores.count(semaphore)) && pSemapho… in PreCallValidateQueueBindSparse()
11153 unsignaled_semaphores.erase(semaphore); in PreCallValidateQueueBindSparse()