Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_from_ssa.c153 struct exec_node *an = exec_list_get_head(&a->nodes); in merge_merge_sets()
154 struct exec_node *bn = exec_list_get_head(&b->nodes); in merge_merge_sets()
189 struct exec_node *an = exec_list_get_head(&a->nodes); in merge_sets_interfere()
190 struct exec_node *bn = exec_list_get_head(&b->nodes); in merge_sets_interfere()
Dnir.h1589 struct exec_node *head = exec_list_get_head(&block->instr_list); in nir_block_first_instr()
1759 struct exec_node *head = exec_list_get_head(&if_stmt->then_list); in NIR_DEFINE_CAST()
1773 struct exec_node *head = exec_list_get_head(&if_stmt->else_list); in nir_if_first_else_block()
1787 struct exec_node *head = exec_list_get_head(&loop->body); in nir_loop_first_block()
1946 struct exec_node *func_node = exec_list_get_head(&shader->functions); in nir_shader_get_entrypoint()
2171 exec_list_get_head(cf_list), node); in nir_before_cf_list()
Dnir_opt_dead_cf.c276 cur = exec_node_data(nir_cf_node, exec_list_get_head(list), in dead_cf_list()
Dnir_phi_builder.c267 struct exec_node *head = exec_list_get_head(&val->phis); in nir_phi_builder_finish()
Dnir_print.c887 if (&src->node != exec_list_get_head(&instr->srcs)) in print_phi_instr()
900 if (&entry->node != exec_list_get_head(&instr->entries)) in print_parallel_copy_instr()
/external/mesa3d/src/compiler/glsl/
Dlist.h376 exec_list_get_head(struct exec_list *list) in exec_list_get_head() function
464 struct exec_node *const n = exec_list_get_head(list); in exec_list_pop_head()
570 return exec_list_get_head(this); in get_head()
/external/mesa3d/src/intel/compiler/
Dbrw_cfg.h99 return (struct backend_instruction *)exec_list_get_head(&block->instructions); in bblock_start()
/external/mesa3d/src/amd/vulkan/
Dradv_shader.c213 struct exec_node *node = exec_list_get_head(&nir->functions); in radv_shader_compile_to_nir()
/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c5285 (nir_block *) exec_list_get_head(&if_stmt->then_list); in visit_if()
5293 (nir_block *) exec_list_get_head(&if_stmt->else_list); in visit_if()
5305 (nir_block *) exec_list_get_head(&loop->body); in visit_loop()
6779 func = (struct nir_function *)exec_list_get_head(&nir->functions); in ac_nir_translate()