Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/spirv/
Dvtn_cfg.c1171 nir_variable *fall_var = in vtn_emit_cf_list_structured() local
1173 nir_store_var(&b->nb, fall_var, nir_imm_false(&b->nb), 1); in vtn_emit_cf_list_structured()
1192 cond = nir_ior(&b->nb, cond, nir_load_var(&b->nb, fall_var)); in vtn_emit_cf_list_structured()
1197 nir_store_var(&b->nb, fall_var, nir_imm_true(&b->nb), 1); in vtn_emit_cf_list_structured()
1198 vtn_emit_cf_list_structured(b, &cse->body, fall_var, &has_break, in vtn_emit_cf_list_structured()