Searched refs:set_debug_callback (Results 1 - 25 of 36) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_debug.c130 if (!pipe->set_debug_callback)
139 pipe->set_debug_callback(pipe, &cb);
141 pipe->set_debug_callback(pipe, NULL);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_debug.c172 if (!pipe->set_debug_callback)
181 pipe->set_debug_callback(pipe, &cb);
183 pipe->set_debug_callback(pipe, NULL);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/
H A Dqueue.cpp57 if (pipe->set_debug_callback)
58 pipe->set_debug_callback(pipe, &cb);
83 if (pipe->set_debug_callback)
84 pipe->set_debug_callback(pipe, &cb);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/
H A Dqueue.cpp57 if (pipe->set_debug_callback)
58 pipe->set_debug_callback(pipe, &cb);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_context.c175 pctx->set_debug_callback = vc4_set_debug_callback;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/
H A Dv3d_context.c190 pctx->set_debug_callback = v3d_set_debug_callback;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_context.c179 pctx->set_debug_callback = vc4_set_debug_callback;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_pipe_misc.c237 svga->pipe.set_debug_callback = svga_set_debug_callback;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_context.c52 * The pipe->set_debug_callback() driver hook.
174 ctx->set_debug_callback = iris_set_debug_callback;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/
H A Dnouveau_screen.c312 context->pipe.set_debug_callback = nouveau_set_debug_callback;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_context.c194 i915->base.set_debug_callback = i915_set_debug_callback;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/
H A Dlima_context.c220 ctx->base.set_debug_callback = lima_set_debug_callback;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_pipe_misc.c250 svga->pipe.set_debug_callback = svga_set_debug_callback;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_context.h340 void (*set_debug_callback)(struct pipe_context *, member in struct:pipe_context
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_context.c370 pctx->set_debug_callback = fd_set_debug_callback;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_context.c39 * The pipe->set_debug_callback() driver hook.
267 ctx->set_debug_callback = crocus_set_debug_callback;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_context.c40 * The pipe->set_debug_callback() driver hook.
315 ctx->set_debug_callback = iris_set_debug_callback;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/
H A Dnouveau_screen.c399 context->pipe.set_debug_callback = nouveau_set_debug_callback;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/
H A Dv3d_context.c373 pctx->set_debug_callback = v3d_set_debug_callback;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_context.c246 softpipe->pipe.set_debug_callback = softpipe_set_debug_callback;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_context.c451 pctx->set_debug_callback = etna_set_debug_callback;
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_context.h507 void (*set_debug_callback)(struct pipe_context *, member in struct:pipe_context
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_context.c635 pctx->set_debug_callback = etna_set_debug_callback;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_context.c629 pctx->set_debug_callback = fd_set_debug_callback;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/tegra/
H A Dtegra_context.c580 context->gpu->set_debug_callback(context->gpu, callback);
1315 context->base.set_debug_callback = tegra_set_debug_callback;

Completed in 20 milliseconds

12