Searched refs:debug_msg (Results 1 – 9 of 9) sorted by relevance
| /third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
| D | gstgldebug.c | 123 if (ad->debug_msg) { in _free_async_debug_data() 124 g_free (ad->debug_msg); in _free_async_debug_data() 125 ad->debug_msg = NULL; in _free_async_debug_data() 458 ad->debug_msg = gst_info_strdup_vprintf (format, varargs); in gst_gl_async_debug_store_log_msg_valist() 480 ad->object, "%s %s", GST_STR_NULL (ad->debug_msg), msg ? msg : ""); in gst_gl_async_debug_output_log_msg()
|
| D | gstgldebug.h | 46 gchar *debug_msg; member
|
| /third_party/mesa3d/src/broadcom/compiler/ |
| D | vir.c | 1789 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() [all …]
|
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| D | loop_dependence_helpers.cpp | 478 void LoopDependenceAnalysis::PrintDebug(std::string debug_msg) { in PrintDebug() argument 480 (*debug_stream_) << debug_msg << "\n"; in PrintDebug()
|
| D | loop_dependence.h | 554 void PrintDebug(std::string debug_msg);
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| D | loop_dependence_helpers.cpp | 478 void LoopDependenceAnalysis::PrintDebug(std::string debug_msg) { in PrintDebug() argument 480 (*debug_stream_) << debug_msg << "\n"; in PrintDebug()
|
| D | loop_dependence.h | 554 void PrintDebug(std::string debug_msg);
|
| /third_party/spirv-tools/source/opt/ |
| D | loop_dependence_helpers.cpp | 478 void LoopDependenceAnalysis::PrintDebug(std::string debug_msg) { in PrintDebug() argument 480 (*debug_stream_) << debug_msg << "\n"; in PrintDebug()
|
| D | loop_dependence.h | 554 void PrintDebug(std::string debug_msg);
|