OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DBG_USER
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/state_trackers/nine/
nine_debug.h
83
#define
DBG_USER
(1<<24)
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); }
nine_debug.c
53
{ "user",
DBG_USER
, "User errors, both fixable and unfixable." },
Completed in 60 milliseconds