mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 02:10:11 +01:00
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:
parent
616df0e97d
commit
c846e0812b
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue