Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir.h4023 nir_block *nir_block_unstructured_next(nir_block *block);
4028 block = nir_block_unstructured_next(block))
4032 *next = nir_block_unstructured_next(block); \
4034 block = next, next = nir_block_unstructured_next(block))
Dnir.c1689 nir_block_unstructured_next(nir_block *block) in nir_block_unstructured_next() function