intel/compiler: Expand untyped atomic message type field by a bit
authorIan Romanick <ian.d.romanick@intel.com>
Wed, 18 Apr 2018 21:02:33 +0000 (14:02 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Thu, 23 Aug 2018 03:31:32 +0000 (20:31 -0700)
commitf347348f8af80a0fd79c4271affc8e374c4ea4ec
treec94a86a082f18aaf8e4d413b3da88f28c9c07127
parentd628642a3469b94538c6eed1230d3345a74d19de
intel/compiler: Expand untyped atomic message type field by a bit

This is necessary for a new Gen9 message type that will be added in the
next patch.  There are also Gen8 message types that need the extra bit
(mostly for bindless).

v2: Split off from the next patch.  Suggested by Caio.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Caio Marcelo de Oliveira Filho <caio.oliveira@intel.com>
src/intel/compiler/brw_disasm.c
src/intel/compiler/brw_eu.h
src/intel/compiler/brw_inst.h