microsoft/spirv2dxil: Support pack_32_2x16 and pack_32_4x8

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19273>
This commit is contained in:
Pedro J. Estébanez 2022-10-24 12:48:04 +02:00 committed by Marge Bot
parent 224e501210
commit 413f8d0e9b

View file

@ -117,6 +117,9 @@ nir_options = {
.lower_uadd_carry = true,
.lower_mul_high = true,
.lower_rotate = true,
.lower_pack_half_2x16 = true,
.lower_pack_unorm_4x8 = true,
.lower_pack_snorm_4x8 = true,
.lower_pack_64_2x32_split = true,
.lower_pack_32_2x16_split = true,
.lower_unpack_64_2x32_split = true,