mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-05 04:40:11 +01:00
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:
parent
25775d346c
commit
f2e7aee244
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue