Lines Matching defs:opts
431 struct conversion_opts *opts = _opts;
435 opts
441 opts->saturate = true;
705 struct conversion_opts opts = {
709 vtn_foreach_decoration(b, dest_val, handle_conversion_opts, &opts);
712 opts.saturate = true;
715 if (opts.rounding_mode == nir_rounding_mode_undef && !opts.saturate) {
722 opts.rounding_mode, opts.saturate);
725 vtn_fail_if(opts.rounding_mode != nir_rounding_mode_undef &&
730 opts.rounding_mode);