Skip to content

anv: fix SO_NUM_PRIMS_WRITTEN register capture

This register is 32bits, not 64bits. So we were computing the wrong offset.

Signed-off-by: Lionel Landwerlin lionel.g.landwerlin@intel.com Fixes: ac0f8a6e ("anv: Implement transform feedback queries") Closes: #4361

Merge request reports