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 Dnine_debug.c54 { "error", DBG_ERROR, "Driver errors, always visible." },
67 static unsigned long dbg_flags = DBG_ERROR | DBG_WARN;
H A Dnine_debug.h34 #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 Dnine_debug.c54 { "error", DBG_ERROR, "Driver errors, always visible." },
67 static unsigned long dbg_flags = DBG_ERROR | DBG_WARN;
H A Dnine_debug.h35 #define ERR(fmt, ...) _nine_debug_printf(DBG_ERROR, __FUNCTION__, fmt, ## __VA_ARGS__)
85 #define DBG_ERROR (1<<25) macro

Completed in 4 milliseconds