anv: Remove unused fields from anv_pipeline_bind_map
Signed-off-by: Jason Ekstrand <jason@jlekstrand.net> Cc: "12.0" <mesa-stable@lists.freedesktop.org>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user