anv/so_memcpy: Use the correct SO_BUFFER size on gen8+
authorJason Ekstrand <jason.ekstrand@intel.com>
Mon, 10 Sep 2018 21:37:17 +0000 (16:37 -0500)
committerJason Ekstrand <jason.ekstrand@intel.com>
Sat, 15 Sep 2018 03:12:11 +0000 (22:12 -0500)
commit90b46f6c175dd0475a31cc5a5ad0508ee0697a5f
tree8580371c31d0e71cfd7ebe8c0cd80af284b25e42
parente29f0ede757797bce38aa00bc706ae2224b66053
anv/so_memcpy: Use the correct SO_BUFFER size on gen8+

This shouldn't matter as we'll never write OOB anyway but we may as well
get it right.  It's supposed to be in dwords - 1.

Reviewed-by: Nanley Chery <nanley.g.chery@intel.com>
src/intel/vulkan/genX_gpu_memcpy.c