Home
last modified time | relevance | path

Searched refs:_fence (Results 1 – 15 of 15) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/clover/core/
Devent.cpp133 _queue(q), _command(command), _fence(NULL) {
143 screen->fence_reference(screen, &_fence, NULL); in ~hard_event()
153 else if (!_fence) in status()
156 else if (!screen->fence_finish(screen, NULL, _fence, 0)) in status()
182 if (!_fence || in wait()
183 !screen->fence_finish(screen, NULL, _fence, PIPE_TIMEOUT_INFINITE)) in wait()
211 screen->fence_reference(screen, &_fence, fence); in fence()
Devent.hpp132 return _fence; in fence()
141 pipe_fence_handle *_fence; member in clover::hard_event
/third_party/mesa3d/src/gallium/frontends/dri/
Ddri_helpers.c134 dri2_get_fence_fd(__DRIscreen *_screen, void *_fence) in dri2_get_fence_fd() argument
138 struct dri2_fence *fence = (struct dri2_fence*)_fence; in dri2_get_fence_fd()
168 dri2_destroy_fence(__DRIscreen *_screen, void *_fence) in dri2_destroy_fence() argument
172 struct dri2_fence *fence = (struct dri2_fence*)_fence; in dri2_destroy_fence()
185 dri2_client_wait_sync(__DRIcontext *_ctx, void *_fence, unsigned flags, in dri2_client_wait_sync() argument
188 struct dri2_fence *fence = (struct dri2_fence*)_fence; in dri2_client_wait_sync()
212 dri2_server_wait_sync(__DRIcontext *_ctx, void *_fence, unsigned flags) in dri2_server_wait_sync() argument
215 struct dri2_fence *fence = (struct dri2_fence*)_fence; in dri2_server_wait_sync()
/third_party/mesa3d/src/vulkan/runtime/
Dvk_fence.c189 VkFence _fence, in vk_common_DestroyFence() argument
193 VK_FROM_HANDLE(vk_fence, fence, _fence); in vk_common_DestroyFence()
230 VkFence _fence) in vk_common_GetFenceStatus() argument
233 VK_FROM_HANDLE(vk_fence, fence, _fence); in vk_common_GetFenceStatus()
Dvk_queue.c1129 VkFence _fence) in vk_common_QueueSubmit2KHR() argument
1132 VK_FROM_HANDLE(vk_fence, fence, _fence); in vk_common_QueueSubmit2KHR()
1168 VkFence _fence) in vk_common_QueueBindSparse() argument
1171 VK_FROM_HANDLE(vk_fence, fence, _fence); in vk_common_QueueBindSparse()
/third_party/mesa3d/src/virtio/vulkan/
Dvn_queue.c351 VkFence _fence) in vn_QueueSubmit() argument
356 struct vn_fence *fence = vn_fence_from_handle(_fence); in vn_QueueSubmit()
365 pSubmits, _fence); in vn_QueueSubmit()
667 VkFence _fence, in vn_DestroyFence() argument
672 struct vn_fence *fence = vn_fence_from_handle(_fence); in vn_DestroyFence()
679 vn_async_vkDestroyFence(dev->instance, device, _fence, NULL); in vn_DestroyFence()
719 vn_GetFenceStatus(VkDevice device, VkFence _fence) in vn_GetFenceStatus() argument
722 struct vn_fence *fence = vn_fence_from_handle(_fence); in vn_GetFenceStatus()
739 vn_async_vkWaitForFences(dev->instance, device, 1, &_fence, in vn_GetFenceStatus()
743 result = vn_call_vkGetFenceStatus(dev->instance, device, _fence); in vn_GetFenceStatus()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_kgsl.c345 VkFence _fence) in tu_QueueSubmit2() argument
348 TU_FROM_HANDLE(tu_syncobj, fence, _fence); in tu_QueueSubmit2()
673 tu_GetFenceStatus(VkDevice _device, VkFence _fence) in tu_GetFenceStatus() argument
676 TU_FROM_HANDLE(tu_syncobj, sync, _fence); in tu_GetFenceStatus()
Dtu_device.c2518 VkFence _fence) in tu_QueueBindSparse() argument
/third_party/mesa3d/src/gallium/winsys/virgl/drm/
Dvirgl_drm_winsys.c1032 struct pipe_fence_handle *_fence, in virgl_fence_wait() argument
1035 struct virgl_drm_fence *fence = virgl_drm_fence(_fence); in virgl_fence_wait()
1093 struct pipe_fence_handle *_fence) in virgl_fence_server_sync() argument
1096 struct virgl_drm_fence *fence = virgl_drm_fence(_fence); in virgl_fence_server_sync()
1109 struct pipe_fence_handle *_fence) in virgl_fence_get_fd() argument
1111 struct virgl_drm_fence *fence = virgl_drm_fence(_fence); in virgl_fence_get_fd()
/third_party/mesa3d/src/imagination/vulkan/
Dpvr_queue.c425 VkFence _fence) in pvr_set_fence_payload() argument
427 VK_FROM_HANDLE(vk_fence, fence, _fence); in pvr_set_fence_payload()
/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common_display.c2826 const VkAllocationCallbacks *allocator, VkFence *_fence) in wsi_RegisterDeviceEventEXT() argument
2847 *_fence = vk_fence_to_handle(fence); in wsi_RegisterDeviceEventEXT()
2905 const VkAllocationCallbacks *allocator, VkFence *_fence) in wsi_RegisterDisplayEventEXT() argument
2924 *_fence = vk_fence_to_handle(fence); in wsi_RegisterDisplayEventEXT()
Dwsi_common.c922 VkFence _fence) in wsi_signal_fence_for_image() argument
927 VK_FROM_HANDLE(vk_fence, fence, _fence); in wsi_signal_fence_for_image()
/third_party/vk-gl-cts/external/amber/src/docs/
Dvk_script.md47 The _fence\_timeout_ option allows setting an integer number of milliseconds
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dsynchronization.txt2396 When flink:vkResetFences is executed on the host, it defines a _fence
2418 defines a _fence signal operation_ which sets the fence to the signaled
Dsynchronization.adoc2617 When flink:vkResetFences is executed on the host, it defines a _fence
2639 defines a _fence signal operation_ which sets the fence to the signaled