diff --git a/src/intel/compiler/brw_nir.c b/src/intel/compiler/brw_nir.c index d83706bbc6f..1be5c2852e1 100644 --- a/src/intel/compiler/brw_nir.c +++ b/src/intel/compiler/brw_nir.c @@ -1947,7 +1947,6 @@ brw_vectorize_lower_mem_access(nir_shader *nir, .buffer_max = UINT32_MAX, .shared_max = UINT32_MAX, .shared_atomic_max = UINT32_MAX, - .uniform_max = UINT32_MAX, }; OPT(nir_opt_offsets, &offset_options);