diff --git a/src/gallium/drivers/zink/zink_compiler.c b/src/gallium/drivers/zink/zink_compiler.c index 73a53fccc18..71d2b342577 100644 --- a/src/gallium/drivers/zink/zink_compiler.c +++ b/src/gallium/drivers/zink/zink_compiler.c @@ -375,6 +375,8 @@ zink_screen_init_compiler(struct zink_screen *screen) .lower_uadd_carry = true, .lower_pack_64_2x32_split = true, .lower_unpack_64_2x32_split = true, + .lower_pack_32_2x16_split = true, + .lower_unpack_32_2x16_split = true, .lower_vector_cmp = true, .lower_int64_options = 0, .lower_doubles_options = ~nir_lower_fp64_full_software,