Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_debug.c172 if (!pipe->set_debug_callback) in st_update_debug_callback()
181 pipe->set_debug_callback(pipe, &cb); in st_update_debug_callback()
183 pipe->set_debug_callback(pipe, NULL); in st_update_debug_callback()
/external/mesa3d/src/gallium/state_trackers/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/svga/
Dsvga_pipe_misc.c237 svga->pipe.set_debug_callback = svga_set_debug_callback; in svga_init_misc_functions()
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_screen.c302 context->pipe.set_debug_callback = nouveau_set_debug_callback; in nouveau_context_init()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_context.c292 pctx->set_debug_callback = fd_set_debug_callback; in fd_context_init()
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h313 void (*set_debug_callback)(struct pipe_context *, member
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_context.c450 pctx->set_debug_callback = etna_set_debug_callback; in etna_context_create()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.c262 sctx->b.b.set_debug_callback = si_set_debug_callback; in si_create_context()
/external/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.c1823 pipe->set_debug_callback(pipe, cb); in tc_set_debug_callback()
2661 CTX_INIT(set_debug_callback); in threaded_context_create()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.c664 rctx->b.set_debug_callback = r600_set_debug_callback; in r600_common_context_init()
/external/mesa3d/src/gallium/docs/source/
Dcontext.rst101 * ``set_debug_callback`` sets the callback to be used for reporting