mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-21 13:00:22 +01:00
ntt: Drop nir_register reference
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Reviewed-by: Faith Ekstrand <faith.ekstrand@collabora.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24432>
This commit is contained in:
parent
5133dcebb4
commit
08035ce388
1 changed files with 2 additions and 2 deletions
|
|
@ -1125,7 +1125,7 @@ ntt_setup_uniforms(struct ntt_compile *c)
|
|||
}
|
||||
|
||||
static void
|
||||
ntt_setup_registers(struct ntt_compile *c, struct exec_list *list)
|
||||
ntt_setup_registers(struct ntt_compile *c)
|
||||
{
|
||||
assert(c->num_temps == 0);
|
||||
|
||||
|
|
@ -3178,7 +3178,7 @@ ntt_emit_impl(struct ntt_compile *c, nir_function_impl *impl)
|
|||
}
|
||||
|
||||
|
||||
ntt_setup_registers(c, &impl->registers);
|
||||
ntt_setup_registers(c);
|
||||
|
||||
c->cur_block = ntt_block_from_nir(c, nir_start_block(impl));
|
||||
ntt_setup_inputs(c);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue