Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/intel/vulkan/grl/gpu/
H A Dbvh_build_treelet_refit.h1062 uniform global InternalNode* inner_nodes = (global InternalNode*) BVHBase_GetInternalNodes(bvh); in find_refit_treelets() local
1111 …uniform global struct InternalNode* inner_nodes = (global struct InternalNode*) BVHBase_GetInterna… in assign_refit_startpoints_to_treelets() local
H A Dbvh_build_refit.h496 global struct QBVHNodeN* inner_nodes = BVHBase_rootNode(bvh); in DO_Refit_per_one_startpoint_sg() local
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/costs/
H A Dgraph_properties_test.cc836 std::vector<string> inner_nodes{"while/while/Merge_1", in TEST_F() local
899 std::vector<string> inner_nodes{"while/while/Merge_1", in TEST_F() local
957 std::vector<string> inner_nodes{"while/while/Merge_1", in TEST_F() local
/aosp_15_r20/external/rust/android-crates-io/crates/pest_meta/src/
Dparser.rs293 let mut inner_nodes = pairs.next().unwrap().into_inner().peekable(); in consume_rules_with_spans() localVariable