Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Ddebug_output.c66 struct gl_debug_namespace Namespaces[MESA_DEBUG_SOURCE_COUNT][MESA_DEBUG_TYPE_COUNT];
409 for (s = 0; s < MESA_DEBUG_SOURCE_COUNT; s++) { in debug_create()
445 for (s = 0; s < MESA_DEBUG_SOURCE_COUNT; s++) { in debug_make_group_writable()
479 for (s = 0; s < MESA_DEBUG_SOURCE_COUNT; s++) { in debug_clear_group()
568 if (source == MESA_DEBUG_SOURCE_COUNT) { in debug_set_message_enable_all()
570 smax = MESA_DEBUG_SOURCE_COUNT; in debug_set_message_enable_all()
Dmenums.h160 MESA_DEBUG_SOURCE_COUNT enumerator