intel/compiler: Rename invocation_id_mask to instance_id_mask
authorKenneth Graunke <kenneth@whitecape.org>
Fri, 3 May 2019 21:24:49 +0000 (14:24 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Tue, 14 May 2019 20:16:25 +0000 (13:16 -0700)
commitf0d52cf2b0ae1db156e4f1e34982c2a388fcfe58
tree8944f9a8e1353c7953e21d5064ab87f9eaa32923
parentd86260719ed800e16270371faad6ba29b42d3c84
intel/compiler: Rename invocation_id_mask to instance_id_mask

The payload field is actually "instance" (thread number), which is used
to calculate the invocation ID.

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
src/intel/compiler/brw_fs.cpp