Home
last modified time | relevance | path

Searched defs:syncobj (Results 1 – 25 of 55) sorted by relevance

123

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_fence.c69 struct iris_syncobj *syncobj = malloc(sizeof(*syncobj)); in iris_create_syncobj() local
83 iris_syncobj_destroy(struct iris_bufmgr *bufmgr, struct iris_syncobj *syncobj) in iris_syncobj_destroy()
91 iris_syncobj_signal(struct iris_bufmgr *bufmgr, struct iris_syncobj *syncobj) in iris_syncobj_signal()
112 struct iris_syncobj *syncobj, in iris_batch_add_syncobj()
151 struct iris_syncobj **syncobj = in clear_stale_syncobjs() local
215 struct iris_syncobj *syncobj, in iris_wait_syncobj()
571 struct iris_syncobj *syncobj = malloc(sizeof(*syncobj)); in iris_fence_create_fd() local
Diris_fine_fence.h60 struct iris_syncobj *syncobj; member
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_fence.c66 struct crocus_syncobj *syncobj = malloc(sizeof(*syncobj)); in crocus_create_syncobj() local
81 struct crocus_syncobj *syncobj) in crocus_syncobj_destroy()
94 struct crocus_syncobj *syncobj, unsigned flags) in crocus_batch_add_syncobj()
131 struct crocus_syncobj **syncobj = in clear_stale_syncobjs() local
195 struct crocus_syncobj *syncobj, int64_t timeout_nsec) in crocus_wait_syncobj()
494 struct crocus_syncobj *syncobj = malloc(sizeof(*syncobj)); in crocus_fence_create_fd() local
Dcrocus_fine_fence.h60 struct crocus_syncobj *syncobj; member
/third_party/mesa3d/src/panfrost/vulkan/jm/
Dpanvk_vX_queue.c138 panvk_queue_transfer_sync(struct panvk_queue *queue, uint32_t syncobj) in panvk_queue_transfer_sync()
225 struct vk_drm_syncobj *syncobj = in panvk_queue_submit() local
299 struct vk_drm_syncobj *syncobj = in panvk_queue_submit() local
Dpanvk_event.h15 uint32_t syncobj; member
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_fence.h34 uint32_t syncobj; member
/third_party/mesa3d/src/intel/common/
Dintel_bind_timeline.h15 uint32_t syncobj; member
/third_party/mesa3d/src/gallium/drivers/asahi/
Dagx_fence.h16 uint32_t syncobj; member
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_cmd_oq.h17 uint64_t syncobj; member
/third_party/mesa3d/src/intel/common/xe/
Dintel_queue.c17 xe_queue_get_syncobj_for_idle(int fd, uint32_t exec_queue_id, uint32_t *syncobj) in xe_queue_get_syncobj_for_idle()
/third_party/mesa3d/src/vulkan/runtime/
Dvk_drm_syncobj.h36 uint32_t syncobj; member
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_fence.c144 int syncobj) in fence_create()
183 uint32_t syncobj; in fd_create_pipe_fence_fd() local
Dfreedreno_fence.h65 uint32_t syncobj; member
/third_party/mesa3d/src/asahi/vulkan/
Dhk_queue.h23 uint32_t syncobj; member
Dhk_queue.c46 const struct vk_drm_syncobj *syncobj = vk_sync_as_drm_syncobj(wait->sync); in queue_submit_empty() local
59 const struct vk_drm_syncobj *syncobj = in queue_submit_empty() local
291 const struct vk_drm_syncobj *syncobj = vk_sync_as_drm_syncobj(vk_sync); in asahi_fill_sync() local
/third_party/mesa3d/src/virtio/vulkan/
Dvn_renderer_virtgpu.c146 struct sim_syncobj *syncobj = calloc(1, sizeof(*syncobj)); in sim_syncobj_create() local
192 struct sim_syncobj *syncobj = NULL; in sim_syncobj_destroy() local
235 sim_syncobj_set_point_locked(struct sim_syncobj *syncobj, uint64_t point) in sim_syncobj_set_point_locked()
247 sim_syncobj_update_point_locked(struct sim_syncobj *syncobj, int poll_timeout) in sim_syncobj_update_point_locked()
278 struct sim_syncobj *syncobj = NULL; in sim_syncobj_lookup() local
293 struct sim_syncobj *syncobj = sim_syncobj_lookup(gpu, syncobj_handle); in sim_syncobj_reset() local
309 struct sim_syncobj *syncobj = sim_syncobj_lookup(gpu, syncobj_handle); in sim_syncobj_query() local
326 struct sim_syncobj *syncobj = sim_syncobj_lookup(gpu, syncobj_handle); in sim_syncobj_signal() local
344 struct sim_syncobj *syncobj = sim_syncobj_lookup(gpu, syncobj_handle); in sim_syncobj_submit() local
401 struct sim_syncobj *syncobj = in sim_syncobj_wait() local
[all …]
/third_party/mesa3d/src/nouveau/mme/tests/
Dmme_runner.h56 uint32_t syncobj; variable
/third_party/libdrm/amdgpu/
Damdgpu_cs.c798 uint32_t syncobj, in amdgpu_cs_syncobj_export_sync_file()
808 uint32_t syncobj, in amdgpu_cs_syncobj_import_sync_file()
818 uint32_t syncobj, in amdgpu_cs_syncobj_export_sync_file2()
847 uint32_t syncobj, in amdgpu_cs_syncobj_import_sync_file2()
/third_party/mesa3d/src/panfrost/vulkan/csf/
Dpanvk_vX_queue.c177 struct panvk_cs_sync32 *syncobj = panvk_priv_mem_host_addr(ringbuf->syncobj); in init_render_desc_ringbuf() local
895 const struct vk_drm_syncobj *syncobj = vk_sync_as_drm_syncobj(wait->sync); in panvk_queue_submit_init_waits() local
1079 const struct vk_drm_syncobj *syncobj = in panvk_queue_submit_process_signals() local
1088 const struct vk_drm_syncobj *syncobj = in panvk_queue_submit_process_signals() local
/third_party/mesa3d/src/intel/vulkan/xe/
Danv_queue.c186 uint32_t syncobj; in anv_xe_wait_exec_queue_idle() local
/third_party/mesa3d/src/nouveau/compiler/nak/
Dhw_runner.rs100 syncobj: u32, field
149 let mut syncobj = 0_u32; in new() localVariable
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_fence.c85 unsigned syncobj; in v3d_fence_wait() local
/third_party/mesa3d/src/gallium/drivers/iris/xe/
Diris_batch.c164 uint32_t syncobj; in iris_xe_wait_exec_queue_idle() local
/third_party/mesa3d/src/asahi/lib/
Dagx_bo.h121 agx_bo_writer(uint32_t queue, uint32_t syncobj) in agx_bo_writer()

123