Searched refs:DBG_WARN (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/ |
| H A D | nine_debug.h | 37 #define WARN(fmt, ...) _nine_debug_printf(DBG_WARN, __FUNCTION__, fmt, ## __VA_ARGS__) 43 _nine_debug_printf(DBG_WARN, __FUNCTION__, fmt, ## __VA_ARGS__); \ 85 #define DBG_WARN (1<<26) macro
|
| H A D | nine_debug.c | 55 { "warn", DBG_WARN, "Driver warnings, always visible in debug builds." }, 67 static unsigned long dbg_flags = DBG_ERROR | DBG_WARN;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/ |
| H A D | nine_debug.h | 38 #define WARN(fmt, ...) _nine_debug_printf(DBG_WARN, __FUNCTION__, fmt, ## __VA_ARGS__) 44 _nine_debug_printf(DBG_WARN, __FUNCTION__, fmt, ## __VA_ARGS__); \ 86 #define DBG_WARN (1<<26) macro
|
| H A D | nine_debug.c | 55 { "warn", DBG_WARN, "Driver warnings, always visible in debug builds." }, 67 static unsigned long dbg_flags = DBG_ERROR | DBG_WARN;
|
Completed in 5 milliseconds