Home
last modified time | relevance | path

Searched refs:exec_node (Results 1 – 25 of 64) sorted by relevance

123

/external/mesa3d/src/compiler/glsl/
Dlist.h53 struct exec_node { struct
54 struct exec_node *next; argument
55 struct exec_node *prev; argument
58 DECLARE_RZALLOC_CXX_OPERATORS(exec_node)
60 exec_node() : next(NULL), prev(NULL) in exec_node() argument
65 const exec_node *get_next() const;
66 exec_node *get_next();
68 const exec_node *get_prev() const;
69 exec_node *get_prev();
83 void insert_after(exec_node *after);
[all …]
Dir_function.cpp46 const exec_node *node_a = list_a->get_head_raw(); in parameter_lists_match()
47 const exec_node *node_b = list_b->get_head_raw(); in parameter_lists_match()
225 const exec_node *node_a = sig->parameters.get_head_raw(); in is_best_inexact_overload()
226 const exec_node *node_b = (*other)->parameters.get_head_raw(); in is_best_inexact_overload()
227 const exec_node *node_p = actual_parameters->get_head_raw(); in is_best_inexact_overload()
371 const exec_node *node_a = list_a->get_head_raw(); in parameter_lists_match_exact()
372 const exec_node *node_b = list_b->get_head_raw(); in parameter_lists_match_exact()
Dlower_int64.cpp151 exec_node *const after = &instructions->head_sentinel; in lower_64bit_integer_instructions()
152 exec_node *const before = instructions->head_sentinel.next; in lower_64bit_integer_instructions()
153 exec_node *const head = v.function_list.head_sentinel.next; in lower_64bit_integer_instructions()
154 exec_node *const tail = v.function_list.tail_sentinel.prev; in lower_64bit_integer_instructions()
301 exec_node *const after = base_ir; in lower_op_to_function_call()
302 exec_node *const before = after->prev; in lower_op_to_function_call()
303 exec_node *const head = instructions.head_sentinel.next; in lower_op_to_function_call()
304 exec_node *const tail = instructions.tail_sentinel.prev; in lower_op_to_function_call()
Dloop_analysis.h53 class loop_variable_state : public exec_node {
130 class loop_variable : public exec_node {
196 class loop_terminator : public exec_node {
Dlink_functions.cpp197 const exec_node *formal_param_node = ir->callee->parameters.get_head(); in visit_leave()
199 const exec_node *actual_param_node = ir->actual_parameters.get_head(); in visit_leave()
Dir_variable_refcount.h40 exec_node link;
Dopt_copy_propagation_elements.cpp60 class acp_ref : public exec_node
70 class acp_entry : public exec_node
93 class kill_entry : public exec_node
Dopt_dead_functions.cpp37 class signature_entry : public exec_node
Dlower_tess_level.cpp386 const exec_node *formal_param_node = ir->callee->parameters.get_head_raw(); in visit_leave()
387 const exec_node *actual_param_node = ir->actual_parameters.get_head_raw(); in visit_leave()
Dir_variable_refcount.cpp51 exec_node *n; in free_entry()
Dlinker.h203 struct exec_node link;
/external/mesa3d/src/compiler/nir/
Dnir.h172 struct exec_node node;
379 struct exec_node node;
435 struct exec_node node;
451 struct exec_node *next = exec_node_get_next(&instr->node); in nir_instr_next()
461 struct exec_node *prev = exec_node_get_prev(&instr->node); in nir_instr_prev()
1453 struct exec_node node;
1475 struct exec_node node;
1538 struct exec_node node;
1589 struct exec_node *head = exec_list_get_head(&block->instr_list); in nir_block_first_instr()
1596 struct exec_node *tail = exec_list_get_tail(&block->instr_list); in nir_block_last_instr()
[all …]
Dnir_opt_dce.c33 struct exec_node node;
49 struct exec_node *node = exec_list_pop_head(worklist); in worklist_pop()
Dnir_from_ssa.c85 struct exec_node node;
153 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()
161 struct exec_node *next = bn->next; 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_phi_builder.c49 struct exec_node node;
267 struct exec_node *head = exec_list_get_head(&val->phis); in nir_phi_builder_finish()
/external/mesa3d/src/intel/compiler/
Dbrw_fs_combine_constants.cpp87 struct exec_node link;
91 static struct exec_node *
277 exec_node *n = (imm->inst ? imm->inst : in opt_combine_constants()
Dbrw_shader.h98 struct backend_instruction : public exec_node {
129 struct exec_node link;
Dbrw_disasm_info.c40 struct exec_node *next_node = exec_node_get_next(&group->link); in dump_assembly()
164 struct exec_node *next_node = exec_node_get_next(&cur->link); in disasm_insert_error()
Dbrw_vec4_builder.h83 at(bblock_t *block, exec_node *cursor) const in at()
99 return at(NULL, (exec_node *)&shader->instructions.tail_sentinel); in at_end()
620 exec_node *cursor;
Dbrw_disasm_info.h38 struct exec_node link;
Dbrw_fs_builder.h87 at(bblock_t *block, exec_node *cursor) const in at()
103 return at(NULL, (exec_node *)&shader->instructions.tail_sentinel); in at_end()
648 exec_node *cursor;
Dbrw_shader.cpp1051 exec_node::insert_after(inst); in insert_after()
1066 exec_node::insert_before(inst); in insert_before()
1080 exec_node::insert_before(list); in insert_before()
1096 exec_node::remove(); in remove()
Dbrw_cfg.h45 struct exec_node link;
81 struct exec_node link;
/external/mesa3d/src/intel/tools/
Ddisasm.c90 struct exec_node *next_node = exec_node_get_next(&group->link); in gen_disasm_disassemble()
/external/wpa_supplicant_8/hs20/server/
Dspp_server.c1021 xml_node_t *spp_node, *exec_node; in browser_remediation() local
1035 exec_node = xml_node_create(ctx->xml, spp_node, ns, "exec"); in browser_remediation()
1036 xml_node_create_text(ctx->xml, exec_node, ns, "launchBrowserToURI", in browser_remediation()
1358 xml_node_t *spp_node, *node, *exec_node; in spp_exec_upload_mo() local
1365 exec_node = xml_node_create(ctx->xml, spp_node, ns, "exec"); in spp_exec_upload_mo()
1367 node = xml_node_create(ctx->xml, exec_node, ns, "uploadMO"); in spp_exec_upload_mo()
1381 xml_node_t *spp_node, *exec_node; in hs20_subscription_registration() local
1396 exec_node = xml_node_create(ctx->xml, spp_node, ns, "exec"); in hs20_subscription_registration()
1400 xml_node_create_text(ctx->xml, exec_node, ns, "launchBrowserToURI", in hs20_subscription_registration()
1577 xml_node_t *spp_node, *enroll, *exec_node; in spp_exec_get_certificate() local
[all …]

123