Searched refs:start_node (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/tests/
H A Dlist_iterators.cpp209 exec_node *start_node = node_list.get_head(); local in function:TEST_P
213 start_node = start_node->get_next();
216 foreach_list_typed_from(test_node_embed, n, node, &node_list, start_node) {
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_goto_ifs.c957 nir_cf_node *start_node = local in function:nir_lower_goto_ifs_impl
959 nir_block *start_block = nir_cf_node_as_block(start_node);

Completed in 6 milliseconds