anv/cmd_buffer: Iterate all subpass attachments when clearing
authorJason Ekstrand <jason.ekstrand@intel.com>
Mon, 27 Nov 2017 18:43:03 +0000 (10:43 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Tue, 20 Feb 2018 21:49:25 +0000 (13:49 -0800)
commite526d49edd9fe7ccf37ae22fd698a6c24de66ac4
treeb1e8ddc4120c509e204c10b0470f224a22b75d6d
parent2cc3445eb24af469537911277f7bc4e73a6c5670
anv/cmd_buffer: Iterate all subpass attachments when clearing

This unifies things a bit because we now handle depth and stencil at the
same time.

Reviewed-by: Nanley Chery <nanley.g.chery@intel.com>
src/intel/vulkan/genX_cmd_buffer.c