vk/image: Don't set anv_surface_view::offset twice
authorChad Versace <chad.versace@intel.com>
Tue, 18 Aug 2015 18:30:38 +0000 (11:30 -0700)
committerChad Versace <chad.versace@intel.com>
Tue, 18 Aug 2015 18:48:50 +0000 (11:48 -0700)
commitd52822541ee792516cfa5ab14e939ec66396f125
treecee54856242e4f83fa7264df3764a826def25bd6
parente7d3a5df5a226caa060b822bb87dc00c572aaf7f
vk/image: Don't set anv_surface_view::offset twice

It was set twice a few lines apart, and the second setting always
overrode the first.
src/vulkan/anv_image.c