/aosp_15_r20/external/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_fence.c | 69 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 D | iris_batch.h | 309 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 D | iris_fine_fence.h | 60 struct iris_syncobj *syncobj; member
|
/aosp_15_r20/external/igt-gpu-tools/tests/ |
H A D | syncobj_wait.c | 131 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 D | crocus_fence.c | 66 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 D | crocus_batch.h | 280 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 D | vn_renderer_virtgpu.c | 146 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 D | panvk_vX_queue.c | 138 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 D | panvk_event.h | 15 uint32_t syncobj; member
|
/aosp_15_r20/external/mesa3d/src/asahi/vulkan/ |
H A D | hk_queue.c | 45 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 D | hk_queue.h | 23 uint32_t syncobj; member
|
/aosp_15_r20/external/mesa3d/src/panfrost/vulkan/csf/ |
H A D | panvk_vX_queue.c | 140 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 D | gem_exec_fence.c | 942 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 D | amdgpu_cs.c | 805 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 D | freedreno_fence.c | 144 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 D | hw_runner.rs | 100 syncobj: u32, field 149 let mut syncobj = 0_u32; in new() localVariable
|
/aosp_15_r20/external/mesa3d/src/freedreno/vulkan/ |
H A D | tu_knl_kgsl.cc | 500 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 D | radv_amdgpu_cs.c | 92 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 D | agx_fence.h | 16 uint32_t syncobj; member
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/panfrost/ |
H A D | pan_fence.h | 34 uint32_t syncobj; member
|
/aosp_15_r20/external/mesa3d/src/intel/common/ |
H A D | intel_bind_timeline.h | 15 uint32_t syncobj; member
|
/aosp_15_r20/external/rust/android-crates-io/crates/drm-ffi/src/ |
D | ioctl.rs | 245 pub(crate) mod syncobj { module
|
/aosp_15_r20/external/mesa3d/src/vulkan/runtime/ |
H A D | vk_drm_syncobj.h | 36 uint32_t syncobj; member
|
/aosp_15_r20/external/rust/android-crates-io/crates/drm/examples/ |
D | syncobj.rs | 14 let syncobj = self.create_syncobj(false)?; in simulate_command_submission() localVariable
|
/aosp_15_r20/external/mesa3d/src/intel/vulkan/i915/ |
H A D | anv_batch_chain.c | 184 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
|