Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/mesa3d/src/gallium/drivers/iris/
H A 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()
544 struct iris_syncobj *syncobj = malloc(sizeof(*syncobj)); in iris_fence_create_fd() local
H A Diris_batch.h309 struct iris_syncobj *syncobj = in iris_batch_get_signal_syncobj() local
325 struct iris_syncobj *syncobj = iris_batch_get_signal_syncobj(batch); in iris_batch_reference_signal_syncobj() local
H A Diris_fine_fence.h60 struct iris_syncobj *syncobj; member
/aosp_15_r20/external/igt-gpu-tools/tests/
H A Dsyncobj_wait.c131 syncobj_trigger_delayed(int fd, uint32_t syncobj, uint64_t nsec) in syncobj_trigger_delayed()
319 uint32_t syncobj = syncobj_create(fd, 0); in test_single_wait() local
347 uint32_t syncobj = syncobj_create(fd, 0); in test_wait_delayed_signal() local
375 uint32_t syncobj = syncobj_create(fd, 0); in test_reset_unsignaled() local
389 uint32_t syncobj = syncobj_create(fd, 0); in test_reset_signaled() local
435 uint32_t syncobj = syncobj_create(fd, 0); in test_reset_during_wait_for_submit() local
457 uint32_t syncobj = syncobj_create(fd, 0); in test_signal() local
718 uint32_t syncobj = syncobj_create(fd, 0); in test_wait_interrupted() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/crocus/
H A 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
H A Dcrocus_batch.h280 struct crocus_syncobj *syncobj = in crocus_batch_get_signal_syncobj() local
295 struct crocus_syncobj *syncobj = crocus_batch_get_signal_syncobj(batch); in crocus_batch_reference_signal_syncobj() local
/aosp_15_r20/external/mesa3d/src/virtio/vulkan/
H A 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 …]
/aosp_15_r20/external/mesa3d/src/panfrost/vulkan/jm/
H A 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
H A Dpanvk_event.h15 uint32_t syncobj; member
/aosp_15_r20/external/mesa3d/src/asahi/vulkan/
H A Dhk_queue.c45 const struct vk_drm_syncobj *syncobj = vk_sync_as_drm_syncobj(wait->sync); in queue_submit_empty() local
58 const struct vk_drm_syncobj *syncobj = in queue_submit_empty() local
274 const struct vk_drm_syncobj *syncobj = vk_sync_as_drm_syncobj(vk_sync); in asahi_fill_sync() local
H A Dhk_queue.h23 uint32_t syncobj; member
/aosp_15_r20/external/mesa3d/src/panfrost/vulkan/csf/
H A Dpanvk_vX_queue.c140 struct panvk_cs_sync32 *syncobj = panvk_priv_mem_host_addr(ringbuf->syncobj); in init_render_desc_ringbuf() local
536 struct vk_drm_syncobj *syncobj = in panvk_queue_submit() local
625 struct vk_drm_syncobj *syncobj = in panvk_queue_submit() local
/aosp_15_r20/external/igt-gpu-tools/tests/i915/
H A Dgem_exec_fence.c942 static int __syncobj_export(int fd, uint32_t handle, int *syncobj) in __syncobj_export()
966 int syncobj; in syncobj_export() local
973 static int __syncobj_import(int fd, int syncobj, uint32_t *handle) in __syncobj_import()
996 static uint32_t syncobj_import(int fd, int syncobj) in syncobj_import()
1395 int syncobj[3]; in test_syncobj_channel() local
/aosp_15_r20/external/libdrm/amdgpu/
H A Damdgpu_cs.c805 uint32_t syncobj, in amdgpu_cs_syncobj_export_sync_file()
815 uint32_t syncobj, in amdgpu_cs_syncobj_import_sync_file()
825 uint32_t syncobj, in amdgpu_cs_syncobj_export_sync_file2()
854 uint32_t syncobj, in amdgpu_cs_syncobj_import_sync_file2()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_fence.c144 int syncobj) in fence_create()
183 uint32_t syncobj; in fd_create_pipe_fence_fd() local
/aosp_15_r20/external/mesa3d/src/nouveau/compiler/nak/
H A Dhw_runner.rs100 syncobj: u32, field
149 let mut syncobj = 0_u32; in new() localVariable
/aosp_15_r20/external/mesa3d/src/freedreno/vulkan/
H A Dtu_knl_kgsl.cc500 kgsl_syncobj_ts_to_fd(const struct kgsl_syncobj *syncobj) in kgsl_syncobj_ts_to_fd()
905 struct kgsl_syncobj syncobj; member
1423 kgsl_device_wait_u_trace(struct tu_device *dev, struct tu_u_trace_syncobj *syncobj) in kgsl_device_wait_u_trace()
/aosp_15_r20/external/mesa3d/src/amd/vulkan/winsys/amdgpu/
H A Dradv_amdgpu_cs.c92 uint32_t *syncobj; member
1611 uint32_t *syncobj = &ctx->queue_syncobj[ip][ring]; in radv_amdgpu_ctx_queue_syncobj() local
1688 struct drm_amdgpu_cs_chunk_sem *syncobj = malloc(sizeof(struct drm_amdgpu_cs_chunk_sem) * count); in radv_amdgpu_cs_alloc_syncobj_chunk() local
1711 …struct drm_amdgpu_cs_chunk_syncobj *syncobj = malloc(sizeof(struct drm_amdgpu_cs_chunk_syncobj) * … in radv_amdgpu_cs_alloc_timeline_syncobj_chunk() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/asahi/
H A Dagx_fence.h16 uint32_t syncobj; member
/aosp_15_r20/external/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_fence.h34 uint32_t syncobj; member
/aosp_15_r20/external/mesa3d/src/intel/common/
H A Dintel_bind_timeline.h15 uint32_t syncobj; member
/aosp_15_r20/external/rust/android-crates-io/crates/drm-ffi/src/
Dioctl.rs245 pub(crate) mod syncobj { module
/aosp_15_r20/external/mesa3d/src/vulkan/runtime/
H A Dvk_drm_syncobj.h36 uint32_t syncobj; member
/aosp_15_r20/external/rust/android-crates-io/crates/drm/examples/
Dsyncobj.rs14 let syncobj = self.create_syncobj(false)?; in simulate_command_submission() localVariable
/aosp_15_r20/external/mesa3d/src/intel/vulkan/i915/
H A Danv_batch_chain.c184 uint32_t syncobj, in anv_execbuf_add_syncobj()
257 struct vk_drm_syncobj *syncobj = vk_sync_as_drm_syncobj(sync); in anv_execbuf_add_sync() local

123