mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
anv: Remove left-over bits of sparse-descriptor code
This commit is contained in:
parent
1afdfc3e6e
commit
ab36eae5e7
1 changed files with 0 additions and 4 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue