Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/nine/
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); }
Dnine_debug.c53 { "user", DBG_USER, "User errors, both fixable and unfixable." },