aco: Increase barrier_count to 7 to include barrier_barrier.
Signed-off-by: Timur Kristóf <timur.kristof@gmail.com> Reviewed-by: Rhys Perry <pendingchaos02@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4536>
This commit is contained in:
@@ -116,7 +116,7 @@ enum barrier_interaction : uint8_t {
|
||||
barrier_gs_sendmsg = 0x20,
|
||||
/* used by barriers. created by s_barrier */
|
||||
barrier_barrier = 0x40,
|
||||
barrier_count = 6,
|
||||
barrier_count = 7,
|
||||
};
|
||||
|
||||
enum fp_round {
|
||||
|
||||
Reference in New Issue
Block a user