| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_debug.c | 130 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 D | st_debug.c | 172 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 D | queue.cpp | 57 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 D | queue.cpp | 57 if (pipe->set_debug_callback) 58 pipe->set_debug_callback(pipe, &cb);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_context.c | 175 pctx->set_debug_callback = vc4_set_debug_callback;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/ |
| H A D | v3d_context.c | 190 pctx->set_debug_callback = v3d_set_debug_callback;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_context.c | 179 pctx->set_debug_callback = vc4_set_debug_callback;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| H A D | svga_pipe_misc.c | 237 svga->pipe.set_debug_callback = svga_set_debug_callback;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/ |
| H A D | iris_context.c | 52 * 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 D | nouveau_screen.c | 312 context->pipe.set_debug_callback = nouveau_set_debug_callback;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/ |
| H A D | i915_context.c | 194 i915->base.set_debug_callback = i915_set_debug_callback;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ |
| H A D | lima_context.c | 220 ctx->base.set_debug_callback = lima_set_debug_callback;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| H A D | svga_pipe_misc.c | 250 svga->pipe.set_debug_callback = svga_set_debug_callback;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/ |
| H A D | p_context.h | 340 void (*set_debug_callback)(struct pipe_context *, member in struct:pipe_context
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/ |
| H A D | freedreno_context.c | 370 pctx->set_debug_callback = fd_set_debug_callback;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| H A D | crocus_context.c | 39 * 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 D | iris_context.c | 40 * 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 D | nouveau_screen.c | 399 context->pipe.set_debug_callback = nouveau_set_debug_callback;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/ |
| H A D | v3d_context.c | 373 pctx->set_debug_callback = v3d_set_debug_callback;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_context.c | 246 softpipe->pipe.set_debug_callback = softpipe_set_debug_callback;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_context.c | 451 pctx->set_debug_callback = etna_set_debug_callback;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/ |
| H A D | p_context.h | 507 void (*set_debug_callback)(struct pipe_context *, member in struct:pipe_context
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_context.c | 635 pctx->set_debug_callback = etna_set_debug_callback;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ |
| H A D | freedreno_context.c | 629 pctx->set_debug_callback = fd_set_debug_callback;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/tegra/ |
| H A D | tegra_context.c | 580 context->gpu->set_debug_callback(context->gpu, callback); 1315 context->base.set_debug_callback = tegra_set_debug_callback;
|