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/
H A Dpvr_srv_job_null.c54 ret = sync_accumulate("", &fd, srv_wait_sync->fd); in pvr_srv_winsys_null_job_submit()
H A Dpvr_srv_job_compute.c189 ret = sync_accumulate("", &in_fd, srv_wait_sync->fd); in pvr_srv_winsys_compute_submit()
H A 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()
H A Dpvr_srv_job_transfer.c237 ret = sync_accumulate("", &in_fd, srv_wait_sync->fd); in pvr_srv_winsys_transfer_submit()
/third_party/libdrm/
H A Dlibsync.h116 * if (sync_accumulate("foo", &batch.fence_fd, fd)) {
121 static inline int sync_accumulate(const char *name, int *fd1, int fd2) in sync_accumulate() function
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_fence.c59 sync_accumulate("lima", &ctx->in_sync_fd, fence->fd); in lima_fence_server_sync()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_fence.c93 sync_accumulate("etnaviv", &ctx->in_fence_fd, pfence->fence_fd); in etna_fence_server_sync()
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_fence.c126 sync_accumulate("vc4", &vc4->in_fence_fd, fence->fd); in vc4_fence_server_sync()
/third_party/mesa3d/src/util/
H A Dlibsync.h174 * if (sync_accumulate("foo", &batch.fence_fd, fd)) {
179 static inline int sync_accumulate(const char *name, int *fd1, int fd2) in sync_accumulate() function
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_android.c149 sync_accumulate("vulkan", &fd, tmp_fd); in vk_common_QueueSignalReleaseImageANDROID()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_fence.c232 if (sync_accumulate("freedreno", &ctx->in_fence_fd, fence->submit_fence.fence_fd)) { in fd_fence_server_sync()
H A 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/
H A 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/
H A 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/
H A 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/
H A 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/
H A Ddri2.c405 sync_accumulate("dri", &img->in_fence_fd, fd); in dri2_set_in_fence_fd()

Completed in 16 milliseconds