From b259d86ad62503dfb3a18e501fb5ddff2c5c099a Mon Sep 17 00:00:00 2001 From: Jason Ekstrand Date: Wed, 24 Aug 2016 23:12:18 -0700 Subject: [PATCH] anv: Remove unused fields from anv_pipeline_bind_map Signed-off-by: Jason Ekstrand Cc: "12.0" --- src/intel/vulkan/anv_private.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/intel/vulkan/anv_private.h b/src/intel/vulkan/anv_private.h index f7f1ff2..5fcbb92 100644 --- a/src/intel/vulkan/anv_private.h +++ b/src/intel/vulkan/anv_private.h @@ -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 { -- 2.7.4