Home
last modified time | relevance | path

Searched refs:sync_accumulate (Results 1 – 17 of 17) sorted by relevance

/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/
Dpvr_srv_job_null.c54 ret = sync_accumulate("", &fd, srv_wait_sync->fd); in pvr_srv_winsys_null_job_submit()
Dpvr_srv_job_compute.c189 ret = sync_accumulate("", &in_fd, srv_wait_sync->fd); in pvr_srv_winsys_compute_submit()
Dpvr_srv_job_render.c570 ret = sync_accumulate("", &in_geom_fd, srv_wait_sync->fd); in pvr_srv_winsys_render_submit()
580 ret = sync_accumulate("", &in_frag_fd, srv_wait_sync->fd); in pvr_srv_winsys_render_submit()
Dpvr_srv_job_transfer.c237 ret = sync_accumulate("", &in_fd, srv_wait_sync->fd); in pvr_srv_winsys_transfer_submit()
/third_party/libdrm/
Dlibsync.h121 static inline int sync_accumulate(const char *name, int *fd1, int fd2) in sync_accumulate() function
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_fence.c59 sync_accumulate("lima", &ctx->in_sync_fd, fence->fd); in lima_fence_server_sync()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_fence.c93 sync_accumulate("etnaviv", &ctx->in_fence_fd, pfence->fence_fd); in etna_fence_server_sync()
/third_party/mesa3d/src/util/
Dlibsync.h179 static inline int sync_accumulate(const char *name, int *fd1, int fd2) in sync_accumulate() function
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_fence.c126 sync_accumulate("vc4", &vc4->in_fence_fd, fence->fd); in vc4_fence_server_sync()
/third_party/mesa3d/src/vulkan/runtime/
Dvk_android.c149 sync_accumulate("vulkan", &fd, tmp_fd); in vk_common_QueueSignalReleaseImageANDROID()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_fence.c232 if (sync_accumulate("freedreno", &ctx->in_fence_fd, fence->submit_fence.fence_fd)) { in fd_fence_server_sync()
Dfreedreno_context.c282 sync_accumulate("freedreno", &batch->in_fence_fd, ctx->in_fence_fd); in fd_context_switch_to()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_queue.c192 err = sync_accumulate("v3dv", fd, tmp_fd); in export_perfmon_last_job_sync()
504 err = sync_accumulate("v3dv", &fd, wait_fd); in process_waits()
/third_party/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_screen_svga.c476 return sync_accumulate("vmwgfx", context_fd, fd); in vmw_svga_winsys_fence_server_sync()
/third_party/mesa3d/src/amd/vulkan/winsys/amdgpu/
Dradv_amdgpu_cs.c1269 sync_accumulate("radv", &fd, fd2); in radv_amdgpu_cs_submit_zero()
1293 sync_accumulate("radv", &fd, fd2); in radv_amdgpu_cs_submit_zero()
/third_party/mesa3d/src/gallium/winsys/virgl/drm/
Dvirgl_drm_winsys.c1105 sync_accumulate("virgl", &cbuf->in_fence_fd, fence->fd); in virgl_fence_server_sync()
/third_party/mesa3d/src/gallium/frontends/dri/
Ddri2.c405 sync_accumulate("dri", &img->in_fence_fd, fd); in dri2_set_in_fence_fd()