HomeSort by: relevance | last modified time | path
    Searched refs:set_debug_callback (Results 1 - 25 of 33) sorted by relevancy

1 2

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

Completed in 25 milliseconds

1 2