aboutsummaryrefslogtreecommitdiffstats
path: root/src/panfrost/util
diff options
context:
space:
mode:
authorAlyssa Rosenzweig <[email protected]>2020-04-23 19:26:01 -0400
committerMarge Bot <[email protected]>2020-04-27 14:52:25 +0000
commit1a8f1a324a22bcd99b31482002d4b380ffb7cb34 (patch)
treed3c59d62d5c7c9db2ba11f7b66e1db6d8a3c65fd /src/panfrost/util
parent5f953b8f5076ad041af05bb1dce5bcf90297a3ac (diff)
pan/bi: Passthrough blend types
Signed-off-by: Alyssa Rosenzweig <[email protected]> Signed-off-by: Tomeu Vizoso <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4766>
Diffstat (limited to 'src/panfrost/util')
-rw-r--r--src/panfrost/util/pan_ir.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/panfrost/util/pan_ir.h b/src/panfrost/util/pan_ir.h
index 16d2a2b2f67..2d416ffeb21 100644
--- a/src/panfrost/util/pan_ir.h
+++ b/src/panfrost/util/pan_ir.h
@@ -86,6 +86,9 @@ typedef struct {
int work_register_count;
int uniform_cutoff;
+ /* For Bifrost - output type for each RT */
+ nir_alu_type blend_types[8];
+
/* Prepended before uniforms, mapping to SYSVAL_ names for the
* sysval */