Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_debug.c137 if (!pipe->set_debug_callback) in st_update_debug_callback()
146 pipe->set_debug_callback(pipe, &cb); in st_update_debug_callback()
148 pipe->set_debug_callback(pipe, NULL); in st_update_debug_callback()
/external/mesa3d/src/gallium/frontends/clover/core/
Dqueue.cpp57 if (pipe->set_debug_callback) in command_queue()
58 pipe->set_debug_callback(pipe, &cb); in command_queue()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_context.c179 pctx->set_debug_callback = vc4_set_debug_callback; in vc4_context_create()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_misc.c250 svga->pipe.set_debug_callback = svga_set_debug_callback; in svga_init_misc_functions()
/external/mesa3d/src/gallium/drivers/v3d/
Dv3d_context.c310 pctx->set_debug_callback = v3d_set_debug_callback; in v3d_context_create()
/external/mesa3d/src/gallium/drivers/lima/
Dlima_context.c219 ctx->base.set_debug_callback = lima_set_debug_callback; in lima_context_create()
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_screen.c389 context->pipe.set_debug_callback = nouveau_set_debug_callback; in nouveau_context_init()
/external/mesa3d/src/gallium/drivers/iris/
Diris_context.c312 ctx->set_debug_callback = iris_set_debug_callback; in iris_create_context()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_context.c246 softpipe->pipe.set_debug_callback = softpipe_set_debug_callback; in softpipe_create_context()
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h440 void (*set_debug_callback)(struct pipe_context *, member
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_context.c433 pctx->set_debug_callback = fd_set_debug_callback; in fd_context_init()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_context.c599 pctx->set_debug_callback = etna_set_debug_callback; in etna_context_create()
/external/mesa3d/src/gallium/drivers/tegra/
Dtegra_context.c580 context->gpu->set_debug_callback(context->gpu, callback); in tegra_set_debug_callback()
1315 context->base.set_debug_callback = tegra_set_debug_callback; in tegra_screen_context_create()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.c598 rctx->b.set_debug_callback = r600_set_debug_callback; in r600_common_context_init()
/external/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.c1970 pipe->set_debug_callback(pipe, cb); in tc_set_debug_callback()
2881 CTX_INIT(set_debug_callback); in threaded_context_create()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.c559 sctx->b.set_debug_callback = si_set_debug_callback; in si_create_context()
/external/mesa3d/docs/gallium/
Dcontext.rst120 * ``set_debug_callback`` sets the callback to be used for reporting