Home
last modified time | relevance | path

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

123

/external/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()
544 struct iris_syncobj *syncobj = malloc(sizeof(*syncobj)); in iris_fence_create_fd() local
Diris_fine_fence.h60 struct iris_syncobj *syncobj; member
/external/igt-gpu-tools/tests/
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
Dsyncobj_basic.c152 uint32_t syncobj = syncobj_create(fd, LOCAL_SYNCOBJ_CREATE_SIGNALED); in test_create_signaled() local
/external/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
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
/external/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_device.c127 panvk_queue_transfer_sync(struct panvk_queue *queue, uint32_t syncobj) in panvk_queue_transfer_sync()
215 struct vk_drm_syncobj *syncobj = in panvk_per_arch() local
298 struct vk_drm_syncobj *syncobj = in panvk_per_arch() local
/external/mesa3d/src/gallium/drivers/asahi/
Dagx_fence.h16 uint32_t syncobj; member
/external/mesa3d/src/intel/common/
Dintel_bind_timeline.h15 uint32_t syncobj; member
/external/mesa3d/src/gallium/drivers/panfrost/
Dpan_fence.h34 uint32_t syncobj; member
/external/rust/crates/drm-ffi/src/
Dioctl.rs245 pub(crate) mod syncobj { module
Dlib.rs16 pub mod syncobj; module
/external/mesa3d/src/virtio/vulkan/
Dvn_renderer_virtgpu.c144 struct sim_syncobj *syncobj = calloc(1, sizeof(*syncobj)); in sim_syncobj_create() local
193 struct sim_syncobj *syncobj = NULL; in sim_syncobj_destroy() local
236 sim_syncobj_set_point_locked(struct sim_syncobj *syncobj, uint64_t point) in sim_syncobj_set_point_locked()
248 sim_syncobj_update_point_locked(struct sim_syncobj *syncobj, int poll_timeout) in sim_syncobj_update_point_locked()
279 struct sim_syncobj *syncobj = NULL; in sim_syncobj_lookup() local
294 struct sim_syncobj *syncobj = sim_syncobj_lookup(gpu, syncobj_handle); in sim_syncobj_reset() local
310 struct sim_syncobj *syncobj = sim_syncobj_lookup(gpu, syncobj_handle); in sim_syncobj_query() local
327 struct sim_syncobj *syncobj = sim_syncobj_lookup(gpu, syncobj_handle); in sim_syncobj_signal() local
345 struct sim_syncobj *syncobj = sim_syncobj_lookup(gpu, syncobj_handle); in sim_syncobj_submit() local
402 struct sim_syncobj *syncobj = in sim_syncobj_wait() local
[all …]
/external/mesa3d/src/vulkan/runtime/
Dvk_drm_syncobj.h36 uint32_t syncobj; member
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_fence.c162 int syncobj) in fence_create()
201 uint32_t syncobj; in fd_create_pipe_fence_fd() local
Dfreedreno_fence.h83 uint32_t syncobj; member
/external/rust/crates/drm/examples/
Dsyncobj.rs14 let syncobj = self.create_syncobj(false)?; in simulate_command_submission() localVariable
/external/mesa3d/src/nouveau/vulkan/
Dnvk_upload_queue.h22 uint32_t syncobj; member
Dnvk_queue.h50 uint32_t syncobj; member
/external/mesa3d/src/nouveau/mme/tests/
Dmme_runner.h56 uint32_t syncobj; variable
/external/libdrm/amdgpu/
Damdgpu_cs.c786 uint32_t syncobj, in amdgpu_cs_syncobj_export_sync_file()
796 uint32_t syncobj, in amdgpu_cs_syncobj_import_sync_file()
806 uint32_t syncobj, in amdgpu_cs_syncobj_export_sync_file2()
835 uint32_t syncobj, in amdgpu_cs_syncobj_import_sync_file2()
/external/igt-gpu-tools/tests/i915/
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
/external/mesa3d/src/gallium/drivers/iris/xe/
Diris_batch.c162 struct iris_syncobj *syncobj = iris_create_syncobj(bufmgr); in iris_xe_wait_exec_queue_idle() local
/external/mesa3d/src/gallium/drivers/v3d/
Dv3d_fence.c83 unsigned syncobj; in v3d_fence_wait() local

123