diff --git a/src/intel/vulkan/anv_pipeline.c b/src/intel/vulkan/anv_pipeline.c index 1e5fd0318be..42206ded7eb 100644 --- a/src/intel/vulkan/anv_pipeline.c +++ b/src/intel/vulkan/anv_pipeline.c @@ -1017,7 +1017,6 @@ anv_pipeline_lower_nir(struct anv_pipeline *pipeline, if (nir->info.stage == MESA_SHADER_MESH || nir->info.stage == MESA_SHADER_TASK) { nir_lower_compute_system_values_options options = { - .lower_cs_local_id_to_index = true, .lower_workgroup_id_to_index = true, /* nir_lower_idiv generates expensive code */ .shortcut_1d_workgroup_id = compiler->devinfo->verx10 >= 125,