Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/vulkan/layers/
Dradv_metro_exodus.c28 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/
Dvk_semaphore.c205 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/
Dwsi_common.c890 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/
Dthreading.rst786 .. _semaphore-objects:
867 .. _semaphore-examples:
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dsynchronization.txt3484 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
Dsynchronization.adoc3638 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