radv: Stop updating the stack_size in insert_rt_case
authorKonstantin Seurer <konstantin.seurer@gmail.com>
Sun, 6 Aug 2023 10:11:54 +0000 (12:11 +0200)
committerMarge Bot <emma+marge@anholt.net>
Tue, 22 Aug 2023 15:46:29 +0000 (15:46 +0000)
commit7aee3ba36dd396ed87df94453971ed5a8c060f95
treeecbde10e98c359919f652e1e539c1218d357c057
parentbdec044c880ef38fad3641d306b9828e3c871003
radv: Stop updating the stack_size in insert_rt_case

There are two paths that call insert_rt_case:
- Traversal shader: The stack size is ignored.
- Monolithic raygen shader: The stack sizes of the inlined shaders are
                            accounted for in compute_rt_stack_size.

Reviewed-by: Daniel Schürmann <daniel@schuermann.dev>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24809>
src/amd/vulkan/radv_rt_shader.c