Home
last modified time | relevance | path

Searched refs:_nine_debug_printf (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/frontends/nine/
Dnine_debug.h30 _nine_debug_printf( unsigned long flag,
35 #define ERR(fmt, ...) _nine_debug_printf(DBG_ERROR, __FUNCTION__, fmt, ## __VA_ARGS__)
38 #define WARN(fmt, ...) _nine_debug_printf(DBG_WARN, __FUNCTION__, fmt, ## __VA_ARGS__)
44 _nine_debug_printf(DBG_WARN, __FUNCTION__, fmt, ## __VA_ARGS__); \
54 _nine_debug_printf(flag, __FUNCTION__, fmt, ## __VA_ARGS__)
Dnine_debug.c61 _nine_debug_printf( unsigned long flag, in _nine_debug_printf() function
Dnine_shader.c41 #define DUMP(args...) _nine_debug_printf(DBG_CHANNEL, NULL, args)