Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_debug.h56 void _debug_vprintf(const char *format, va_list ap);
64 _debug_vprintf(format, ap); in _debug_printf()
88 _debug_vprintf(format, ap); in debug_printf()
117 #define debug_vprintf(_format, _ap) _debug_vprintf(_format, _ap)
Du_debug.c49 void _debug_vprintf(const char *format, va_list ap) in _debug_vprintf() function
/external/mesa3d/src/gallium/state_trackers/xvmc/
Dxvmc_private.h120 _debug_vprintf(fmt, ap); in XVMC_MSG()
/external/mesa3d/src/gallium/drivers/r600/
Devergreen_compute.h65 _debug_vprintf(fmt, ap); in COMPUTE_DBG()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_sanity.c162 _debug_vprintf( format, args ); in report_error()
181 _debug_vprintf( format, args ); in report_warning()
Dtgsi_dump.c60 _debug_vprintf(format, ap); in dump_ctx_printf()
/external/mesa3d/src/gallium/state_trackers/vdpau/
Dvdpau_private.h493 _debug_vprintf(fmt, ap); in VDPAU_MSG()
/external/mesa3d/src/gallium/auxiliary/postprocess/
Dpp_init.c191 _debug_vprintf(fmt, ap); in pp_debug()
/external/mesa3d/src/gallium/state_trackers/xorg/
Dxorg_exa.c63 _debug_vprintf(format, ap); in exa_debug_printf()