pan/bi: Add slot to bi_instr

For better handling of message-passing instructions.

Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16804>
This commit is contained in:
Alyssa Rosenzweig 2022-05-25 09:38:48 -04:00 committed by Marge Bot
parent 616df0e97d
commit c846e0812b

View file

@ -390,6 +390,9 @@ typedef struct {
/* Flow control associated with a Valhall instruction */
uint8_t flow;
/* Slot associated with a message-passing instruction */
uint8_t slot;
/* Can we spill the value written here? Used to prevent
* useless double fills */
bool no_spill;