diff --git a/src/amd/compiler/aco_instruction_selection.cpp b/src/amd/compiler/aco_instruction_selection.cpp index c9699f84fd4..853f212ccc4 100644 --- a/src/amd/compiler/aco_instruction_selection.cpp +++ b/src/amd/compiler/aco_instruction_selection.cpp @@ -4468,7 +4468,7 @@ global_load_callback(Builder& bld, const LoadEmitInfo& info, Temp offset, unsign return val; } -const EmitLoadParameters global_load_params{global_load_callback, true, true, 1}; +const EmitLoadParameters global_load_params{global_load_callback, true, true, UINT32_MAX}; Temp load_lds(isel_context* ctx, unsigned elem_size_bytes, unsigned num_components, Temp dst,