/external/mesa3d/src/compiler/glsl/ |
D | list.h | 54 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 …]
|
D | ir_function.cpp | 46 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()
|
D | loop_analysis.h | 70 class loop_variable_state : public exec_node { 147 class loop_variable : public exec_node { 213 class loop_terminator : public exec_node {
|
D | link_functions.cpp | 197 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()
|
D | ir_variable_refcount.h | 37 exec_node link;
|
D | opt_copy_propagation_elements.cpp | 60 class acp_ref : public exec_node 70 class acp_entry : public exec_node 93 class kill_entry : public exec_node
|
D | opt_dead_functions.cpp | 37 class signature_entry : public exec_node
|
D | lower_tess_level.cpp | 385 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()
|
D | ir_variable_refcount.cpp | 51 exec_node *n; in free_entry()
|
D | opt_constant_propagation.cpp | 47 class acp_entry : public exec_node 80 class kill_entry : public exec_node
|
D | linker.h | 210 struct exec_node link;
|
/external/mesa3d/src/compiler/nir/ |
D | nir.h | 149 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 …]
|
D | nir_opt_dce.c | 33 struct exec_node node; 49 struct exec_node *node = exec_list_pop_head(worklist); in worklist_pop()
|
D | nir_from_ssa.c | 84 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()
|
D | nir_phi_builder.c | 49 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/ |
D | brw_fs_combine_constants.cpp | 87 struct exec_node link; 91 static struct exec_node * 277 exec_node *n = (imm->inst ? imm->inst : in opt_combine_constants()
|
D | brw_shader.h | 96 struct backend_instruction : public exec_node { 127 struct exec_node link;
|
D | brw_vec4_builder.h | 84 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;
|
D | intel_resolve_map.h | 118 struct exec_node link;
|
D | brw_fs_builder.h | 88 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;
|
D | intel_resolve_map.c | 92 foreach_in_list_safe(struct exec_node, node, resolve_map) { in intel_resolve_map_clear()
|
D | brw_cfg.h | 46 struct exec_node link; 82 struct exec_node link;
|
D | brw_shader.cpp | 1043 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/ |
D | anv_nir_apply_dynamic_offsets.c | 111 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/ |
D | spp_server.c | 813 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 …]
|