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:
committed by
Marge Bot
parent
616df0e97d
commit
c846e0812b
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user