Searched refs:nir_block_unstructured_next (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir.h4345 nir_block *nir_block_unstructured_next(nir_block *block);
4350 block = nir_block_unstructured_next(block))
4354 *next = nir_block_unstructured_next(block); \
4356 block = next, next = nir_block_unstructured_next(block))
H A Dnir.c1773 nir_block_unstructured_next(nir_block *block) function in typeref:typename:nir_block *

Completed in 19 milliseconds