mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 13:10:10 +01:00
etnaviv: compiler: Call nir_lower_alu_width(..)
Lowers nir_op_pack/nir_op_unpack ALU Instructions. Signed-off-by: Christian Gmeiner <cgmeiner@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34692>
This commit is contained in:
parent
68a89bb085
commit
2193ae0253
1 changed files with 1 additions and 0 deletions
|
|
@ -1247,6 +1247,7 @@ etna_compile_shader(struct etna_shader_variant *v)
|
|||
NIR_PASS(_, s, nir_lower_vars_to_ssa);
|
||||
NIR_PASS(_, s, nir_lower_indirect_derefs, nir_var_all, UINT32_MAX);
|
||||
NIR_PASS(_, s, etna_nir_lower_texture, &v->key);
|
||||
NIR_PASS(_, s, nir_lower_alu_width, NULL, NULL);
|
||||
|
||||
NIR_PASS(_, s, nir_lower_alu_to_scalar, etna_alu_to_scalar_filter_cb, c->info);
|
||||
if (c->info->halti >= 2) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue