nir: fix unpack_64_4x16 in lower_alu_to_scalar()

Reviewed-by: Rhys Perry <pendingchaos02@gmail.com>
Reviewed-By: Timur Kristóf <timur.kristof@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4002>
This commit is contained in:
Daniel Schürmann 2020-02-14 10:12:03 +01:00
parent 373f1eb9de
commit dc69738b0f
1 changed files with 1 additions and 0 deletions

View File

@ -208,6 +208,7 @@ lower_alu_instr_scalar(nir_builder *b, nir_instr *instr, void *_data)
}
case nir_op_unpack_64_2x32:
case nir_op_unpack_64_4x16:
case nir_op_unpack_32_2x16:
return NULL;