mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-23 08:38:08 +02:00
ir3: Add ir3_info::early_preamble
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27462>
This commit is contained in:
parent
d35c1e5051
commit
3ce04c1111
1 changed files with 1 additions and 0 deletions
|
|
@ -75,6 +75,7 @@ struct ir3_info {
|
|||
uint8_t subgroup_size;
|
||||
bool double_threadsize;
|
||||
bool multi_dword_ldp_stp;
|
||||
bool early_preamble;
|
||||
|
||||
/* number of sync bits: */
|
||||
uint16_t ss, sy;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue