/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_async_debug.c | 39 struct util_debug_message *msg; in u_async_debug_message() 57 struct util_debug_message *new_msg = in u_async_debug_message() 104 const struct util_debug_message *msg = &adbg->messages[i]; in _u_async_debug_drain()
|
H A D | u_async_debug.h | 44 struct util_debug_message { struct 56 struct util_debug_message *messages;
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_pipe_depthstencil.c | 168 util_debug_message(&svga->debug.callback, CONFORMANCE, in svga_create_depth_stencil_state() 175 util_debug_message(&svga->debug.callback, CONFORMANCE, in svga_create_depth_stencil_state()
|
H A D | svga_state_need_swtnl.c | 139 util_debug_message(&svga->debug.callback, FALLBACK, in update_need_pipeline()
|
H A D | svga_pipe_blend.c | 281 util_debug_message(&svga->debug.callback, CONFORMANCE, in emulate_logicop() 285 util_debug_message(&svga->debug.callback, CONFORMANCE, in emulate_logicop()
|
H A D | svga_draw_arrays.c | 294 util_debug_message(&svga->debug.callback, PERF_INFO, in svga_hwtnl_draw_arrays()
|
H A D | svga_pipe_draw.c | 321 util_debug_message(&svga->debug.callback, INFO, "%s", msg); in svga_draw_vbo()
|
H A D | svga_pipe_rasterizer.c | 414 util_debug_message(&svga->debug.callback, CONFORMANCE, in svga_create_rasterizer_state()
|
/third_party/mesa3d/src/util/ |
H A D | u_debug.h | 277 #define util_debug_message(cb, type, fmt, ...) do { \ macro
|
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
H A D | nouveau_fence.c | 228 util_debug_message(debug, PERF_INFO, in nouveau_fence_wait()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_util.h | 128 util_debug_message(__d, type, __VA_ARGS__); \
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_context.h | 432 util_debug_message(&vc4->debug, PERF_INFO, __VA_ARGS__); \
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_state_shader.c | 116 util_debug_message(&softpipe->debug, SHADER_INFO, "%s shader: %d inst, %d loops, %d temps, %d const, %d imm", in softpipe_shader_db()
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3d_context.h | 651 util_debug_message(&v3d->debug, PERF_INFO, __VA_ARGS__); \
|
H A D | v3d_program.c | 351 util_debug_message(&v3d->debug, SHADER_INFO, "%s", message); in v3d_shader_debug_output()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/ |
H A D | ir3_gallium.c | 64 * The only case where util_debug_message() is used in the initial-variants 83 util_debug_message( in dump_shader_info()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_fence.c | 331 util_debug_message(&ice->dbg, CONFORMANCE, "%s", in iris_fence_await()
|
H A D | iris_context.h | 862 util_debug_message(dbg, PERF_INFO, __VA_ARGS__); \
|
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/ |
H A D | nir.c | 443 util_debug_message(debug, SHADER_INFO, "%s", shaderdb); in gpir_print_shader_db()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_context.h | 760 util_debug_message(dbg, PERF_INFO, __VA_ARGS__); \
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_shader.c | 384 util_debug_message(debug, SHADER_INFO, in dump_shader_info()
|
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | radeon_compiler.c | 420 util_debug_message(c->debug, SHADER_INFO, "%s shader: %u inst, %u vinst, %u sinst, %u predicate, %u flowcontrol, %u loops, %u tex, %u presub, %u omod, %u temps, %u consts, %u lits", in print_stats()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_shader.c | 990 util_debug_message(debug, SHADER_INFO, "Shader Disassembly Begin"); in si_shader_dump_disassembly() 1000 util_debug_message(debug, SHADER_INFO, "%.*s", count, disasm + line); in si_shader_dump_disassembly() 1006 util_debug_message(debug, SHADER_INFO, "Shader Disassembly End"); in si_shader_dump_disassembly() 1083 util_debug_message(debug, SHADER_INFO, in si_shader_dump_stats_for_shader_db()
|
H A D | si_shader_llvm.c | 60 util_debug_message(diag->debug, SHADER_INFO, "LLVM diagnostic (%s): %s", severity_str, in si_diagnostic_handler() 108 util_debug_message(debug, SHADER_INFO, "LLVM compilation failed"); in si_compile_llvm()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_program.c | 458 util_debug_message(debug, SHADER_INFO, in nv50_program_translate()
|