Searched refs:_debug_vprintf (Results 1 - 8 of 8) sorted by relevance
/third_party/mesa3d/src/util/ |
H A D | u_debug.h | 105 void _debug_vprintf(const char *format, va_list ap); 113 _debug_vprintf(format, ap); in _debug_printf() 137 _debug_vprintf(format, ap); in debug_printf() 163 #define debug_vprintf(_format, _ap) _debug_vprintf(_format, _ap)
|
H A D | u_debug.c | 46 _debug_vprintf(const char *format, va_list ap) in _debug_vprintf() function
|
/third_party/mesa3d/src/gallium/frontends/xvmc/ |
H A D | xvmc_private.h | 120 _debug_vprintf(fmt, ap); in XVMC_MSG()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | nine_debug.c | 104 _debug_vprintf(fmt, ap); in _nine_debug_printf()
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_sanity.c | 163 _debug_vprintf( format, args ); in report_error() 182 _debug_vprintf( format, args ); in report_warning()
|
H A D | tgsi_dump.c | 70 _debug_vprintf(format, ap); in dump_ctx_printf()
|
/third_party/mesa3d/src/gallium/frontends/vdpau/ |
H A D | vdpau_private.h | 576 _debug_vprintf(fmt, ap); in VDPAU_MSG()
|
/third_party/mesa3d/src/gallium/auxiliary/postprocess/ |
H A D | pp_init.c | 249 _debug_vprintf(fmt, ap); in pp_debug()
|
Completed in 6 milliseconds