Home
last modified time | relevance | path

Searched refs:create_fence (Results 1 - 11 of 11) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_context.h57 tc_create_fence_func create_fence; member
H A Dtr_screen.c312 trace_dump_call_begin("pipe_context", "create_fence"); in trace_context_create_fence()
317 struct pipe_fence_handle *ret = tr_ctx->create_fence(pipe, token); in trace_context_create_fence()
370 tr_ctx->create_fence = options->create_fence; in trace_context_create_threaded()
374 if (options->create_fence) in trace_context_create_threaded()
375 options->create_fence = trace_context_create_fence; in trace_context_create_threaded()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_threaded_context.h118 * create_fence callback is provided. This affects fence semantics as follows.
121 * use the create_fence callback to pre-create the fence from the calling
229 /* fence is pre-populated with a fence created by the create_fence callback */
451 tc_create_fence_func create_fence; member
H A Du_threaded_context.c3055 if (async && tc->options.create_fence) { in tc_flush()
3069 tc->options.create_fence(pipe, next->token)); in tc_flush()
/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddri_helpers.c230 .create_fence = dri2_create_fence,
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_context.c77 * us in the create_fence callback that it needs an fd.
701 .create_fence = fd_fence_create_unflushed, in fd_context_init_tc()
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
H A Dnoop_pipe.c461 .create_fence = noop_create_fence, in noop_create_context()
/third_party/mesa3d/include/GL/internal/
H A Ddri_interface.h337 void *(*create_fence)(__DRIcontext *ctx); member
386 * is -1, this behaves similarly to create_fence() except that when
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_pipe.c890 .create_fence = sscreen->info.is_amdgpu ? in si_pipe_create_context()
/third_party/mesa3d/src/egl/drivers/dri2/
H A Degl_dri2.c3407 dri2_sync->fence = dri2_dpy->fence->create_fence(dri2_ctx->dri_context); in dri2_create_sync()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_context.c4653 .create_fence = zink_create_tc_fence_for_tc, in zink_context_create()

Completed in 30 milliseconds