mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-07 12:38:27 +02:00
panvk: Lower memcpy derefs
To make sure all memcpy derefs are lowered before explicit IO lowering. Signed-off-by: Christian Gmeiner <cgmeiner@igalia.com> Reviewed-by: Lars-Ivar Hesselberg Simonsen <lars-ivar.simonsen@arm.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40457>
This commit is contained in:
parent
2b280305af
commit
37c8ff5416
1 changed files with 1 additions and 0 deletions
|
|
@ -775,6 +775,7 @@ panvk_lower_nir(struct panvk_device *dev, nir_shader *nir,
|
|||
|
||||
NIR_PASS(_, nir, nir_split_var_copies);
|
||||
NIR_PASS(_, nir, nir_lower_var_copies);
|
||||
NIR_PASS(_, nir, nir_lower_memcpy);
|
||||
|
||||
NIR_PASS(_, nir, nir_lower_explicit_io, nir_var_mem_ubo,
|
||||
panvk_buffer_ubo_addr_format(rs->uniform_buffers));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue