Lines Matching defs:options
28 (b->shader->options->lower_int64_options & \
33 (b->shader->options->lower_int64_options & \
39 (b->shader->options->lower_int64_options & \
997 const nir_shader_compiler_options *options)
1040 if (options->has_imul24)
1066 return (options->lower_int64_options & mask) != 0;
1192 const nir_shader_compiler_options *options)
1207 (options->lower_int64_options & nir_lower_subgroup_shuffle64);
1212 (options->lower_int64_options & nir_lower_vote_ieq64);
1223 return options->lower_int64_options & nir_lower_scan_reduce_iadd64;
1227 return options->lower_int64_options & nir_lower_scan_reduce_bitwise64;
1310 (void *)shader->options);