Home
last modified time | relevance | path

Searched refs:debug_msg (Results 1 - 8 of 8) sorted by relevance

/third_party/mesa3d/src/broadcom/compiler/
H A Dvir.c1789 char *debug_msg; in v3d_compile() local
1790 int ret = asprintf(&debug_msg, in v3d_compile()
1799 fprintf(stderr, "%s\n", debug_msg); in v3d_compile()
1801 c->debug_output(debug_msg, c->debug_output_data); in v3d_compile()
1802 free(debug_msg); in v3d_compile()
1847 char *debug_msg; in v3d_compile() local
1848 int ret = asprintf(&debug_msg, in v3d_compile()
1856 fprintf(stderr, "%s\n", debug_msg); in v3d_compile()
1857 c->debug_output(debug_msg, c->debug_output_data); in v3d_compile()
1858 free(debug_msg); in v3d_compile()
1881 char *debug_msg; v3d_compile() local
[all...]
/third_party/musl/include/info/linux/
H A Dfatal_message.h31 typedef struct debug_msg { struct
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dloop_dependence_helpers.cpp478 void LoopDependenceAnalysis::PrintDebug(std::string debug_msg) { in PrintDebug() argument
480 (*debug_stream_) << debug_msg << "\n"; in PrintDebug()
H A Dloop_dependence.h552 // Prints |debug_msg| and "\n" to the ostream pointed to by |debug_stream_|.
554 void PrintDebug(std::string debug_msg);
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dloop_dependence_helpers.cpp478 void LoopDependenceAnalysis::PrintDebug(std::string debug_msg) { in PrintDebug() argument
480 (*debug_stream_) << debug_msg << "\n"; in PrintDebug()
H A Dloop_dependence.h552 // Prints |debug_msg| and "\n" to the ostream pointed to by |debug_stream_|.
554 void PrintDebug(std::string debug_msg);
/third_party/spirv-tools/source/opt/
H A Dloop_dependence_helpers.cpp476 void LoopDependenceAnalysis::PrintDebug(std::string debug_msg) { in PrintDebug() argument
478 (*debug_stream_) << debug_msg << "\n"; in PrintDebug()
H A Dloop_dependence.h552 // Prints |debug_msg| and "\n" to the ostream pointed to by |debug_stream_|.
554 void PrintDebug(std::string debug_msg);

Completed in 9 milliseconds