Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
H A Ddebug_output.c66 struct gl_debug_namespace Namespaces[MESA_DEBUG_SOURCE_COUNT][MESA_DEBUG_TYPE_COUNT]; member
411 debug_namespace_init(&debug->Groups[0]->Namespaces[s][t]); in debug_create()
447 if (!debug_namespace_copy(&dst->Namespaces[s][t], in debug_make_group_writable()
448 &src->Namespaces[s][t])) { in debug_make_group_writable()
451 debug_namespace_clear(&dst->Namespaces[s][t]); in debug_make_group_writable()
454 debug_namespace_clear(&dst->Namespaces[s][t]); in debug_make_group_writable()
481 debug_namespace_clear(&grp->Namespaces[s][t]); in debug_clear_group()
542 ns = &debug->Groups[gstack]->Namespaces[source][type]; in debug_set_message_enable()
587 &debug->Groups[gstack]->Namespaces[s][t]; in debug_set_message_enable_all()
605 struct gl_debug_namespace *nspace = &grp->Namespaces[sourc in _mesa_debug_is_message_enabled()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h233 const std::vector<AccelInfo> &getNamespaces() const { return Namespaces; } in getNamespaces()
305 std::vector<AccelInfo> Namespaces; member in llvm::CompileUnit
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DWARFLinker/
H A DDWARFLinkerCompileUnit.cpp122 Namespaces.emplace_back(Name, Die); in addNamespaceAccelerator()
/third_party/python/Lib/xml/dom/
H A Dexpatbuilder.py389 # If this ever changes, Namespaces.end_element_handler() needs to
711 class Namespaces: class
806 class ExpatBuilderNS(Namespaces, ExpatBuilder):
814 class FragmentBuilderNS(Namespaces, FragmentBuilder):

Completed in 5 milliseconds