X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fisl%2Foptions.h;h=d280ab30c224632c056995481a3a9d13b828e5ae;hb=e620469bd088df7ba4e77e120ff4274692c44381;hp=673c2723dc2722cf3a2ff1eb5b5a22ce990913a7;hpb=0742b6c276f6597faef113e9a975f2572b175f59;p=platform%2Fupstream%2Fisl.git diff --git a/include/isl/options.h b/include/isl/options.h index 673c272..d280ab3 100644 --- a/include/isl/options.h +++ b/include/isl/options.h @@ -40,7 +40,7 @@ struct isl_options { unsigned gbr_only_first; #define ISL_CLOSURE_ISL 0 - #define ISL_CLOSURE_OMEGA 1 + #define ISL_CLOSURE_BOX 1 unsigned closure; #define ISL_BOUND_BERNSTEIN 0 @@ -58,6 +58,11 @@ struct isl_options { #define ISL_CONVEX_HULL_WRAP 0 #define ISL_CONVEX_HULL_FM 1 int convex; + + int schedule_parametric; + int schedule_outer_zero_distance; + int schedule_maximize_band_depth; + int schedule_split_parallel; }; ISL_ARG_DECL(isl_options, struct isl_options, isl_options_arg)