Searched refs:_debug_vprintf (Results 1 – 14 of 14) sorted by relevance
/external/virglrenderer/src/mesa/util/ |
D | u_debug.h | 64 void _debug_vprintf(const char *format, va_list ap); 72 _debug_vprintf(format, ap); in _debug_printf() 96 _debug_vprintf(format, ap); in debug_printf() 122 #define debug_vprintf(_format, _ap) _debug_vprintf(_format, _ap)
|
D | u_debug.c | 49 _debug_vprintf(const char *format, va_list ap) in _debug_vprintf() function
|
/external/mesa3d/src/util/ |
D | u_debug.h | 63 void _debug_vprintf(const char *format, va_list ap); 71 _debug_vprintf(format, ap); in _debug_printf() 95 _debug_vprintf(format, ap); in debug_printf() 121 #define debug_vprintf(_format, _ap) _debug_vprintf(_format, _ap)
|
D | u_debug.c | 50 _debug_vprintf(const char *format, va_list ap) in _debug_vprintf() function
|
/external/mesa3d/src/gallium/frontends/xvmc/ |
D | xvmc_private.h | 120 _debug_vprintf(fmt, ap); in XVMC_MSG()
|
/external/mesa3d/src/gallium/frontends/nine/ |
D | nine_debug.c | 104 _debug_vprintf(fmt, ap); in _nine_debug_printf()
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_sanity.c | 162 _debug_vprintf( format, args ); in report_error() 181 _debug_vprintf( format, args ); in report_warning()
|
D | tgsi_dump.c | 70 _debug_vprintf(format, ap); in dump_ctx_printf()
|
D | tgsi_text.c | 376 _debug_vprintf(format, args); in report_error()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_sanity.c | 163 _debug_vprintf( format, args ); in report_error() 182 _debug_vprintf( format, args ); in report_warning()
|
D | tgsi_dump.c | 70 _debug_vprintf(format, ap); in dump_ctx_printf()
|
/external/mesa3d/src/gallium/auxiliary/postprocess/ |
D | pp_init.c | 249 _debug_vprintf(fmt, ap); in pp_debug()
|
/external/mesa3d/src/gallium/frontends/vdpau/ |
D | vdpau_private.h | 571 _debug_vprintf(fmt, ap); in VDPAU_MSG()
|
/external/mesa3d/src/freedreno/ir3/ |
D | ir3_context.c | 416 _debug_vprintf(format, ap); in ir3_context_error()
|