nir: fix unpack_64_4x16 in lower_alu_to_scalar()
authorDaniel Schürmann <daniel@schuermann.dev>
Fri, 14 Feb 2020 09:12:03 +0000 (10:12 +0100)
committerDaniel Schürmann <daniel@schuermann.dev>
Fri, 3 Apr 2020 22:13:15 +0000 (23:13 +0100)
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>

src/compiler/nir/nir_lower_alu_to_scalar.c

index e919370ec1aab4ac1e2cc51ee6417bd2bc49877c..e3258429b5800b579cb5a9b52debd16b8653140d 100644 (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;