asahi: fix prolog emit

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29179>
This commit is contained in:
Alyssa Rosenzweig 2024-04-07 16:53:09 -04:00 committed by Marge Bot
parent 6373de5195
commit 1df1260259

View file

@ -154,6 +154,7 @@ agx_nir_vs_prolog(nir_builder *b, const void *key_)
if (vec_idx != a) {
vec = nir_load_input(b, 4, 32, nir_imm_int(b, 0), .base = a);
vec_idx = a;
}
/* ABI: attributes passed starting at r8 */