Searched refs:debug_output (Results 1 – 8 of 8) sorted by relevance
/external/rust/crates/libfuzzer-sys/ci/ |
D | script.sh | 36 RUST_LIBFUZZER_DEBUG_PATH=$(pwd)/debug_output \ 39 cat $(pwd)/debug_output 40 grep -q Rgb $(pwd)/debug_output
|
/external/mesa3d/src/broadcom/compiler/ |
D | vir.c | 511 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()
|
D | v3d_compiler.h | 545 void (*debug_output)(const char *msg, member 851 void (*debug_output)(const char *msg,
|
/external/mesa3d/docs/relnotes/ |
D | 20.1.8.rst | 104 - mesa/st: release debug_output after destroying the context
|
D | 20.2.0.rst | 3741 - mesa/st: release debug_output after destroying the context
|
/external/mesa3d/src/mesa/ |
D | Makefile.sources | 60 main/debug_output.c \ 61 main/debug_output.h \
|
D | meson.build | 109 'main/debug_output.c', 110 'main/debug_output.h',
|
/external/igt-gpu-tools/tools/ |
D | intel_reg_decode.c | 785 _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()
|