mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-02 20:20:09 +01:00
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:
parent
224e501210
commit
413f8d0e9b
1 changed files with 3 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue