intel/compiler: Fixup operands in fs_builder::emit() that takes array
authorIan Romanick <ian.d.romanick@intel.com>
Tue, 14 Apr 2020 17:30:53 +0000 (10:30 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Fri, 17 Apr 2020 15:21:47 +0000 (08:21 -0700)
commitf7d620f47d53d9ad513c41730f3a24b9564e5e74
treecb6b94b8cdd15daeb9a1011c28be41f1e35c1b13
parent39ad0c2af8b40c728a91bebf05b365803d68022e
intel/compiler: Fixup operands in fs_builder::emit() that takes array

The versions that take a specific number of operands will do various
fixups depending on the platform and the opcode.  However, the version
that takes an array of sources did not.  This makes all version operate
similarly.

Reviewed-by: Matt Turner <mattst88@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4582>
src/intel/compiler/brw_fs_builder.h