diff --git a/src/gallium/drivers/zink/zink_compiler.c b/src/gallium/drivers/zink/zink_compiler.c index 641ada376a0..7e5f6560761 100644 --- a/src/gallium/drivers/zink/zink_compiler.c +++ b/src/gallium/drivers/zink/zink_compiler.c @@ -1239,6 +1239,7 @@ zink_screen_init_compiler(struct zink_screen *screen) .lower_ldexp = true, .lower_mul_high = true, + .lower_to_scalar = true, .lower_uadd_carry = true, .compact_arrays = true, .lower_usub_borrow = true,