OSDN Git Service

anv: Remove unused fields from anv_pipeline_bind_map
authorJason Ekstrand <jason.ekstrand@intel.com>
Thu, 25 Aug 2016 06:12:18 +0000 (23:12 -0700)
committerEmil Velikov <emil.l.velikov@gmail.com>
Thu, 1 Sep 2016 10:39:47 +0000 (11:39 +0100)
Signed-off-by: Jason Ekstrand <jason@jlekstrand.net>
Cc: "12.0" <mesa-stable@lists.freedesktop.org>
(cherry picked from commit b259d86ad62503dfb3a18e501fb5ddff2c5c099a)

src/intel/vulkan/anv_private.h

index 0c02564..91e6178 100644 (file)
@@ -1458,11 +1458,9 @@ struct anv_pipeline_bind_map {
    uint32_t surface_count;
    uint32_t sampler_count;
    uint32_t image_count;
-   uint32_t attachment_count;
 
    struct anv_pipeline_binding *                surface_to_descriptor;
    struct anv_pipeline_binding *                sampler_to_descriptor;
-   uint32_t *                                   surface_to_attachment;
 };
 
 struct anv_pipeline {