mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 19:40:10 +01:00
nir/lower_alu_to_scalar: Don't try to lower unpack_32_2x16
It messes up when trying to lower. Cc: mesa-stable@lists.freedesktop.org Reviewed-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com>
This commit is contained in:
parent
425c133ab9
commit
4266932c0b
1 changed files with 1 additions and 0 deletions
|
|
@ -194,6 +194,7 @@ lower_alu_instr_scalar(nir_alu_instr *instr, nir_builder *b)
|
|||
}
|
||||
|
||||
case nir_op_unpack_64_2x32:
|
||||
case nir_op_unpack_32_2x16:
|
||||
return false;
|
||||
|
||||
LOWER_REDUCTION(nir_op_fdot, nir_op_fmul, nir_op_fadd);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue