microsoft/compiler: Use store_dest instead of store_dest_value more
authorJesse Natalie <jenatali@microsoft.com>
Thu, 16 Mar 2023 20:26:17 +0000 (13:26 -0700)
committerMarge Bot <emma+marge@anholt.net>
Thu, 23 Mar 2023 21:48:43 +0000 (21:48 +0000)
commit4fc7d2480a94d314e1f3a26020465a565e12d085
tree4d065c64a978041f8de6855838c66439a0b531a8
parentce004e639199eff4e7855bba282062e559a03027
microsoft/compiler: Use store_dest instead of store_dest_value more

The 16bit SSBO load support missed setting the 16bit shader flag.
Make it harder to miss that by only using store_dest_value for things
that don't have a type.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21913>
src/microsoft/compiler/nir_to_dxil.c