anv: Remove left-over bits of sparse-descriptor code

This commit is contained in:
Kristian Høgsberg Kristensen
2016-03-03 16:10:29 -08:00
parent 1afdfc3e6e
commit ab36eae5e7

View File

@@ -366,10 +366,6 @@ anv_pipeline_compile(struct anv_pipeline *pipeline,
/* Set up dynamic offsets */
anv_nir_apply_dynamic_offsets(pipeline, nir, prog_data);
char surface_usage_mask[256], sampler_usage_mask[256];
zero(surface_usage_mask);
zero(sampler_usage_mask);
/* Apply the actual pipeline layout to UBOs, SSBOs, and textures */
if (pipeline->layout)
anv_nir_apply_pipeline_layout(pipeline, nir, prog_data);