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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dmenums.h161 MESA_DEBUG_SOURCE_COUNT enumerator in enum:mesa_debug_source
H A Ddebug_output.c64 struct gl_debug_namespace Namespaces[MESA_DEBUG_SOURCE_COUNT][MESA_DEBUG_TYPE_COUNT];
422 for (s = 0; s < MESA_DEBUG_SOURCE_COUNT; s++) {
458 for (s = 0; s < MESA_DEBUG_SOURCE_COUNT; s++) {
492 for (s = 0; s < MESA_DEBUG_SOURCE_COUNT; s++) {
581 if (source == MESA_DEBUG_SOURCE_COUNT) {
583 smax = MESA_DEBUG_SOURCE_COUNT;
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dmenums.h160 MESA_DEBUG_SOURCE_COUNT enumerator in enum:mesa_debug_source
H A Ddebug_output.c64 struct gl_debug_namespace Namespaces[MESA_DEBUG_SOURCE_COUNT][MESA_DEBUG_TYPE_COUNT];
407 for (s = 0; s < MESA_DEBUG_SOURCE_COUNT; s++) {
443 for (s = 0; s < MESA_DEBUG_SOURCE_COUNT; s++) {
477 for (s = 0; s < MESA_DEBUG_SOURCE_COUNT; s++) {
566 if (source == MESA_DEBUG_SOURCE_COUNT) {
568 smax = MESA_DEBUG_SOURCE_COUNT;

Completed in 5 milliseconds