Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/spirv/
Dvtn_cfg.c1284 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()
/third_party/mesa3d/src/compiler/nir/
Dnir_builder.h1752 nir_goto(nir_builder *build, struct nir_block *target) in nir_goto() function