Home
last modified time | relevance | path

Searched refs:set_debug_callback (Results 1 – 22 of 22) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/clover/core/
Dqueue.cpp58 if (pipe->set_debug_callback) in command_queue()
59 pipe->set_debug_callback(pipe, &cb); in command_queue()
84 if (pipe->set_debug_callback) in command_queue()
85 pipe->set_debug_callback(pipe, &cb); in command_queue()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_context.c175 pctx->set_debug_callback = vc4_set_debug_callback; in vc4_context_create()
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_context.c194 i915->base.set_debug_callback = i915_set_debug_callback; in i915_create_context()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_misc.c250 svga->pipe.set_debug_callback = svga_set_debug_callback; in svga_init_misc_functions()
/third_party/mesa3d/src/mesa/main/
Ddebug_output.c746 if (!pipe->set_debug_callback) in _mesa_update_debug_callback()
755 pipe->set_debug_callback(pipe, &cb); in _mesa_update_debug_callback()
757 pipe->set_debug_callback(pipe, NULL); in _mesa_update_debug_callback()
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_context.c222 ctx->base.set_debug_callback = lima_set_debug_callback; in lima_context_create()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_context.c267 ctx->set_debug_callback = crocus_set_debug_callback; in crocus_create_context()
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_context.c234 softpipe->pipe.set_debug_callback = softpipe_set_debug_callback; in softpipe_create_context()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_context.c363 pctx->set_debug_callback = v3d_set_debug_callback; in v3d_context_create()
/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_screen.c398 context->pipe.set_debug_callback = nouveau_set_debug_callback; in nouveau_context_init()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_context.c323 ctx->set_debug_callback = iris_set_debug_callback; in iris_create_context()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_context.h523 void (*set_debug_callback)(struct pipe_context *, member
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_context.c397 r300->context.set_debug_callback = r300_set_debug_callback;
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_context.c634 pctx->set_debug_callback = fd_set_debug_callback; in fd_context_init()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_context.c609 pctx->set_debug_callback = etna_set_debug_callback; in etna_context_create()
/third_party/mesa3d/src/gallium/drivers/tegra/
Dtegra_context.c609 context->gpu->set_debug_callback(context->gpu, callback); in tegra_set_debug_callback()
1362 context->base.set_debug_callback = tegra_set_debug_callback; in tegra_screen_context_create()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_context.c1977 context->set_debug_callback(context, cb); in trace_context_set_debug_callback()
2411 TR_CTX_INIT(set_debug_callback); in trace_context_create()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.c600 rctx->b.set_debug_callback = r600_set_debug_callback; in r600_common_context_init()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.c2875 pipe->set_debug_callback(pipe, NULL); in tc_set_debug_callback()
2877 pipe->set_debug_callback(pipe, cb); in tc_set_debug_callback()
4594 CTX_INIT(set_debug_callback); in threaded_context_create()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.c607 sctx->b.set_debug_callback = si_set_debug_callback; in si_create_context()
/third_party/mesa3d/docs/gallium/
Dcontext.rst124 * ``set_debug_callback`` sets the callback to be used for reporting
/third_party/mesa3d/docs/relnotes/
D21.2.0.rst3866 - aux/trace: add pipe_context::set_debug_callback hook