anv: fix 3d state initialization
authorLionel Landwerlin <lionel.g.landwerlin@intel.com>
Sat, 19 Nov 2022 12:29:43 +0000 (14:29 +0200)
committerMarge Bot <emma+marge@anholt.net>
Tue, 22 Nov 2022 03:53:57 +0000 (03:53 +0000)
commit62f12c2dadc2c9eac34a946450b2d4c615f96f75
tree078babdb9c8ebe500b53cb731da9604e53239ea6
parentf75c83c4aae2b01013f3740a7414cf207f60b0ab
anv: fix 3d state initialization

We missed a couple of restriction leading to inconsistent 3d pipeline
state. It is mostly noticeable when doing a multiple sample dispatch
as the verify first 3d operation.

Cc: mesa-stable
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/7531
Reviewed-by: José Roberto de Souza <jose.souza@intel.com>
Reviewed-by: Ivan Briano <ivan.briano@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19867>
src/intel/vulkan/genX_state.c