summaryrefslogtreecommitdiffstats
path: root/src/panfrost/bifrost/compiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/panfrost/bifrost/compiler.h')
-rw-r--r--src/panfrost/bifrost/compiler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/panfrost/bifrost/compiler.h b/src/panfrost/bifrost/compiler.h
index 7ffe9e51a35..04a0c39ab97 100644
--- a/src/panfrost/bifrost/compiler.h
+++ b/src/panfrost/bifrost/compiler.h
@@ -318,6 +318,7 @@ typedef struct bi_block {
typedef struct {
nir_shader *nir;
struct list_head blocks; /* list of bi_block */
+ uint32_t quirks;
} bi_context;
/* So we can distinguish between SSA/reg/sentinel quickly */