Home
last modified time | relevance | path

Searched refs:create_fence_fd (Results 1 – 23 of 23) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_fence.c64 ctx->base.create_fence_fd = lima_create_fence_fd; in lima_fence_context_init()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_flush.c118 svga->pipe.create_fence_fd = svga_create_fence_fd; in svga_init_flush_functions()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_fence.c140 vc4->base.create_fence_fd = vc4_fence_create_fd; in vc4_fence_context_init()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_tests.c567 ctx->create_fence_fd(ctx, &re_buf_fence, buf_fd, fd_type); in test_sync_file_fences()
568 ctx->create_fence_fd(ctx, &re_tex_fence, tex_fd, fd_type); in test_sync_file_fences()
569 ctx->create_fence_fd(ctx, &merged_fence, merged_fd, fd_type); in test_sync_file_fences()
Du_threaded_context.c2899 pipe->create_fence_fd(pipe, fence, fd, type); in tc_create_fence_fd()
4595 CTX_INIT(create_fence_fd); in threaded_context_create()
/third_party/mesa3d/src/gallium/frontends/dri/
Ddri_helpers.c122 ctx->create_fence_fd(ctx, &fence->pipe_fence, fd, PIPE_FD_TYPE_NATIVE_SYNC); in dri2_create_fence_fd()
236 .create_fence_fd = dri2_create_fence_fd,
Dkopper.c401 pipe->create_fence_fd(pipe, &fence, fd, PIPE_FD_TYPE_NATIVE_SYNC); in handle_in_fence()
Ddri2.c423 pipe->create_fence_fd(pipe, &fence, fd, PIPE_FD_TYPE_NATIVE_SYNC); in handle_in_fence()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_context.h771 void (*create_fence_fd)(struct pipe_context *pipe, member
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
Ddd_context.c627 pipe->create_fence_fd(pipe, fence, fd, type); in dd_context_create_fence_fd()
924 CTX_INIT(create_fence_fd); in dd_context_create()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_fence.c571 ctx->create_fence_fd = crocus_fence_create_fd; in crocus_init_context_fence_functions()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_fence.c624 ctx->create_fence_fd = iris_fence_create_fd; in iris_init_context_fence_functions()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_fence.c609 ctx->b.create_fence_fd = si_create_fence_fd; in si_init_fence_functions()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_context.c636 pctx->create_fence_fd = fd_create_fence_fd; in fd_context_init()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_context.c610 pctx->create_fence_fd = etna_create_fence_fd; in etna_context_create()
/third_party/mesa3d/src/gallium/drivers/tegra/
Dtegra_context.c826 context->gpu->create_fence_fd(context->gpu, fence, fd, type); in tegra_create_fence_fd()
1381 context->base.create_fence_fd = tegra_create_fence_fd; in tegra_screen_context_create()
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
Drbug_context.c1026 pipe->create_fence_fd(pipe, fence, fd, type); in rbug_create_fence_fd()
1349 rb_pipe->base.create_fence_fd = rbug_create_fence_fd; in rbug_context_create()
/third_party/mesa3d/include/GL/internal/
Ddri_interface.h397 void *(*create_fence_fd)(__DRIcontext *ctx, int fd); member
/third_party/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c1739 fence = dri2_dpy->fence->create_fence_fd(dri_ctx, -1); in dri2_surf_update_fence_fd()
3467 if (dri2_dpy->fence->create_fence_fd) { in dri2_create_sync()
3468 dri2_sync->fence = dri2_dpy->fence->create_fence_fd( in dri2_create_sync()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_context.c1611 pipe->create_fence_fd(pipe, fence, fd, type); in trace_context_create_fence_fd()
2385 TR_CTX_INIT(create_fence_fd); in trace_context_create()
/third_party/mesa3d/src/mesa/main/
Dexternalobjects.c637 pipe->create_fence_fd(pipe, &semObj->fence, fd, PIPE_FD_TYPE_SYNCOBJ); in import_semaphoreobj_fd()
/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_context.c1654 vctx->base.create_fence_fd = virgl_create_fence_fd; in virgl_context_create()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_context.c4485 ctx->base.create_fence_fd = zink_create_fence_fd; in zink_context_create()