Searched refs:lower_int64_options (Results 1 – 18 of 18) sorted by relevance
76 .lower_int64_options = ~0,
214 .lower_int64_options = ~(nir_lower_iadd64 | nir_lower_imul_2x32_64),
28 (b->shader->options->lower_int64_options & \33 (b->shader->options->lower_int64_options & \39 (b->shader->options->lower_int64_options & \1066 return (options->lower_int64_options & mask) != 0; in should_lower_int64_alu_instr()1207 (options->lower_int64_options & nir_lower_subgroup_shuffle64); in should_lower_int64_intrinsic()1212 (options->lower_int64_options & nir_lower_vote_ieq64); in should_lower_int64_intrinsic()1223 return options->lower_int64_options & nir_lower_scan_reduce_iadd64; in should_lower_int64_intrinsic()1227 return options->lower_int64_options & nir_lower_scan_reduce_bitwise64; in should_lower_int64_intrinsic()
192 if (options->lower_int64_options & in instr_cost()
3786 nir_lower_int64_options lower_int64_options; member
196 nir_options->lower_int64_options = int64_options; in brw_compiler_create()
84 .lower_int64_options = (nir_lower_int64_options)~0,143 .lower_int64_options = (nir_lower_int64_options)~0,
540 if (nir->options->lower_int64_options || in st_glsl_to_nir_post_opts()557 if (nir->options->lower_int64_options) in st_glsl_to_nir_post_opts()
539 if (compiler_options->lower_int64_options) in spirv_to_nir()
381 .lower_int64_options = 0, in zink_screen_init_compiler()393 screen->nir_options.lower_int64_options = ~0; in zink_screen_init_compiler()
797 bool lower_64bit = ((sel->nir->options->lower_int64_options || in r600_shader_from_nir()
1334 .lower_int64_options = ~0, in r600_common_screen_init()
205 if (nir_options->lower_int64_options) { in r600_pipe_shader_create()
833 nir_options.lower_int64_options = ~0; in clc_spirv_to_dxil()
98 .lower_int64_options = nir_lower_imul64 | nir_lower_imul_high64 | nir_lower_imul_2x32_64 | in radv_get_nir_options()
3300 op.lower_int64_options = (nir_lower_int64_options) ( in nvir_nir_shader_compiler_options()
4743 if (s->options->lower_int64_options) in optimize_nir()
993 - freedreno: Initialize lower_int64_options to a proper value