Searched refs:debug_vprintf (Results 1 – 9 of 9) sorted by relevance
/external/virglrenderer/src/gallium/auxiliary/util/ |
D | u_debug.h | 119 #define debug_vprintf(_format, _ap) _debug_vprintf(_format, _ap) macro 121 #define debug_vprintf(_format, _ap) ((void)0) macro
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_debug.h | 82 debug_vprintf( fmt, args ); in LP_DBG()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_debug.h | 67 debug_vprintf( fmt, args ); in SVGA_DBG()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_debug.h | 76 debug_vprintf( fmt, args ); in ST_DBG()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_debug.h | 122 #define debug_vprintf(_format, _ap) _debug_vprintf(_format, _ap) macro 124 #define debug_vprintf(_format, _ap) ((void)0) macro
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_debug.h | 64 debug_vprintf(fmt, args); in I915_DBG()
|
D | i915_debug_fp.c | 44 debug_vprintf( fmt, args ); in PRINTF()
|
D | i915_debug.c | 78 debug_vprintf( fmt, args ); in PRINTF() 240 debug_vprintf( fmt, args ); in BITS() 273 debug_vprintf( fmt, args ); in FLAG()
|
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | nine_debug.c | 107 debug_vprintf(fmt, ap); in _nine_debug_printf()
|