Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_debug.c56 { "tid", DBG_TID, "Display thread-ids." },
76 if (dbg_flags & DBG_TID) in _nine_debug_printf()
Dnine_debug.h87 #define DBG_TID (1<<27) macro