anv/memcpy: fix build after starting to use addresses
authorCaio Marcelo de Oliveira Filho <caio.oliveira@intel.com>
Sat, 15 Sep 2018 03:53:22 +0000 (20:53 -0700)
committerCaio Marcelo de Oliveira Filho <caio.oliveira@intel.com>
Sat, 15 Sep 2018 04:45:50 +0000 (21:45 -0700)
commitf9d25f630c4258974aec6b203512f0400db047b8
tree1eba13e0b18aaf74b33884dbd082183c6e19b87c
parentd6a73824bd380e2004412993566cf06df2d31d4a
anv/memcpy: fix build after starting to use addresses

The offsets now come from the anv_address, these references were not
updated and using the old variable.

Fixes: e1ab8345574 "anv/memcpy: Use addresses instead of bo+offset"
Tested-by: Clayton Craft <clayton.a.craft@intel.com>
src/intel/vulkan/genX_gpu_memcpy.c