Home
last modified time | relevance | path

Searched refs:DBG_ERROR (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_debug.c54 { "error", DBG_ERROR, "Driver errors, always visible." },
67 static unsigned long dbg_flags = DBG_ERROR | DBG_WARN; in _nine_debug_printf()
Dnine_debug.h34 #define ERR(fmt, ...) _nine_debug_printf(DBG_ERROR, __FUNCTION__, fmt, ## __VA_ARGS__)
84 #define DBG_ERROR (1<<25) macro