Home
last modified time | relevance | path

Searched refs:nvertices (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/graph/example/
Dhawick_circuits.cpp50 void build_graph(Graph& graph, unsigned int const nvertices, in build_graph() argument
57 for (unsigned int i = 0; i < nvertices; ++i) in build_graph()
74 BOOST_ASSERT(num_vertices(graph) == nvertices); in build_graph()
/third_party/boost/boost/mpi/
Dgraph_communicator.hpp223 int nvertices = indices.size(); in setup_graph() local
224 for (int vertex_index = 0; vertex_index < nvertices; ++vertex_index) { in setup_graph()
237 nvertices, in setup_graph()
/third_party/mesa3d/src/freedreno/ir3/
Dir3_nir_lower_tess.c706 const uint32_t nvertices = shader->info.tess.tcs_vertices_out; in ir3_nir_lower_tess_ctrl() local
707 nir_ssa_def *cond = nir_ult(&b, iid, nir_imm_int(&b, nvertices)); in ir3_nir_lower_tess_ctrl()