diff options
author | Alyssa Rosenzweig <[email protected]> | 2020-04-23 19:26:01 -0400 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-04-27 14:52:25 +0000 |
commit | 1a8f1a324a22bcd99b31482002d4b380ffb7cb34 (patch) | |
tree | d3c59d62d5c7c9db2ba11f7b66e1db6d8a3c65fd /src/panfrost/util | |
parent | 5f953b8f5076ad041af05bb1dce5bcf90297a3ac (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.h | 3 |
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 */ |