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
@@ -184,7 +184,7 @@ lower_impl(nir_function_impl *impl, const struct gl_shader_program *shader_progr
|
||||
state.shader_program = shader_program;
|
||||
state.stage = stage;
|
||||
|
||||
nir_foreach_block(impl, lower_block_cb, &state);
|
||||
nir_foreach_block_call(impl, lower_block_cb, &state);
|
||||
}
|
||||
|
||||
void
|
||||
|
Reference in New Issue
Block a user