diff options
Diffstat (limited to 'src/freedreno/ir3/ir3_depth.c')
-rw-r--r-- | src/freedreno/ir3/ir3_depth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/freedreno/ir3/ir3_depth.c b/src/freedreno/ir3/ir3_depth.c index e0500b43161..071b5e3c528 100644 --- a/src/freedreno/ir3/ir3_depth.c +++ b/src/freedreno/ir3/ir3_depth.c @@ -90,7 +90,7 @@ int ir3_delayslots(struct ir3_instruction *assigner, * handled with sync bits */ - if (is_meta(assigner)) + if (is_meta(assigner) || is_meta(consumer)) return 0; if (writes_addr(assigner)) |