microsoft/compiler: Lower pack_[u/s]norm_2x16

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20614>
This commit is contained in:
Jesse Natalie 2023-01-04 14:52:35 -08:00 committed by Marge Bot
parent 4a0aeae371
commit 47481e8151

View file

@ -121,6 +121,8 @@ nir_options = {
.lower_pack_half_2x16 = true,
.lower_pack_unorm_4x8 = true,
.lower_pack_snorm_4x8 = true,
.lower_pack_snorm_2x16 = true,
.lower_pack_unorm_2x16 = true,
.lower_pack_64_2x32_split = true,
.lower_pack_32_2x16_split = true,
.lower_unpack_64_2x32_split = true,