Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/spirv/
Dvtn_cfg.c963 if (!pred->end_nop) in vtn_handle_phi_second_pass()
966 b->nb.cursor = nir_after_instr(&pred->end_nop->instr); in vtn_handle_phi_second_pass()
1118 block->end_nop = nir_nop(&b->nb); in vtn_emit_cf_list_structured()
1320 block->end_nop = nir_nop(&b->nb); in vtn_emit_cf_func_unstructured()
Dvtn_private.h256 nir_intrinsic_instr *end_nop; member