Searched refs:debug_output (Results 1 – 7 of 7) sorted by relevance
/third_party/boost/libs/graph_parallel/test/ |
D | adjlist_redist_test.cpp | 109 void test_redistribution(int n, double p, int iterations, bool debug_output) in test_redistribution() argument 136 if (debug_output) in test_redistribution() 163 if (debug_output) { in test_redistribution() 185 bool debug_output = false; in test_main() local 192 if (argc > 4) debug_output = true; in test_main() 212 test_redistribution<UnstableUDGraph>(n, p, iterations, debug_output); in test_main() 213 test_redistribution<StableUDGraph>(n, p, iterations, debug_output); in test_main()
|
/third_party/mesa3d/src/broadcom/compiler/ |
D | vir.c | 538 void (*debug_output)(const char *msg, in vir_compile_init() 558 c->debug_output = debug_output; in vir_compile_init() 1681 void (*debug_output)(const char *msg, in v3d_compile() 1705 c->debug_output(debug_msg, c->debug_output_data); in v3d_compile() 1713 debug_output, debug_output_data, in v3d_compile() 1744 c->debug_output(debug_msg, c->debug_output_data); in v3d_compile() 1768 c->debug_output(shaderdb, c->debug_output_data); in v3d_compile()
|
D | v3d_compiler.h | 594 void (*debug_output)(const char *msg, member 1016 void (*debug_output)(const char *msg,
|
/third_party/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
|
/third_party/mesa3d/src/mesa/ |
D | meson.build | 109 'main/debug_output.c', 110 'main/debug_output.h',
|
/third_party/mesa3d/ohos/ |
D | dependency_inputs.gni | 5729 ../src/mesa/main/debug_output.c 5730 ../src/mesa/main/debug_output.h
|