aco: Increase barrier_count to 7 to include barrier_barrier.
authorTimur Kristóf <timur.kristof@gmail.com>
Thu, 23 Apr 2020 13:17:11 +0000 (15:17 +0200)
committerMarge Bot <eric+marge@anholt.net>
Fri, 24 Apr 2020 17:58:57 +0000 (17:58 +0000)
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>

src/amd/compiler/aco_ir.h

index 2d5387c1849930e48d67e4ef99916914ff9627c6..e8dbbf0534a1a4ba929299fde08b9aa3f1bce65a 100644 (file)
@@ -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 {