anv: Fix assert about source attrs.
authorKenneth Graunke <kenneth@whitecape.org>
Wed, 25 Oct 2017 16:37:09 +0000 (09:37 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Fri, 27 Oct 2017 10:01:13 +0000 (03:01 -0700)
commit70cd05d6ac533977f96aa832bbb2886172019f35
tree65710ce41583e5179de18d38bb49c57b1ba4efab
parent49d3c004f17bcbff0a4822b49268fcde412b38e2
anv: Fix assert about source attrs.

Asserting slot >= 2 made sense when the URB read offset was always 1
(pair of slots).  Commit 566a0c43f0b9fbf5106161471dd5061c7275f761 made
it possible to read from the VUE header in slot 0, by adjusting the
offset to be 0.  So, this assert is now bogus.  Use the one from GL.

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
src/intel/vulkan/genX_pipeline.c