Home
last modified time | relevance | path

Searched defs:child_scope (Results 1 – 4 of 4) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/opt/
Ddebug_info_manager.cpp484 uint32_t DebugInfoManager::GetParentScope(uint32_t child_scope) { in GetParentScope()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Ddebug_info_manager.cpp484 uint32_t DebugInfoManager::GetParentScope(uint32_t child_scope) { in GetParentScope()
/external/angle/third_party/spirv-tools/src/source/opt/
Ddebug_info_manager.cpp484 uint32_t DebugInfoManager::GetParentScope(uint32_t child_scope) { in GetParentScope()
/external/pytorch/torch/csrc/jit/passes/onnx/
Dfunction_extraction.cpp252 for (const auto& child_scope : it.second->children_) { in DebugPrintScopeContexts() local