Searched refs:_nine_debug_printf (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/ |
| H A D | nine_debug.h | 29 _nine_debug_printf( unsigned long flag, 34 #define ERR(fmt, ...) _nine_debug_printf(DBG_ERROR, __FUNCTION__, fmt, ## __VA_ARGS__) 37 #define WARN(fmt, ...) _nine_debug_printf(DBG_WARN, __FUNCTION__, fmt, ## __VA_ARGS__) 43 _nine_debug_printf(DBG_WARN, __FUNCTION__, fmt, ## __VA_ARGS__); \ 53 _nine_debug_printf(flag, __FUNCTION__, fmt, ## __VA_ARGS__)
|
| H A D | nine_debug.c | 61 _nine_debug_printf( unsigned long flag, function in typeref:typename:void
|
| H A D | nine_shader.c | 40 #define DUMP(args...) _nine_debug_printf(DBG_CHANNEL, NULL, args)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/ |
| H A D | nine_debug.h | 30 _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__)
|
| H A D | nine_debug.c | 61 _nine_debug_printf( unsigned long flag, function in typeref:typename:void
|
| H A D | nine_shader.c | 41 #define DUMP(args...) _nine_debug_printf(DBG_CHANNEL, NULL, args)
|
Completed in 16 milliseconds