mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 13:18:04 +02:00
ir3/lower_io_offsets: set progress when scalarizing UAV loads
Signed-off-by: Job Noorman <jnoorman@igalia.com> Fixes:91f19bcbe0("ir3: Plumb through two-dimensional UAV loads") Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34311> (cherry picked from commitfca143946e)
This commit is contained in:
parent
ded915ca94
commit
7e8ed66bbd
2 changed files with 2 additions and 1 deletions
|
|
@ -1984,7 +1984,7 @@
|
||||||
"description": "ir3/lower_io_offsets: set progress when scalarizing UAV loads",
|
"description": "ir3/lower_io_offsets: set progress when scalarizing UAV loads",
|
||||||
"nominated": true,
|
"nominated": true,
|
||||||
"nomination_type": 2,
|
"nomination_type": 2,
|
||||||
"resolution": 0,
|
"resolution": 1,
|
||||||
"main_sha": null,
|
"main_sha": null,
|
||||||
"because_sha": "91f19bcbe072e663c1c4e9cd81f12ed0824a30e9",
|
"because_sha": "91f19bcbe072e663c1c4e9cd81f12ed0824a30e9",
|
||||||
"notes": null
|
"notes": null
|
||||||
|
|
|
||||||
|
|
@ -281,6 +281,7 @@ lower_io_offsets_block(nir_block *block, nir_builder *b, void *mem_ctx)
|
||||||
intr->num_components > 1) {
|
intr->num_components > 1) {
|
||||||
b->cursor = nir_before_instr(instr);
|
b->cursor = nir_before_instr(instr);
|
||||||
scalarize_load(intr, b);
|
scalarize_load(intr, b);
|
||||||
|
progress = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue