zink: fixup initialization of operand_mask / num_extra_operands
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Thu, 19 Dec 2019 09:17:14 +0000 (10:17 +0100)
committerErik Faye-Lund <erik.faye-lund@collabora.com>
Tue, 14 Jan 2020 01:06:59 +0000 (01:06 +0000)
commit09b37ba65f5870112a4f60f75d7e74594bdbee01
treeebd8bab7135e1ad571bd238c18b52dfb00849025
parent3be4b89c038554ceb95ba24c00f50c0f2db3a646
zink: fixup initialization of operand_mask / num_extra_operands

This doesn't change behavior, but makes the code a bit easier to read.
Both values are zero, but I somehow swapped the logical meaning of them
when initializing.
src/gallium/drivers/zink/nir_to_spirv/spirv_builder.c