Home
last modified time | relevance | path

Searched refs:debug_output (Results 1 – 9 of 9) sorted by relevance

/external/rust/crates/libfuzzer-sys/ci/
Dscript.sh38 RUST_LIBFUZZER_DEBUG_PATH=$(pwd)/debug_output \
41 cat $(pwd)/debug_output
42 grep -q Rgb $(pwd)/debug_output
/external/mesa3d/src/broadcom/compiler/
Dvir.c511 void (*debug_output)(const char *msg, in vir_compile_init()
525 c->debug_output = debug_output; in vir_compile_init()
1223 void (*debug_output)(const char *msg, in v3d_compile()
1233 debug_output, debug_output_data, in v3d_compile()
1253 c->debug_output(debug_msg, c->debug_output_data); in v3d_compile()
1274 c->debug_output(shaderdb, c->debug_output_data); in v3d_compile()
Dv3d_compiler.h545 void (*debug_output)(const char *msg, member
851 void (*debug_output)(const char *msg,
/external/mesa3d/docs/relnotes/
D20.1.8.rst104 - mesa/st: release debug_output after destroying the context
D20.2.0.rst3741 - mesa/st: release debug_output after destroying the context
/external/mesa3d/src/mesa/
DMakefile.sources60 main/debug_output.c \
61 main/debug_output.h \
Dmeson.build109 'main/debug_output.c',
110 'main/debug_output.h',
/external/igt-gpu-tools/tools/
Dintel_reg_decode.c785 _DEBUGSTRING((*debug_output));
2707 if (r->debug_output) { in intel_reg_spec_decode()
2708 if (r->debug_output(tmp, sizeof(tmp), r->reg, in intel_reg_spec_decode()
/external/python/pyserial/documentation/
Dpyserial_api.rst904 .. method:: __init__(serial_port, connection, debug_output=False)
909 :param debug_output: enables debug messages: a :class:`logging.Logger`
927 For diagnostics of the connection or the implementation, *debug_output*