anv/cmd_buffer: Fix arrayed depth/stencil attachments
authorNanley Chery <nanley.g.chery@intel.com>
Mon, 19 Dec 2016 17:37:03 +0000 (09:37 -0800)
committerNanley Chery <nanley.g.chery@intel.com>
Thu, 12 Jan 2017 01:35:59 +0000 (17:35 -0800)
commit61992e0afe5f717aad7321d9748588b2cd27f8ee
treec01de9e43fa35916f5c47efb9a543f435639a85d
parent4e0d171d7eb6accbf8f381530eedbc9ff86b54fb
anv/cmd_buffer: Fix arrayed depth/stencil attachments

Enable multiple layers of the depth/stencil buffers to be accessible.

Fixes the crucible test, func.depthstencil.arrayed_clear.

Cc: mesa-stable@lists.freedesktop.org
Signed-off-by: Nanley Chery <nanley.g.chery@intel.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
src/intel/vulkan/genX_cmd_buffer.c