agx: Don't set helper invocation kill bit

In the future we'll need data flow analysis similar to what we do in
panfrost.

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12053>
This commit is contained in:
Alyssa Rosenzweig 2021-07-24 14:27:35 -04:00
parent 8aa5ba4012
commit 5deb7c26d6
1 changed files with 2 additions and 2 deletions

View File

@ -526,13 +526,13 @@ agx_pack_instr(struct util_dynarray *emission, struct util_dynarray *fixups, agx
unsigned q1 = 0; // XXX
unsigned q2 = 0; // XXX
unsigned q3 = 12; // XXX
unsigned q4 = 1; // XXX
unsigned kill = 0; // helper invocation kill bit
unsigned q5 = 0; // XXX
unsigned q6 = 0; // XXX
uint32_t extend =
((U & BITFIELD_MASK(5)) << 0) |
(q4 << 5) |
(kill << 5) |
((R >> 6) << 8) |
((C >> 6) << 10) |
((D >> 6) << 12) |