From 3ce04c11116d836a308dc1bad5dab63ee4177a43 Mon Sep 17 00:00:00 2001 From: Connor Abbott Date: Fri, 26 Jan 2024 13:04:01 -0500 Subject: [PATCH] ir3: Add ir3_info::early_preamble Part-of: --- src/freedreno/ir3/ir3.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/freedreno/ir3/ir3.h b/src/freedreno/ir3/ir3.h index e608ba6f295..dbd6509b5e6 100644 --- a/src/freedreno/ir3/ir3.h +++ b/src/freedreno/ir3/ir3.h @@ -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;