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, \