anv/so_memcpy: Don't consider src/dst_offset when computing block size
authorJason Ekstrand <jason.ekstrand@intel.com>
Mon, 10 Sep 2018 21:36:10 +0000 (16:36 -0500)
committerJason Ekstrand <jason.ekstrand@intel.com>
Wed, 19 Sep 2018 14:38:04 +0000 (09:38 -0500)
commitc811af767e61a3df7bd844b49812d85a9b910aa3
tree9a3da8216e52df384b0a4c3740ba6020e3d407ce
parent09171705d589ef4f68ccd8e661b78bf53bc3999d
anv/so_memcpy: Don't consider src/dst_offset when computing block size

The only thing that matters is the size since we never specify any
offsets in terms of blocks.

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
src/intel/vulkan/genX_gpu_memcpy.c