Searched refs:nir_goto_if (Results 1 – 2 of 2) sorted by relevance
1341 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()
1627 nir_goto_if(nir_builder *build, struct nir_block *target, nir_src cond, in nir_goto_if() function