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:
committed by
Marge Bot
parent
6373de5195
commit
1df1260259
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user