anv: Set MOCS for 3DSTATE_CONSTANT_XS on Gfx7.x as well
authorKenneth Graunke <kenneth@whitecape.org>
Tue, 19 Oct 2021 20:44:10 +0000 (13:44 -0700)
committerMarge Bot <emma+marge@anholt.net>
Thu, 28 Oct 2021 19:45:55 +0000 (19:45 +0000)
commit158ad07b3efc79583baa4939c56ff39a89062c3c
tree4c0eaf3c218aa859d39e96b2f72fcf68024ef5cc
parentb4310ef8eebfd44ee21cbcd1bfbc98f1153b92dd
anv: Set MOCS for 3DSTATE_CONSTANT_XS on Gfx7.x as well

We were only setting this on Gfx9+.  It's MBZ on Gfx8, but it exists
on Gfx7.x and doesn't have those restrictions there; we should set it.

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13480>
src/intel/vulkan/genX_cmd_buffer.c