Searched refs:debug_vprintf (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/mesa/state_tracker/ |
D | st_debug.h | 66 debug_vprintf( fmt, args ); in ST_DBG()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_debug.h | 81 debug_vprintf( fmt, args ); in LP_DBG()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_debug.h | 68 debug_vprintf( fmt, args ); in SVGA_DBG()
|
/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/util/ |
D | u_debug.h | 121 #define debug_vprintf(_format, _ap) _debug_vprintf(_format, _ap) macro 123 #define debug_vprintf(_format, _ap) ((void)0) macro
|
/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
|