pan/bi: Let !b2b imply branch_cond
Like the blob. Probably doesn't matter. 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
3439c24bdb
commit
80dd692813
@@ -49,6 +49,8 @@ bi_pack_header(bi_clause *clause, bi_clause *next, bool is_fragment)
|
|||||||
.next_clause_type = next ? next->clause_type : 0,
|
.next_clause_type = next ? next->clause_type : 0,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
header.branch_cond |= header.back_to_back;
|
||||||
|
|
||||||
uint64_t u = 0;
|
uint64_t u = 0;
|
||||||
memcpy(&u, &header, sizeof(header));
|
memcpy(&u, &header, sizeof(header));
|
||||||
return u;
|
return u;
|
||||||
|
Reference in New Issue
Block a user