pan/decode: Print Bifrost blend descriptor
Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4505>
This commit is contained in:

committed by
Tomeu Vizoso

parent
80dd692813
commit
65e2eaa4d3
@@ -2370,7 +2370,7 @@ pandecode_vertex_tiler_postfix_pre(
|
||||
/* MRT blend fields are used whenever MFBD is used, with
|
||||
* per-RT descriptors */
|
||||
|
||||
if (job_type == JOB_TYPE_TILER && p->shared_memory & MALI_MFBD) {
|
||||
if (job_type == JOB_TYPE_TILER && (is_bifrost || p->shared_memory & MALI_MFBD)) {
|
||||
void* blend_base = (void *) (s + 1);
|
||||
|
||||
for (unsigned i = 0; i < fbd_info.rt_count; i++) {
|
||||
|
Reference in New Issue
Block a user