mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-17 15:18:21 +02:00
radv: bump the maximum number of arguments to 64
Bumping to 64 should be safe enough.
Fixes some crashes with new CTS:
dEQP-VK.binding_model.descriptorset_random.*
CC: 18.2 <mesa-stable@lists.freedesktop.org>
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
(cherry picked from commit b9f6521157)
This commit is contained in:
parent
b03b6173a9
commit
8de8af1b90
1 changed files with 1 additions and 1 deletions
|
|
@ -422,7 +422,7 @@ get_tcs_out_current_patch_data_offset(struct radv_shader_context *ctx)
|
|||
"");
|
||||
}
|
||||
|
||||
#define MAX_ARGS 23
|
||||
#define MAX_ARGS 64
|
||||
struct arg_info {
|
||||
LLVMTypeRef types[MAX_ARGS];
|
||||
LLVMValueRef *assign[MAX_ARGS];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue