Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Dtree_iterator.h56 explicit inline TreeDFIterator(NodePtr top_node) : current_(top_node) { in TreeDFIterator()
150 static inline PostOrderTreeDFIterator begin(NodePtr top_node) { in begin()
182 explicit inline PostOrderTreeDFIterator(NodePtr top_node) in PostOrderTreeDFIterator()
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Dtree_iterator.h56 explicit inline TreeDFIterator(NodePtr top_node) : current_(top_node) { in TreeDFIterator()
150 static inline PostOrderTreeDFIterator begin(NodePtr top_node) { in begin()
182 explicit inline PostOrderTreeDFIterator(NodePtr top_node) in PostOrderTreeDFIterator()
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dtree_iterator.h56 explicit inline TreeDFIterator(NodePtr top_node) : current_(top_node) { in TreeDFIterator()
150 static inline PostOrderTreeDFIterator begin(NodePtr top_node) { in begin()
182 explicit inline PostOrderTreeDFIterator(NodePtr top_node) in PostOrderTreeDFIterator()
/aosp_15_r20/external/crosvm/hypervisor/src/gunyah/
H A Daarch64.rs70 let top_node = fdt.root_mut().subnode_mut("gunyah-vm-config")?; in create_fdt() localVariable