elk: stop using intel_nir_lower_texture

It's not doing anything.

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Ivan Briano <ivan.briano@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33138>
This commit is contained in:
Lionel Landwerlin
2025-03-26 10:37:05 +02:00
committed by Marge Bot
parent 772beb0ebf
commit b87dccc64c
-3
View File
@@ -1665,9 +1665,6 @@ elk_nir_apply_key(nir_shader *nir,
OPT(elk_nir_apply_sampler_key, compiler, &key->tex);
const struct intel_nir_lower_texture_opts tex_opts = {0};
OPT(intel_nir_lower_texture, &tex_opts);
const nir_lower_subgroups_options subgroups_options = {
.subgroup_size = get_subgroup_size(&nir->info, max_subgroup_size),
.ballot_bit_size = 32,