| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | radeon_uvd_enc.c | 115 static void radeon_uvd_enc_cs_flush(void *ctx, unsigned flags, struct pipe_fence_handle **fence) in radeon_uvd_enc_cs_flush() argument
|
| H A D | si_gfx_cs.c | 34 void si_flush_gfx_cs(struct si_context *ctx, unsigned flags, struct pipe_fence_handle **fence) in si_flush_gfx_cs() argument
|
| /third_party/mesa3d/src/gallium/drivers/zink/ |
| H A D | zink_batch.h | 93 struct zink_fence fence; member 154 zink_batch_state(struct zink_fence *fence) in zink_batch_state() argument
|
| H A D | zink_fence.c | 123 fence_wait(struct zink_screen *screen, struct zink_fence *fence, uint64_t timeout_ns) in fence_wait() argument 172 struct zink_fence *fence = mfence->fence; zink_fence_finish() local [all...] |
| /third_party/mesa3d/src/gallium/frontends/xa/ |
| H A D | xa_context.c | 362 struct xa_fence *fence = calloc(1, sizeof(*fence)); in xa_fence_get() local 379 xa_fence_wait(struct xa_fence *fence, uint64_t timeout) in xa_fence_wait() argument 398 xa_fence_destroy(struct xa_fence *fence) xa_fence_destroy() argument [all...] |
| /third_party/mesa3d/src/gallium/winsys/svga/drm/ |
| H A D | pb_buffer_simple_fenced.c | 127 struct pipe_fence_handle *fence; member 308 struct pipe_fence_handle *fence = NULL; fenced_buffer_finish_locked() local 645 fenced_buffer_fence(struct pb_buffer *buf, struct pipe_fence_handle *fence) fenced_buffer_fence() argument [all...] |
| /third_party/mesa3d/src/imagination/vulkan/ |
| H A D | pvr_queue.c | 590 pvr_QueueSubmit(VkQueue _queue, uint32_t submitCount, const VkSubmitInfo *pSubmits, VkFence fence) pvr_QueueSubmit() argument
|
| /third_party/mesa3d/src/gallium/drivers/v3d/ |
| H A D | v3d_context.c | 55 v3d_pipe_flush(struct pipe_context *pctx, struct pipe_fence_handle **fence, in v3d_pipe_flush() argument
|
| /third_party/mesa3d/src/gallium/frontends/wgl/ |
| H A D | stw_context.c | 483 struct pipe_fence_handle *fence = NULL; in stw_make_current() local
|
| /third_party/mesa3d/src/gallium/drivers/svga/ |
| H A D | svga_screen_cache.c | 329 svga_screen_cache_flush(struct svga_screen *svgascreen, struct svga_context *svga, struct pipe_fence_handle *fence) svga_screen_cache_flush() argument
|
| /third_party/mesa3d/src/mesa/main/ |
| H A D | syncobj.c | 123 struct pipe_fence_handle *fence = NULL; in __client_wait_sync() local 408 struct pipe_fence_handle *fence = NULL; wait_sync() local [all...] |
| /third_party/mesa3d/src/util/ |
| H A D | u_queue.h | 75 util_queue_fence_init(struct util_queue_fence *fence) in util_queue_fence_init() argument 81 util_queue_fence_destroy(struct util_queue_fence *fence) in util_queue_fence_destroy() argument 88 util_queue_fence_signal(struct util_queue_fence *fence) in util_queue_fence_signal() argument 105 util_queue_fence_reset(struct util_queue_fence *fence) util_queue_fence_reset() argument 116 util_queue_fence_is_signalled(struct util_queue_fence *fence) util_queue_fence_is_signalled() argument 143 util_queue_fence_reset(struct util_queue_fence *fence) util_queue_fence_reset() argument 150 util_queue_fence_is_signalled(struct util_queue_fence *fence) util_queue_fence_is_signalled() argument 160 util_queue_fence_wait(struct util_queue_fence *fence) util_queue_fence_wait() argument 180 util_queue_fence_wait_timeout(struct util_queue_fence *fence, int64_t abs_timeout) util_queue_fence_wait_timeout() argument 200 struct util_queue_fence *fence; global() member [all...] |
| /third_party/mesa3d/src/vulkan/runtime/ |
| H A D | vk_fence.c | 102 struct vk_fence *fence; in vk_fence_create() local 154 struct vk_fence *fence; in vk_common_CreateFence() local 166 vk_fence_reset_temporary(struct vk_device *device, struct vk_fence *fence) vk_fence_reset_temporary() argument 177 vk_fence_destroy(struct vk_device *device, struct vk_fence *fence, const VkAllocationCallbacks *pAllocator) vk_fence_destroy() argument [all...] |
| H A D | vk_synchronization2.c | 284 vk_common_QueueSubmit( VkQueue _queue, uint32_t submitCount, const VkSubmitInfo* pSubmits, VkFence fence) vk_common_QueueSubmit() argument
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_context.c | 32 nv50_flush(struct pipe_context *pipe, struct pipe_fence_handle **fence, unsigned flags) nv50_flush() argument
|
| H A D | nv84_video.h | 78 struct nouveau_bo *fence; member
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_context.c | 79 nvc0_flush(struct pipe_context *pipe, struct pipe_fence_handle **fence, unsigned flags) nvc0_flush() argument
|
| /third_party/libdrm/tegra/ |
| H A D | private.h | 105 uint32_t fence; member
|
| /third_party/libdrm/tests/amdgpu/ |
| H A D | hotunplug_tests.c | 172 struct amdgpu_cs_fence fence = { in amdgpu_cs_sync() local
|
| /third_party/mesa3d/src/gallium/drivers/freedreno/ |
| H A D | freedreno_context.c | 49 struct pipe_fence_handle *fence = NULL; variable [all...] |
| /third_party/mesa3d/src/gallium/drivers/i915/ |
| H A D | i915_screen.c | 607 i915_fence_reference(struct pipe_screen *screen, struct pipe_fence_handle **ptr, struct pipe_fence_handle *fence) i915_fence_reference() argument 616 i915_fence_finish(struct pipe_screen *screen, struct pipe_context *ctx, struct pipe_fence_handle *fence, uint64_t timeout) i915_fence_finish() argument
|
| /third_party/mesa3d/src/gallium/drivers/iris/ |
| H A D | iris_fence.c | 115 struct drm_i915_gem_exec_fence *fence = in iris_batch_add_syncobj() local 153 struct drm_i915_gem_exec_fence *fence = in clear_stale_syncobjs() local 191 iris_fence_destroy(struct pipe_screen *p_screen, struct pipe_fence_handle *fence) iris_fence_destroy() argument 280 struct pipe_fence_handle *fence = calloc(1, sizeof(*fence)); iris_fence_flush() local 314 iris_fence_await(struct pipe_context *ctx, struct pipe_fence_handle *fence) iris_fence_await() argument 384 iris_fence_finish(struct pipe_screen *p_screen, struct pipe_context *ctx, struct pipe_fence_handle *fence, uint64_t timeout) iris_fence_finish() argument 475 iris_fence_get_fd(struct pipe_screen *p_screen, struct pipe_fence_handle *fence) iris_fence_get_fd() argument 574 struct pipe_fence_handle *fence = calloc(1, sizeof(*fence)); iris_fence_create_fd() local 588 iris_fence_signal(struct pipe_context *ctx, struct pipe_fence_handle *fence) iris_fence_signal() argument [all...] |
| /third_party/mesa3d/src/virtio/vulkan/ |
| H A D | vn_wsi.c | 316 struct vn_fence *fence = vn_fence_from_handle(pAcquireInfo->fence); in vn_AcquireNextImage2KHR() local
|
| /third_party/mesa3d/src/gallium/auxiliary/pipebuffer/ |
| H A D | pb_buffer.h | 165 void (*fence)(struct pb_buffer *buf, member 242 pb_fence(struct pb_buffer *buf, struct pipe_fence_handle *fence) in pb_fence() argument
|
| H A D | pb_bufmgr_slab.c | 258 pb_slab_buffer_fence(struct pb_buffer *_buf, struct pipe_fence_handle *fence) pb_slab_buffer_fence() argument
|