mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
ir3/legalize: any/all/getone are non-prefetch helper users
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22075>
This commit is contained in:
parent
4ac1b13f1a
commit
507b51e7ae
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue