Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/vulkan/
Danv_queue.c204 const VkSemaphore *in_semaphores = NULL, *out_semaphores = NULL; in anv_QueueSubmit() local
214 out_semaphores = pSubmits[i].pSignalSemaphores; in anv_QueueSubmit()
220 out_semaphores, num_out_semaphores, in anv_QueueSubmit()
Danv_batch_chain.c1453 const VkSemaphore *out_semaphores, in anv_cmd_buffer_execbuf() argument
1509 ANV_FROM_HANDLE(anv_semaphore, semaphore, out_semaphores[i]); in anv_cmd_buffer_execbuf()
1651 ANV_FROM_HANDLE(anv_semaphore, semaphore, out_semaphores[i]); in anv_cmd_buffer_execbuf()
Danv_private.h1854 const VkSemaphore *out_semaphores,