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
@@ -146,7 +146,7 @@ find_output(nir_shader *shader, unsigned drvloc)
|
||||
|
||||
nir_foreach_function(shader, function) {
|
||||
if (function->impl) {
|
||||
nir_foreach_block_reverse(function->impl,
|
||||
nir_foreach_block_reverse_call(function->impl,
|
||||
find_output_in_block, &state);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user