Lines Matching refs:Namespaces
64 struct gl_debug_namespace Namespaces[MESA_DEBUG_SOURCE_COUNT][MESA_DEBUG_TYPE_COUNT];
409 debug_namespace_init(&debug->Groups[0]->Namespaces[s][t]);
445 if (!debug_namespace_copy(&dst->Namespaces[s][t],
446 &src->Namespaces[s][t])) {
449 debug_namespace_clear(&dst->Namespaces[s][t]);
452 debug_namespace_clear(&dst->Namespaces[s][t]);
479 debug_namespace_clear(&grp->Namespaces[s][t]);
540 ns = &debug->Groups[gstack]->Namespaces[source][type];
585 &debug->Groups[gstack]->Namespaces[s][t];
603 struct gl_debug_namespace *nspace = &grp->Namespaces[source][type];