anv/pass: Delete anv_pass::subpass_attachments
authorNanley Chery <nanley.g.chery@intel.com>
Mon, 10 Apr 2017 18:47:10 +0000 (11:47 -0700)
committerNanley Chery <nanley.g.chery@intel.com>
Mon, 24 Apr 2017 20:30:50 +0000 (13:30 -0700)
This field has no users.

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Signed-off-by: Nanley Chery <nanley.g.chery@intel.com>
src/intel/vulkan/anv_private.h

index 7d07900..dbe1e04 100644 (file)
@@ -2180,7 +2180,6 @@ struct anv_render_pass_attachment {
 struct anv_render_pass {
    uint32_t                                     attachment_count;
    uint32_t                                     subpass_count;
-   VkAttachmentReference *                      subpass_attachments;
    /* An array of subpass_count+1 flushes, one per subpass boundary */
    enum anv_pipe_bits *                         subpass_flushes;
    struct anv_render_pass_attachment *          attachments;