summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor Abbott <cwabbott0@gmail.com>2023-10-24 19:02:05 +0200
committerMarge Bot <emma+marge@anholt.net>2024-04-26 12:55:13 +0000
commit507b51e7ae669b811fb1d246951728747a15e080 (patch)
treeb6675ea5c8ea72ecc127e40b885f716a517bcf98
parent4ac1b13f1a7083b2ac4f81f939a7c974e7167c49 (diff)
ir3/legalize: any/all/getone are non-prefetch helper users
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22075>
-rw-r--r--src/freedreno/ir3/ir3_legalize.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/freedreno/ir3/ir3_legalize.c b/src/freedreno/ir3/ir3_legalize.c
index 285b8f7bf37..5b592a5e234 100644
--- a/src/freedreno/ir3/ir3_legalize.c
+++ b/src/freedreno/ir3/ir3_legalize.c
@@ -1316,6 +1316,7 @@ helper_sched(struct ir3_legalize_ctx *ctx, struct ir3 *ir,
terminator->opc == OPC_GETONE) {
bd->uses_helpers_beginning = true;
bd->uses_helpers_end = true;
+ non_prefetch_helpers = true;
}
}