Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_cfg.h127 return (struct backend_instruction *)exec_list_get_head(&block->instructions); in bblock_start()
335 return (struct bblock_t *)exec_list_get_head(&cfg->block_list); in cfg_first_block()
/external/mesa3d/src/compiler/nir/
Dnir_from_ssa.c169 struct exec_node *an = exec_list_get_head(&a->nodes); in merge_merge_sets()
170 struct exec_node *bn = exec_list_get_head(&b->nodes); in merge_merge_sets()
205 struct exec_node *an = exec_list_get_head(&a->nodes); in merge_sets_interfere()
206 struct exec_node *bn = exec_list_get_head(&b->nodes); in merge_sets_interfere()
Dnir_opt_dead_cf.c292 cur = exec_node_data(nir_cf_node, exec_list_get_head(list), in dead_cf_list()
Dnir_phi_builder.c292 struct exec_node *head = exec_list_get_head(&val->phis); in nir_phi_builder_finish()
Dnir.h2826 struct exec_node *head = exec_list_get_head(&block->instr_list); in nir_block_first_instr()
3123 struct exec_node *head = exec_list_get_head(&if_stmt->then_list); in NIR_DEFINE_CAST()
3137 struct exec_node *head = exec_list_get_head(&if_stmt->else_list); in nir_if_first_else_block()
3151 struct exec_node *head = exec_list_get_head(&loop->body); in nir_loop_first_block()
3169 struct exec_node *head = exec_list_get_head(cf_list); in nir_cf_list_is_empty_block()
3874 exec_list_get_head(cf_list), node); in nir_before_cf_list()
Dnir_print.c1363 if (&src->node != exec_list_get_head(&instr->srcs)) in print_phi_instr()
1376 if (&entry->node != exec_list_get_head(&instr->entries)) in print_parallel_copy_instr()
Dnir_lower_goto_ifs.c958 exec_node_data(nir_cf_node, exec_list_get_head(&cf_list.list), node); in nir_lower_goto_ifs_impl()
/external/mesa3d/src/compiler/glsl/
Dlist.h389 exec_list_get_head(struct exec_list *list) in exec_list_get_head() function
477 struct exec_node *const n = exec_list_get_head(list); in exec_list_pop_head()
598 return exec_list_get_head(this); in get_head()
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_nir.cpp855 struct nir_function *func = (struct nir_function *)exec_list_get_head(&sh->functions); in r600_shader_from_nir()
/external/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c4679 nir_block *then_block = (nir_block *)exec_list_get_head(&if_stmt->then_list); in visit_if()
4686 nir_block *else_block = (nir_block *)exec_list_get_head(&if_stmt->else_list); in visit_if()
4697 nir_block *first_loop_block = (nir_block *)exec_list_get_head(&loop->body); in visit_loop()
4844 func = (struct nir_function *)exec_list_get_head(&nir->functions); in ac_nir_translate()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_nir.c2225 func = (struct nir_function *)exec_list_get_head(&nir->functions); in lp_build_nir_llvm()