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

/haiku-buildtools/isl/
H A Disl_schedule_private.h20 int *band_id; member in struct:isl_schedule_node
H A Disl_schedule.c61 * band_id is used to differentiate between separate bands at the same
83 int *band_id; member in struct:isl_sched_node
460 free(graph->node[i].band_id);
522 int *band, *band_id, *zero; local
539 band_id = isl_calloc_array(ctx, int, graph->max_row);
540 graph->node[graph->n].band_id = band_id;
545 if (!sched || (graph->max_row && (!band || !band_id || !zero)))
1772 int *band_end, *band_id, *zero; local
1784 band_id
[all...]

Completed in 25 milliseconds