86d32eed38
Rather than a single stack for all threads to share -- that can't work! :-) We use the same helper that the GLES driver does. Fixes anything using scratch or spilling, including: dEQP-VK.glsl.indexing.varying_array.vec3_static_write_dynamic_read Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com> Reviewed-by: Jason Ekstrand <jason.ekstrand@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16283>