Lines Matching defs:opts
478 struct conversion_opts *opts = _opts;
482 opts->rounding_mode = vtn_rounding_mode_to_nir(b, dec->operands[0]);
488 opts->saturate = true;
848 struct conversion_opts opts = {
852 vtn_foreach_decoration(b, dest_val, handle_conversion_opts, &opts);
855 opts.saturate = true;
858 if (opts.rounding_mode == nir_rounding_mode_undef && !opts.saturate) {
865 opts.rounding_mode, opts.saturate);
868 vtn_fail_if(opts.rounding_mode != nir_rounding_mode_undef &&
873 opts.rounding_mode);