nir/serialize: don't expand 16-bit variable state slots to 32 bits
authorMarek Olšák <marek.olsak@amd.com>
Fri, 25 Oct 2019 16:01:27 +0000 (12:01 -0400)
committerMarek Olšák <marek.olsak@amd.com>
Wed, 6 Nov 2019 04:35:31 +0000 (23:35 -0500)
commitd5768fcd45a1b9e77d7b5e3385edebc2ac2736f0
tree547fe49d62f4386215f9f24d19b0f65febcdfb9c
parent96e6ef80d932f12d3ed7ab5bc4aff6b370d6dc02
nir/serialize: don't expand 16-bit variable state slots to 32 bits

the swizzle also needs only 16 bits

Reviewed-by: Connor Abbott <cwabbott0@gmail.com>
src/compiler/nir/nir.h
src/compiler/nir/nir_serialize.c