diff options
Diffstat (limited to 'src/panfrost/bifrost/compiler.h')
-rw-r--r-- | src/panfrost/bifrost/compiler.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/panfrost/bifrost/compiler.h b/src/panfrost/bifrost/compiler.h index ee868f75d92..b09bd536729 100644 --- a/src/panfrost/bifrost/compiler.h +++ b/src/panfrost/bifrost/compiler.h @@ -261,6 +261,9 @@ typedef struct { /* For BLEND -- the location 0-7 */ unsigned blend_location; + + /* For STORE, STORE_VAR -- channel count */ + unsigned store_channels; }; } bi_instruction; |