/external/mesa3d/src/compiler/glsl/ |
D | list.h | 53 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 …]
|
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 | lower_int64.cpp | 151 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()
|
D | loop_analysis.h | 53 class loop_variable_state : public exec_node { 130 class loop_variable : public exec_node { 196 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 | 40 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 | 386 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()
|
D | ir_variable_refcount.cpp | 51 exec_node *n; in free_entry()
|
D | linker.h | 203 struct exec_node link;
|
/external/mesa3d/src/compiler/nir/ |
D | nir.h | 172 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 …]
|
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 | 85 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()
|
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/intel/compiler/ |
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 | 98 struct backend_instruction : public exec_node { 129 struct exec_node link;
|
D | brw_disasm_info.c | 40 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()
|
D | brw_vec4_builder.h | 83 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;
|
D | brw_disasm_info.h | 38 struct exec_node link;
|
D | brw_fs_builder.h | 87 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;
|
D | brw_shader.cpp | 1051 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()
|
D | brw_cfg.h | 45 struct exec_node link; 81 struct exec_node link;
|
/external/mesa3d/src/intel/tools/ |
D | disasm.c | 90 struct exec_node *next_node = exec_node_get_next(&group->link); in gen_disasm_disassemble()
|
/external/wpa_supplicant_8/hs20/server/ |
D | spp_server.c | 1021 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 …]
|