ir3: Add ir3_info::early_preamble

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27462>
This commit is contained in:
Connor Abbott
2024-01-26 13:04:01 -05:00
committed by Marge Bot
parent d35c1e5051
commit 3ce04c1111

View File

@@ -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;