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

/haiku-buildtools/isl/
H A Disl_schedule.c3016 /* Set max_out to the maximal number of output dimensions over
3021 int *max_out = user; local
3024 if (n_out > *max_out)
3025 *max_out = n_out;
3033 * "max_out" is the maximal schedule dimension.
3037 int max_out; member in struct:isl_pad_schedule_map_data
3041 /* Pad the range of the given map with zeros to data->max_out and
3050 map = isl_map_add_dims(map, isl_dim_out, data->max_out - n_out);
3051 for (i = n_out; i < data->max_out; ++i)
3074 data.max_out
[all...]

Completed in 35 milliseconds