Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/spirv/
Dvtn_cfg.c1341 nir_goto_if(&b->nb, then_block->block, nir_src_for_ssa(cond), in vtn_emit_cf_func_unstructured()
1373 nir_goto_if(&b->nb, cse->block->block, nir_src_for_ssa(cond), e); in vtn_emit_cf_func_unstructured()
/third_party/mesa3d/src/compiler/nir/
Dnir_builder.h1627 nir_goto_if(nir_builder *build, struct nir_block *target, nir_src cond, in nir_goto_if() function