Searched refs:nir_before_cf_list (Results 1 – 13 of 13) sorted by relevance
/external/mesa3d/src/compiler/nir/ |
D | nir_control_flow.h | 72 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()
|
D | nir_lower_returns.c | 66 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()
|
D | nir_opt_if.c | 189 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()
|
D | nir_lower_passthrough_edgeflags.c | 36 b.cursor = nir_before_cf_list(&impl->body); in lower_impl()
|
D | nir_builder.h | 101 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()
|
D | nir_lower_alpha_test.c | 48 b.cursor = nir_before_cf_list(&impl->body); in nir_lower_alpha_test()
|
D | nir_lower_constant_initializers.c | 46 b->cursor = nir_before_cf_list(&b->impl->body); in lower_const_initializer()
|
D | nir_lower_bitmap.c | 124 b.cursor = nir_before_cf_list(&impl->body); in lower_bitmap_impl()
|
D | nir_lower_gs_intrinsics.c | 200 b.cursor = nir_before_cf_list(&impl->body); in nir_lower_gs_intrinsics()
|
D | nir_phi_builder.c | 192 nir_instr_insert(nir_before_cf_list(&val->builder->impl->body), in nir_phi_builder_value_get_block_def()
|
D | nir_lower_clip.c | 273 b.cursor = nir_before_cf_list(&impl->body); in lower_clip_fs()
|
D | nir.h | 2168 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/ |
D | vtn_cfg.c | 98 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()
|