Home
last modified time | relevance | path

Searched defs:fence (Results 326 - 350 of 813) sorted by relevance

1...<<11121314151617181920>>...33

/kernel/linux/linux-6.6/drivers/gpu/host1x/hw/
H A Dchannel_hw.c218 u32 fence; in channel_program_cdma() local
279 static void job_complete_callback(struct dma_fence *fence, struct dma_fence_cb *cb) in job_complete_callback() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/ttm/
H A Dttm_bo_util.c566 ttm_bo_move_to_ghost(struct ttm_buffer_object *bo, struct dma_fence *fence, bool dst_use_tt) ttm_bo_move_to_ghost() argument
604 ttm_bo_move_pipeline_evict(struct ttm_buffer_object *bo, struct dma_fence *fence) ttm_bo_move_pipeline_evict() argument
642 ttm_bo_move_accel_cleanup(struct ttm_buffer_object *bo, struct dma_fence *fence, bool evict, bool pipeline, struct ttm_resource *new_mem) ttm_bo_move_accel_cleanup() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/virtio/
H A Dvirtgpu_submit.c113 struct dma_fence *fence; in virtio_gpu_parse_deps() local
255 struct dma_fence *fence = &submit->out_fence->f; in virtio_gpu_process_post_deps() local
59 virtio_gpu_dma_fence_wait(struct virtio_gpu_submit *submit, struct dma_fence *fence) virtio_gpu_dma_fence_wait() argument
272 virtio_gpu_fence_event_create(struct drm_device *dev, struct drm_file *file, struct virtio_gpu_fence *fence, u32 ring_idx) virtio_gpu_fence_event_create() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_cotable.c328 struct vmw_fence_obj *fence; in vmw_cotable_unbind() local
365 struct vmw_fence_obj *fence; in vmw_cotable_readback() local
H A Dvmwgfx_validation.c780 vmw_validation_done(struct vmw_validation_context *ctx, struct vmw_fence_obj *fence) vmw_validation_done() argument
/kernel/linux/linux-6.6/drivers/gpu/host1x/
H A Dsyncpt.c223 struct dma_fence *fence; in host1x_syncpt_wait() local
H A Dcdma.c169 unsigned int fence = pb->fence; in host1x_pushbuffer_space() local
[all...]
/third_party/mesa3d/src/freedreno/drm/
H A Dfreedreno_ringbuffer_sp.c234 struct util_queue_fence *fence; in enqueue_submit_list() local
334 fd_pipe_sp_flush(struct fd_pipe *pipe, uint32_t fence) fd_pipe_sp_flush() argument
[all...]
H A Dfreedreno_ringbuffer.h109 struct fd_fence fence; member
[all...]
H A Dfreedreno_bo.c545 fd_bo_add_fence(struct fd_bo *bo, struct fd_pipe *pipe, uint32_t fence) in fd_bo_add_fence() argument
[all...]
/third_party/mesa3d/src/freedreno/computerator/
H A Dmain.c284 struct fd_submit_fence fence = {}; in main() local
/third_party/mesa3d/src/freedreno/drm/virtio/
H A Dmsm_proto.h253 uint32_t fence; member
322 uint32_t fence; member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeon_uvd_enc.c115 static void radeon_uvd_enc_cs_flush(void *ctx, unsigned flags, struct pipe_fence_handle **fence) in radeon_uvd_enc_cs_flush() argument
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_batch.h93 struct zink_fence fence; member
154 zink_batch_state(struct zink_fence *fence) in zink_batch_state() argument
H A Dzink_fence.c123 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 Dxa_context.c362 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 Dpb_buffer_simple_fenced.c127 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 Dpvr_queue.c590 pvr_QueueSubmit(VkQueue _queue, uint32_t submitCount, const VkSubmitInfo *pSubmits, VkFence fence) pvr_QueueSubmit() argument
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_context.c55 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 Dstw_context.c483 struct pipe_fence_handle *fence = NULL; in stw_make_current() local
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_screen_cache.c329 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 Dsyncobj.c123 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 Du_queue.h75 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 Dvk_fence.c102 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...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_context.c32 nv50_flush(struct pipe_context *pipe, struct pipe_fence_handle **fence, unsigned flags) nv50_flush() argument

Completed in 17 milliseconds

1...<<11121314151617181920>>...33