mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
asahi: Don't use deprecated NIR_PASS_V macro
Signed-off-by: Christian Gmeiner <cgmeiner@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35118>
This commit is contained in:
parent
aa2ff0261b
commit
ea73edde07
1 changed files with 1 additions and 1 deletions
|
|
@ -1625,7 +1625,7 @@ agx_compile_variant(struct agx_device *dev, struct pipe_context *pctx,
|
|||
outputs = nir->info.outputs_written;
|
||||
}
|
||||
} else if (nir->info.stage == MESA_SHADER_TESS_CTRL) {
|
||||
NIR_PASS_V(nir, agx_nir_lower_tcs);
|
||||
NIR_PASS(_, nir, agx_nir_lower_tcs);
|
||||
} else if (nir->info.stage == MESA_SHADER_GEOMETRY) {
|
||||
struct asahi_gs_shader_key *key = &key_->gs;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue