Searched refs:lower_int64_options (Results 1 – 12 of 12) sorted by relevance
186 nir_options->lower_int64_options = int64_options; in brw_compiler_create()
82 .lower_int64_options = (nir_lower_int64_options)~0,136 .lower_int64_options = (nir_lower_int64_options)~0,
28 (b->shader->options->lower_int64_options & \33 (b->shader->options->lower_int64_options & \39 (b->shader->options->lower_int64_options & \1075 return (options->lower_int64_options & mask) != 0; in should_lower_int64_alu_instr()
163 if (options->lower_int64_options & in instr_cost()
3536 nir_lower_int64_options lower_int64_options; member
494 if (nir->options->lower_int64_options || in st_glsl_to_nir_post_opts()501 if (nir->options->lower_int64_options) in st_glsl_to_nir_post_opts()
498 if (compiler_options->lower_int64_options)
1194 .lower_int64_options = 0,1216 .lower_int64_options = 0,
438675 …condition_flags[54] = options->lower_hadd64 || (options->lower_int64_options & nir_lower_iadd64) !… in nir_opt_algebraic()438676 …condition_flags[55] = options->lower_add_sat || (options->lower_int64_options & nir_lower_iadd64) … in nir_opt_algebraic()438678 …condition_flags[57] = options->lower_usub_sat64 || (options->lower_int64_options & nir_lower_iadd6… in nir_opt_algebraic()438679 condition_flags[58] = (options->lower_int64_options & nir_lower_iadd64) != 0; in nir_opt_algebraic()438680 condition_flags[59] = (options->lower_int64_options & nir_lower_minmax64) != 0; in nir_opt_algebraic()438681 condition_flags[60] = (options->lower_int64_options & nir_lower_icmp64) != 0; in nir_opt_algebraic()440312 …condition_flags[54] = options->lower_hadd64 || (options->lower_int64_options & nir_lower_iadd64) !… in nir_opt_algebraic_before_ffma()440313 …condition_flags[55] = options->lower_add_sat || (options->lower_int64_options & nir_lower_iadd64) … in nir_opt_algebraic_before_ffma()440315 …condition_flags[57] = options->lower_usub_sat64 || (options->lower_int64_options & nir_lower_iadd6… in nir_opt_algebraic_before_ffma()440316 condition_flags[58] = (options->lower_int64_options & nir_lower_iadd64) != 0; in nir_opt_algebraic_before_ffma()[all …]
86 .lower_int64_options = nir_lower_imul64 |
3282 op.lower_int64_options = (nir_lower_int64_options) ( in nvir_nir_shader_compiler_options()
993 - freedreno: Initialize lower_int64_options to a proper value