Searched refs:nir_goto (Results 1 – 2 of 2) sorted by relevance
1284 nir_goto(&b->nb, branch_block->block); in vtn_emit_cf_func_unstructured()1295 nir_goto(&b->nb, then_block->block); in vtn_emit_cf_func_unstructured()1338 nir_goto(&b->nb, def->block->block); in vtn_emit_cf_func_unstructured()1344 nir_goto(&b->nb, b->func->nir_func->impl->end_block); in vtn_emit_cf_func_unstructured()1352 nir_goto(&b->nb, b->func->nir_func->impl->end_block); in vtn_emit_cf_func_unstructured()
1752 nir_goto(nir_builder *build, struct nir_block *target) in nir_goto() function