nir: rename nir_foreach_block*() to nir_foreach_block*_call()
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
This commit is contained in:

committed by
Jason Ekstrand

parent
7143068296
commit
b6dc940ec2
@@ -379,7 +379,7 @@ nir_lower_tex_impl(nir_function_impl *impl, lower_tex_state *state)
|
||||
{
|
||||
nir_builder_init(&state->b, impl);
|
||||
|
||||
nir_foreach_block(impl, nir_lower_tex_block, state);
|
||||
nir_foreach_block_call(impl, nir_lower_tex_block, state);
|
||||
|
||||
nir_metadata_preserve(impl, nir_metadata_block_index |
|
||||
nir_metadata_dominance);
|
||||
|
Reference in New Issue
Block a user