anv/copy: Use the linear format from the image for the buffer block size
authorJason Ekstrand <jason.ekstrand@intel.com>
Fri, 13 May 2016 23:54:00 +0000 (16:54 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Tue, 17 May 2016 19:17:22 +0000 (12:17 -0700)
commit63dbb2c60aae593717159e53003cf8adac207aad
treefe34ae412255c1a047dfc07da16727902ca6282d
parentc87429c5f1d31d8a95e1173c432775001f8b38a0
anv/copy: Use the linear format from the image for the buffer block size

Because the buffer is exposed to the user, the block size is defined to
always exactly be the size of the actual vulkan format.  This is the same
size (it had better be) as the linaer image format.
src/intel/vulkan/anv_meta_copy.c