Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstgldebug.c123 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()
Dgstgldebug.h46 gchar *debug_msg; member
/third_party/mesa3d/src/broadcom/compiler/
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()
[all …]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dloop_dependence_helpers.cpp478 void LoopDependenceAnalysis::PrintDebug(std::string debug_msg) { in PrintDebug() argument
480 (*debug_stream_) << debug_msg << "\n"; in PrintDebug()
Dloop_dependence.h554 void PrintDebug(std::string debug_msg);
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_dependence_helpers.cpp478 void LoopDependenceAnalysis::PrintDebug(std::string debug_msg) { in PrintDebug() argument
480 (*debug_stream_) << debug_msg << "\n"; in PrintDebug()
Dloop_dependence.h554 void PrintDebug(std::string debug_msg);
/third_party/spirv-tools/source/opt/
Dloop_dependence_helpers.cpp478 void LoopDependenceAnalysis::PrintDebug(std::string debug_msg) { in PrintDebug() argument
480 (*debug_stream_) << debug_msg << "\n"; in PrintDebug()
Dloop_dependence.h554 void PrintDebug(std::string debug_msg);