Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_control_flow.h72 nir_cf_node_insert(nir_before_cf_list(list), node); in nir_cf_node_insert_begin()
151 nir_cf_extract(extracted, nir_before_cf_list(cf_list), in nir_cf_list_extract()
Dnir_lower_returns.c66 nir_instr_insert(nir_before_cf_list(&if_stmt->then_list), &brk->instr); in predicate_following()
75 nir_cf_reinsert(&list, nir_before_cf_list(&if_stmt->else_list)); in predicate_following()
191 b->cursor = nir_before_cf_list(&b->impl->body); in lower_returns_in_block()
Dnir_opt_if.c189 nir_cf_extract(&tmp, nir_before_cf_list(entry_list), in opt_peel_loop_initial_if()
194 nir_cf_extract(&tmp, nir_before_cf_list(continue_list), in opt_peel_loop_initial_if()
Dnir_lower_passthrough_edgeflags.c36 b.cursor = nir_before_cf_list(&impl->body); in lower_impl()
Dnir_builder.h101 build->cursor = nir_before_cf_list(&nif->then_list); in nir_push_if()
114 build->cursor = nir_before_cf_list(&nif->else_list); in nir_push_else()
163 build->cursor = nir_before_cf_list(&loop->body); in nir_push_loop()
187 nir_instr_insert(nir_before_cf_list(&build->impl->body), &undef->instr); in nir_ssa_undef()
Dnir_lower_alpha_test.c48 b.cursor = nir_before_cf_list(&impl->body); in nir_lower_alpha_test()
Dnir_lower_constant_initializers.c46 b->cursor = nir_before_cf_list(&b->impl->body); in lower_const_initializer()
Dnir_lower_bitmap.c124 b.cursor = nir_before_cf_list(&impl->body); in lower_bitmap_impl()
Dnir_lower_gs_intrinsics.c200 b.cursor = nir_before_cf_list(&impl->body); in nir_lower_gs_intrinsics()
Dnir_phi_builder.c192 nir_instr_insert(nir_before_cf_list(&val->builder->impl->body), in nir_phi_builder_value_get_block_def()
Dnir_lower_clip.c273 b.cursor = nir_before_cf_list(&impl->body); in lower_clip_fs()
Dnir.h2168 nir_before_cf_list(struct exec_list *cf_list) in nir_before_cf_list() function
2229 nir_instr_insert(nir_before_cf_list(list), before); in nir_instr_insert_before_cf_list()
/external/mesa3d/src/compiler/spirv/
Dvtn_cfg.c98 b->nb.cursor = nir_before_cf_list(&b->func->impl->body); in vtn_cfg_handle_prepass_instruction()
784 b->nb.cursor = nir_before_cf_list(&loop->body); in vtn_emit_cf_list()