mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 05:00:09 +01:00
microsoft/compiler: Lower pack_[u/s]norm_2x16
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20614>
This commit is contained in:
parent
4a0aeae371
commit
47481e8151
1 changed files with 2 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue