intel/eu/validate: Don't validate regions of sends
authorJason Ekstrand <jason@jlekstrand.net>
Wed, 29 Jan 2020 22:23:25 +0000 (16:23 -0600)
committerMarge Bot <eric+marge@anholt.net>
Fri, 31 Jan 2020 17:23:39 +0000 (17:23 +0000)
commitfa3ef6a8370bf1ce121806e60ccdedb2ddc6aa83
tree87f082817bad29537f695fd1f363b7f627b7cb53
parent3b323d66019bcbb56811b66947b39e77a2c7c3e0
intel/eu/validate: Don't validate regions of sends

Otherwise, the validator tries to read the type of src1 of a SEND/SENDS
which doesn't actually have a type field.  This prevents validation
issues in the next commit.

Reviewed-by: Caio Marcelo de Oliveira Filho <caio.oliveira@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3642>
src/intel/compiler/brw_eu_validate.c