Searched defs:_debug_printf (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
H A Du_debug.h60 _debug_printf(const char *format, ...) function
186 _debug_printf("%s\n", __FUNCTION__)
198 _debug_printf("%s:%u:%s\n", __FILE__, __LINE__, __FUNCTION__)
210 _debug_printf("%s:%u:%s: warning: %s\n", __FILE__, __LINE__, __FUNCTION__, __msg)
225 _debug_printf("%s:%u:%s: one time warning: %s\n", \
241 _debug_printf("%s:%u:%s: error: %s\n", __FILE__, __LINE__, __FUNCTION__, __msg)
244 _debug_printf("error: %s\n", __msg)

Completed in 86 milliseconds