Searched refs:DBG_ERROR (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/ |
| H A D | nine_debug.c | 54 { "error", DBG_ERROR, "Driver errors, always visible." }, 67 static unsigned long dbg_flags = DBG_ERROR | DBG_WARN;
|
| H A D | nine_debug.h | 34 #define ERR(fmt, ...) _nine_debug_printf(DBG_ERROR, __FUNCTION__, fmt, ## __VA_ARGS__) 84 #define DBG_ERROR (1<<25) macro
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/ |
| H A D | nine_debug.c | 54 { "error", DBG_ERROR, "Driver errors, always visible." }, 67 static unsigned long dbg_flags = DBG_ERROR | DBG_WARN;
|
| H A D | nine_debug.h | 35 #define ERR(fmt, ...) _nine_debug_printf(DBG_ERROR, __FUNCTION__, fmt, ## __VA_ARGS__) 85 #define DBG_ERROR (1<<25) macro
|
Completed in 7 milliseconds