Home
last modified time | relevance | path

Searched refs:in_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
208 in_semaphores = pSubmits[i].pWaitSemaphores; in anv_QueueSubmit()
219 in_semaphores, num_in_semaphores, in anv_QueueSubmit()
Danv_batch_chain.c1451 const VkSemaphore *in_semaphores, in anv_cmd_buffer_execbuf() argument
1465 ANV_FROM_HANDLE(anv_semaphore, semaphore, in_semaphores[i]); in anv_cmd_buffer_execbuf()
1618 ANV_FROM_HANDLE(anv_semaphore, semaphore, in_semaphores[i]); in anv_cmd_buffer_execbuf()
Danv_private.h1852 const VkSemaphore *in_semaphores,