From 32ef369322187489071e1b6f38ce3ae3e23c9478 Mon Sep 17 00:00:00 2001 From: Mary Guillemard Date: Mon, 8 Jul 2024 12:38:45 +0200 Subject: [PATCH] bi: Enable lower_pack_64_4x16 Required for OpenCL. Signed-off-by: Mary Guillemard Reviewed by: Eric R. Smith Part-of: --- src/panfrost/compiler/bifrost_compile.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/panfrost/compiler/bifrost_compile.h b/src/panfrost/compiler/bifrost_compile.h index 5d1fd1ada18..89ca51a074d 100644 --- a/src/panfrost/compiler/bifrost_compile.h +++ b/src/panfrost/compiler/bifrost_compile.h @@ -62,6 +62,7 @@ void bifrost_compile_shader_nir(nir_shader *nir, */ \ .vertex_id_zero_based = (arch <= 7), \ \ + .lower_pack_64_4x16 = true, \ .lower_pack_half_2x16 = true, \ .lower_pack_unorm_2x16 = true, \ .lower_pack_snorm_2x16 = true, \