Lines Matching defs:options
144 instr_cost(nir_instr *instr, const nir_shader_compiler_options *options)
158 if ((options->lower_flrp16 && nir_dest_bit_size(alu->dest.dest) == 16) ||
159 (options->lower_flrp32 && nir_dest_bit_size(alu->dest.dest) == 32) ||
160 (options->lower_flrp64 && nir_dest_bit_size(alu->dest.dest) == 64))
183 if (options->lower_doubles_options &
188 if (options->lower_doubles_options & nir_lower_fp64_full_software)
193 if (options->lower_int64_options &
212 const nir_shader_compiler_options *options)
219 state->loop->info->instr_cost += instr_cost(instr, options);
1286 const nir_shader_compiler_options *options = shader->options;
1296 false, false, options);
1301 init_loop_block(block, state, true, false, options);
1306 init_loop_block(block, state, false, true, options);