Searched refs:_semaphore (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/amd/vulkan/layers/ |
D | radv_metro_exodus.c | 28 metro_exodus_GetSemaphoreCounterValue(VkDevice _device, VkSemaphore _semaphore, uint64_t *pValue) in metro_exodus_GetSemaphoreCounterValue() argument 31 if (_semaphore == VK_NULL_HANDLE) { in metro_exodus_GetSemaphoreCounterValue() 36 return vk_common_GetSemaphoreCounterValue(_device, _semaphore, pValue); in metro_exodus_GetSemaphoreCounterValue()
|
/third_party/mesa3d/src/vulkan/runtime/ |
D | vk_semaphore.c | 205 VkSemaphore _semaphore, in vk_common_DestroySemaphore() argument 209 VK_FROM_HANDLE(vk_semaphore, semaphore, _semaphore); in vk_common_DestroySemaphore() 279 VkSemaphore _semaphore, in vk_common_GetSemaphoreCounterValue() argument 283 VK_FROM_HANDLE(vk_semaphore, semaphore, _semaphore); in vk_common_GetSemaphoreCounterValue()
|
/third_party/mesa3d/src/vulkan/wsi/ |
D | wsi_common.c | 890 VkSemaphore _semaphore) in wsi_signal_semaphore_for_image() argument 895 VK_FROM_HANDLE(vk_semaphore, semaphore, _semaphore); in wsi_signal_semaphore_for_image()
|
/third_party/python/Doc/library/ |
D | threading.rst | 786 .. _semaphore-objects: 867 .. _semaphore-examples:
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
D | synchronization.txt | 3484 dependency on the batch, and defines _semaphore signal operations_ which set 3528 and defines _semaphore wait operations_. 3857 immediately executes a <<synchronization-semaphores-signaling,_semaphore
|
D | synchronization.adoc | 3638 dependency on the batch, and defines _semaphore signal operations_ which set 3685 and defines _semaphore wait operations_. 4014 immediately executes a <<synchronization-semaphores-signaling,_semaphore
|