Lines Matching refs:Namespaces
64 struct gl_debug_namespace Namespaces[MESA_DEBUG_SOURCE_COUNT][MESA_DEBUG_TYPE_COUNT];
424 debug_namespace_init(&debug->Groups[0]->Namespaces[s][t]);
460 if (!debug_namespace_copy(&dst->Namespaces[s][t],
461 &src->Namespaces[s][t])) {
464 debug_namespace_clear(&dst->Namespaces[s][t]);
467 debug_namespace_clear(&dst->Namespaces[s][t]);
494 debug_namespace_clear(&grp->Namespaces[s][t]);
555 ns = &debug->Groups[gstack]->Namespaces[source][type];
600 &debug->Groups[gstack]->Namespaces[s][t];
618 struct gl_debug_namespace *nspace = &grp->Namespaces[source][type];