Searched refs:_semaphore (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/layers/
H A Dradv_metro_exodus.c27 metro_exodus_GetSemaphoreCounterValue(VkDevice _device, VkSemaphore _semaphore, uint64_t *pValue) argument
29 RADV_FROM_HANDLE(radv_semaphore, semaphore, _semaphore);
37 return radv_GetSemaphoreCounterValue(_device, _semaphore, pValue);
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_wsi.c38 VkSemaphore _semaphore,
42 ANV_FROM_HANDLE(anv_semaphore, semaphore, _semaphore);
37 anv_wsi_signal_semaphore_for_memory(VkDevice _device,VkSemaphore _semaphore,VkDeviceMemory _memory) argument
H A Danv_queue.c984 const VkSemaphore _semaphore,
987 ANV_FROM_HANDLE(anv_semaphore, semaphore, _semaphore);
1070 const VkSemaphore _semaphore,
1073 ANV_FROM_HANDLE(anv_semaphore, semaphore, _semaphore);
2327 VkSemaphore _semaphore,
2331 ANV_FROM_HANDLE(anv_semaphore, semaphore, _semaphore);
2535 VkSemaphore _semaphore,
2539 ANV_FROM_HANDLE(anv_semaphore, semaphore, _semaphore);
982 anv_queue_submit_add_in_semaphore(struct anv_queue * queue,struct anv_queue_submit * submit,const VkSemaphore _semaphore,const uint64_t value) argument
1068 anv_queue_submit_add_out_semaphore(struct anv_queue * queue,struct anv_queue_submit * submit,const VkSemaphore _semaphore,const uint64_t value) argument
2325 anv_DestroySemaphore(VkDevice _device,VkSemaphore _semaphore,const VkAllocationCallbacks * pAllocator) argument
2533 anv_GetSemaphoreCounterValue(VkDevice _device,VkSemaphore _semaphore,uint64_t * pValue) argument
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_queue.c1026 VkSemaphore _semaphore,
1030 ANV_FROM_HANDLE(anv_semaphore, semaphore, _semaphore);
1024 anv_DestroySemaphore(VkDevice _device,VkSemaphore _semaphore,const VkAllocationCallbacks * pAllocator) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_device.c2286 VkSemaphore _semaphore,
2290 LVP_FROM_HANDLE(lvp_semaphore, sema, _semaphore);
2292 if (!_semaphore)
2316 VkSemaphore _semaphore,
2320 LVP_FROM_HANDLE(lvp_semaphore, sema, _semaphore);
2284 lvp_DestroySemaphore(VkDevice _device,VkSemaphore _semaphore,const VkAllocationCallbacks * pAllocator) argument
2314 lvp_GetSemaphoreCounterValue(VkDevice _device,VkSemaphore _semaphore,uint64_t * pValue) argument
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_device.c1707 VkSemaphore _semaphore,
1711 TU_FROM_HANDLE(tu_semaphore, sem, _semaphore);
1712 if (!_semaphore)
1706 tu_DestroySemaphore(VkDevice _device,VkSemaphore _semaphore,const VkAllocationCallbacks * pAllocator) argument
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_drm.c1778 VkSemaphore _semaphore,
1782 TU_FROM_HANDLE(tu_syncobj, semaphore, _semaphore);
1777 tu_GetSemaphoreCounterValue(VkDevice _device,VkSemaphore _semaphore,uint64_t * pValue) argument
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_device.c4009 VkSemaphore _semaphore,
4013 RADV_FROM_HANDLE(radv_semaphore, sem, _semaphore);
4014 if (!_semaphore)
4007 radv_DestroySemaphore(VkDevice _device,VkSemaphore _semaphore,const VkAllocationCallbacks * pAllocator) argument
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_device.c6146 radv_DestroySemaphore(VkDevice _device, VkSemaphore _semaphore, argument
6150 RADV_FROM_HANDLE(radv_semaphore, sem, _semaphore);
6151 if (!_semaphore)
6158 radv_GetSemaphoreCounterValue(VkDevice _device, VkSemaphore _semaphore, uint64_t *pValue) argument
6161 RADV_FROM_HANDLE(radv_semaphore, semaphore, _semaphore);

Completed in 32 milliseconds