Searched refs:has_new_transcendentals (Results 1 – 7 of 7) sorted by relevance
150 etna_lower_alu_impl(nir_function_impl *impl, bool has_new_transcendentals) in etna_lower_alu_impl() argument170 nir_ssa_def *imm = has_new_transcendentals ? in etna_lower_alu_impl()181 if (has_new_transcendentals && ( in etna_lower_alu_impl()210 etna_lower_alu(nir_shader *shader, bool has_new_transcendentals) in etna_lower_alu() argument214 etna_lower_alu_impl(function->impl, has_new_transcendentals); in etna_lower_alu()
35 etna_lower_alu(nir_shader *shader, bool has_new_transcendentals);
79 unsigned has_new_transcendentals : 1; member
150 c->specs->has_new_transcendentals) { in etna_ra_assign()
148 if (c->specs->has_new_transcendentals) in etna_emit_alu()
834 screen->specs.has_new_transcendentals = in etna_get_specs()
1177 NIR_PASS_V(s, etna_lower_alu, c->specs->has_new_transcendentals); in etna_compile_shader()