Searched refs:DBG_USER (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dnine_debug.h83 #define DBG_USER (1<<24) macro
109 (!(x) ? (DBG_FLAG(DBG_USER, "User assertion failed: `%s'\n", #x), TRUE) \
117 if ((x)) { DBG_FLAG(DBG_USER, "User warning: `%s'\n", #x); }
H A Dnine_debug.c53 { "user", DBG_USER, "User errors, both fixable and unfixable." },
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dnine_debug.h84 #define DBG_USER (1<<24) macro
110 (!(x) ? (DBG_FLAG(DBG_USER, "User assertion failed: `%s'\n", #x), TRUE) \
118 if ((x)) { DBG_FLAG(DBG_USER, "User warning: `%s'\n", #x); }
H A Dnine_debug.c53 { "user", DBG_USER, "User errors, both fixable and unfixable." },

Completed in 3 milliseconds