Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir.h5056 nir_block *nir_block_unstructured_next(nir_block *block);
5061 block = nir_block_unstructured_next(block))
5065 *next = nir_block_unstructured_next(block); \
5067 block = next, next = nir_block_unstructured_next(block))
H A Dnir.c1707 nir_block_unstructured_next(nir_block *block) in nir_block_unstructured_next() function