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

/haiku-buildtools/isl/
H A Disl_sample.c658 static struct isl_vec *sample_bounded(struct isl_basic_set *bset);
699 sample_i = sample_bounded(bset_i);
735 static struct isl_vec *sample_bounded(struct isl_basic_set *bset) function
755 return sample_eq(bset, sample_bounded);
1084 sample = sample_bounded(bounded);
1251 return sample_bounded(bset);
1318 return bounded ? sample_bounded(bset) : gbr_sample(bset);

Completed in 36 milliseconds