mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-11-23 18:24:13 +08:00
pan/bi: Add constants to bi_clause
Scheduling will have to pay attention to this. Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4061>
This commit is contained in:
parent
cb3cd8aa56
commit
d3370bd5a5
@ -252,6 +252,10 @@ typedef struct {
|
||||
|
||||
/* Corresponds to the usual bit but shifted by a clause */
|
||||
bool data_register_write_barrier;
|
||||
|
||||
/* Constants read by this clause. ISA limit. */
|
||||
uint64_t constants[8];
|
||||
unsigned constant_count;
|
||||
} bi_clause;
|
||||
|
||||
typedef struct bi_block {
|
||||
|
Loading…
Reference in New Issue
Block a user