Home
last modified time | relevance | path

Searched refs:has_new_transcendentals (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_nir.c150 etna_lower_alu_impl(nir_function_impl *impl, bool has_new_transcendentals) in etna_lower_alu_impl() argument
170 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() argument
214 etna_lower_alu_impl(function->impl, has_new_transcendentals); in etna_lower_alu()
Detnaviv_nir.h35 etna_lower_alu(nir_shader *shader, bool has_new_transcendentals);
Detnaviv_internal.h79 unsigned has_new_transcendentals : 1; member
Detnaviv_compiler_nir_ra.c150 c->specs->has_new_transcendentals) { in etna_ra_assign()
Detnaviv_compiler_nir_emit.c148 if (c->specs->has_new_transcendentals) in etna_emit_alu()
Detnaviv_screen.c834 screen->specs.has_new_transcendentals = in etna_get_specs()
Detnaviv_compiler_nir.c1177 NIR_PASS_V(s, etna_lower_alu, c->specs->has_new_transcendentals); in etna_compile_shader()