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

/haiku-buildtools/isl/
H A Disl_vertices.c664 struct isl_facet_todo { struct
668 struct isl_facet_todo *next;
671 static void free_todo(struct isl_facet_todo *todo)
674 struct isl_facet_todo *next = todo->next;
685 static struct isl_facet_todo *create_todo(struct isl_tab *tab, int con)
690 struct isl_facet_todo *todo;
701 todo = isl_calloc_type(tab->mat->ctx, struct isl_facet_todo);
737 static int init_todo(struct isl_facet_todo **next, struct isl_tab *tab)
741 struct isl_facet_todo *todo;
771 static int has_opposite(struct isl_facet_todo *tod
[all...]

Completed in 72 milliseconds