Home
last modified time | relevance | path

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

/external/virglrenderer/src/gallium/auxiliary/util/
Du_debug.h119 #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/
Dlp_debug.h82 debug_vprintf( fmt, args ); in LP_DBG()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_debug.h67 debug_vprintf( fmt, args ); in SVGA_DBG()
/external/mesa3d/src/mesa/state_tracker/
Dst_debug.h76 debug_vprintf( fmt, args ); in ST_DBG()
/external/mesa3d/src/gallium/auxiliary/util/
Du_debug.h122 #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/
Di915_debug.h64 debug_vprintf(fmt, args); in I915_DBG()
Di915_debug_fp.c44 debug_vprintf( fmt, args ); in PRINTF()
Di915_debug.c78 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/
Dnine_debug.c107 debug_vprintf(fmt, ap); in _nine_debug_printf()