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.h54 struct exec_node { struct
55 struct exec_node *next; argument
56 struct exec_node *prev; argument
59 DECLARE_RZALLOC_CXX_OPERATORS(exec_node)
61 exec_node() : next(NULL), prev(NULL) in exec_node() function
66 const exec_node *get_next() const;
67 exec_node *get_next();
69 const exec_node *get_prev() const;
70 exec_node *get_prev();
84 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()
Dloop_analysis.h70 class loop_variable_state : public exec_node {
147 class loop_variable : public exec_node {
213 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.h37 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.cpp385 const exec_node *formal_param_node = ir->callee->parameters.get_head_raw(); in visit_leave()
386 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()
Dopt_constant_propagation.cpp47 class acp_entry : public exec_node
80 class kill_entry : public exec_node
Dlinker.h210 struct exec_node link;
/external/mesa3d/src/compiler/nir/
Dnir.h149 struct exec_node node;
338 struct exec_node node;
394 struct exec_node node;
410 struct exec_node *next = exec_node_get_next(&instr->node); in nir_instr_next()
420 struct exec_node *prev = exec_node_get_prev(&instr->node); in nir_instr_prev()
1375 struct exec_node node;
1397 struct exec_node node;
1460 struct exec_node node;
1511 struct exec_node *head = exec_list_get_head(&block->instr_list); in nir_block_first_instr()
1518 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.c84 struct exec_node node;
152 struct exec_node *an = exec_list_get_head(&a->nodes); in merge_merge_sets()
153 struct exec_node *bn = exec_list_get_head(&b->nodes); in merge_merge_sets()
160 struct exec_node *next = bn->next; in merge_merge_sets()
188 struct exec_node *an = exec_list_get_head(&a->nodes); in merge_sets_interfere()
189 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/mesa/drivers/dri/i965/
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.h96 struct backend_instruction : public exec_node {
127 struct exec_node link;
Dbrw_vec4_builder.h84 at(bblock_t *block, exec_node *cursor) const in at()
100 return at(NULL, (exec_node *)&shader->instructions.tail_sentinel); in at_end()
621 exec_node *cursor;
Dintel_resolve_map.h118 struct exec_node link;
Dbrw_fs_builder.h88 at(bblock_t *block, exec_node *cursor) const in at()
104 return at(NULL, (exec_node *)&shader->instructions.tail_sentinel); in at_end()
649 exec_node *cursor;
Dintel_resolve_map.c92 foreach_in_list_safe(struct exec_node, node, resolve_map) { in intel_resolve_map_clear()
Dbrw_cfg.h46 struct exec_node link;
82 struct exec_node link;
Dbrw_shader.cpp1043 exec_node::insert_after(inst); in insert_after()
1058 exec_node::insert_before(inst); in insert_before()
1072 exec_node::insert_before(list); in insert_before()
1088 exec_node::remove(); in remove()
/external/mesa3d/src/intel/vulkan/
Danv_nir_apply_dynamic_offsets.c111 struct exec_node *tnode = exec_list_get_tail(&if_stmt->then_list); in apply_dynamic_offsets_block()
122 struct exec_node *enode = exec_list_get_tail(&if_stmt->else_list); in apply_dynamic_offsets_block()
/external/wpa_supplicant_8/hs20/server/
Dspp_server.c813 xml_node_t *spp_node, *exec_node; in browser_remediation() local
827 exec_node = xml_node_create(ctx->xml, spp_node, ns, "exec"); in browser_remediation()
828 xml_node_create_text(ctx->xml, exec_node, ns, "launchBrowserToURI", in browser_remediation()
1130 xml_node_t *spp_node, *node, *exec_node; in spp_exec_upload_mo() local
1137 exec_node = xml_node_create(ctx->xml, spp_node, ns, "exec"); in spp_exec_upload_mo()
1139 node = xml_node_create(ctx->xml, exec_node, ns, "uploadMO"); in spp_exec_upload_mo()
1152 xml_node_t *spp_node, *exec_node; in hs20_subscription_registration() local
1167 exec_node = xml_node_create(ctx->xml, spp_node, ns, "exec"); in hs20_subscription_registration()
1171 xml_node_create_text(ctx->xml, exec_node, ns, "launchBrowserToURI", in hs20_subscription_registration()
1283 xml_node_t *spp_node, *enroll, *exec_node; in spp_exec_get_certificate() local
[all …]

123