anv: Add offset parameter to anv_image_view_init()
authorNanley Chery <nanley.g.chery@intel.com>
Wed, 27 Jan 2016 02:53:21 +0000 (18:53 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Wed, 27 Jan 2016 23:12:42 +0000 (15:12 -0800)
commit6a579ded87a4192ed2f1a015ca8c6535d323ce1c
tree09880e794bdddaa96c02877a1342692a29f2ccb9
parent4a0075feeb68f742f723a12b1ceae07ba674a531
anv: Add offset parameter to anv_image_view_init()

This is the offset of the tile that contains the mip specified by
isl_surf_get_image_intratile_offset_el(). Used to draw to/from the
specified mip.
src/vulkan/anv_image.c
src/vulkan/anv_meta.c
src/vulkan/anv_meta_clear.c
src/vulkan/anv_private.h