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

/haiku-buildtools/isl/
H A Disl_vertices.c1396 * "simplex_ids" and "other_ids" and call "fn" on this isl_cell.
1399 int *simplex_ids, int n_simplex, int *other_ids, int n_other,
1423 simplex->ids[i] = simplex_ids[i];
1464 * in "simplex_ids" and "other_ids" and call "fn" on each of
1467 * Otherwise, we pick a point from "other_ids" and add it to "simplex_ids".
1471 * "simplex_ids" and those points in "other_ids" that lie on the facet.
1474 int *simplex_ids, int n_simplex, int *other_ids, int n_other,
1489 return call_on_simplex(cell, simplex_ids, n_simplex,
1492 simplex_ids[n_simplex] = other_ids[0];
1512 if (triangulate(cell, v, simplex_ids, n_simple
1398 call_on_simplex(__isl_keep isl_cell *cell, int *simplex_ids, int n_simplex, int *other_ids, int n_other, int (*fn)(__isl_take isl_cell *simplex, void *user), void *user) argument
1473 triangulate(__isl_keep isl_cell *cell, __isl_keep isl_vec *v, int *simplex_ids, int n_simplex, int *other_ids, int n_other, int (*fn)(__isl_take isl_cell *simplex, void *user), void *user) argument
1534 int *simplex_ids = NULL; local
[all...]

Completed in 28 milliseconds