Searched refs:set_debug_callback (Results 1 – 21 of 21) sorted by relevance
57 if (pipe->set_debug_callback) in command_queue()58 pipe->set_debug_callback(pipe, &cb); in command_queue()83 if (pipe->set_debug_callback) in command_queue()84 pipe->set_debug_callback(pipe, &cb); in command_queue()
130 if (!pipe->set_debug_callback) in st_update_debug_callback()139 pipe->set_debug_callback(pipe, &cb); in st_update_debug_callback()141 pipe->set_debug_callback(pipe, NULL); in st_update_debug_callback()
175 pctx->set_debug_callback = vc4_set_debug_callback; in vc4_context_create()
194 i915->base.set_debug_callback = i915_set_debug_callback; in i915_create_context()
250 svga->pipe.set_debug_callback = svga_set_debug_callback; in svga_init_misc_functions()
220 ctx->base.set_debug_callback = lima_set_debug_callback; in lima_context_create()
267 ctx->set_debug_callback = crocus_set_debug_callback; in crocus_create_context()
399 context->pipe.set_debug_callback = nouveau_set_debug_callback; in nouveau_context_init()
373 pctx->set_debug_callback = v3d_set_debug_callback; in v3d_context_create()
315 ctx->set_debug_callback = iris_set_debug_callback; in iris_create_context()
246 softpipe->pipe.set_debug_callback = softpipe_set_debug_callback; in softpipe_create_context()
507 void (*set_debug_callback)(struct pipe_context *, member
629 pctx->set_debug_callback = fd_set_debug_callback; in fd_context_init()
620 pctx->set_debug_callback = etna_set_debug_callback; in etna_context_create()
597 context->gpu->set_debug_callback(context->gpu, callback); in tegra_set_debug_callback()1344 context->base.set_debug_callback = tegra_set_debug_callback; in tegra_screen_context_create()
1901 context->set_debug_callback(context, cb); in trace_context_set_debug_callback()2308 TR_CTX_INIT(set_debug_callback); in trace_context_create()
600 rctx->b.set_debug_callback = r600_set_debug_callback; in r600_common_context_init()
565 sctx->b.set_debug_callback = si_set_debug_callback; in si_create_context()
2695 pipe->set_debug_callback(pipe, cb); in tc_set_debug_callback()4393 CTX_INIT(set_debug_callback); in threaded_context_create()
124 * ``set_debug_callback`` sets the callback to be used for reporting
3866 - aux/trace: add pipe_context::set_debug_callback hook