/third_party/mesa3d/src/compiler/glsl/ |
D | opt_structure_splitting.cpp | 79 this->variable_list.make_empty(); in ir_structure_reference_visitor() 96 exec_list variable_list; member in __anon5ff2f38e0111::ir_structure_reference_visitor 111 foreach_in_list(variable_entry, entry, &this->variable_list) { in get_variable_entry() 117 this->variable_list.push_tail(entry); in get_variable_entry() 159 if (this->variable_list.is_empty()) in visit_enter() 187 this->variable_list = vars; in ir_structure_splitting_visitor() 200 exec_list *variable_list; member in __anon5ff2f38e0111::ir_structure_splitting_visitor 211 foreach_in_list(variable_entry, entry, this->variable_list) { in get_splitting_entry() 308 foreach_in_list_safe(variable_entry, entry, &refs.variable_list) { in do_structure_splitting() 320 if (refs.variable_list.is_empty()) in do_structure_splitting() [all …]
|
D | opt_array_splitting.cpp | 95 this->variable_list.make_empty(); in ir_array_reference_visitor() 116 exec_list variable_list; member in __anona9c2bafc0111::ir_array_reference_visitor 166 foreach_in_list(variable_entry, entry, &this->variable_list) { in get_variable_entry() 172 this->variable_list.push_tail(entry); in get_variable_entry() 291 foreach_in_list_safe(variable_entry, entry, &variable_list) { in get_split_list() 303 return !variable_list.is_empty(); in get_split_list() 314 this->variable_list = vars; in ir_array_splitting_visitor() 327 exec_list *variable_list; member in ir_array_splitting_visitor 335 foreach_in_list(variable_entry, entry, this->variable_list) { in get_splitting_entry() 451 foreach_in_list(variable_entry, entry, &refs.variable_list) { in optimize_split_arrays() [all …]
|
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_variable.c | 277 struct rc_list ** variable_list, in get_variable_helper() argument 281 for (list_ptr = *variable_list; list_ptr; list_ptr = list_ptr->Next) { in get_variable_helper() 290 rc_list_add(variable_list, rc_list(&variable->C->Pool, variable)); in get_variable_helper() 294 struct rc_list ** variable_list, in get_variable_pair_helper() argument 326 get_variable_helper(variable_list, new_var); in get_variable_pair_helper() 364 struct rc_list * variable_list = NULL; in rc_get_variables() local 409 get_variable_helper(&variable_list, new_var); in rc_get_variables() 419 get_variable_pair_helper(&variable_list, c, inst, in rc_get_variables() 421 get_variable_pair_helper(&variable_list, c, inst, in rc_get_variables() 426 if (variable_list && needs_sorting) { in rc_get_variables() [all …]
|
/third_party/node/deps/v8/src/parsing/ |
D | expression-scope.h | 94 ScopedList<std::pair<VariableProxy*, int>>* variable_list) { in MergeVariableList() argument 103 for (auto& proxy_initializer_pair : *variable_list) { in MergeVariableList() 108 variable_list->MergeInto(AsExpressionParsingScope()->variable_list()); in MergeVariableList() 594 ScopedList<std::pair<VariableProxy*, int>>* variable_list() { in variable_list() function 774 this->parent()->MergeVariableList(this->variable_list()); in ValidateExpression() 791 for (auto& proxy_initializer_pair : *this->variable_list()) { in ValidateAndCreateScope()
|
D | parser-base.h | 5482 DCHECK_EQ(expression_scope.variable_list()->length(), 1); in ParseExpressionOrLabelledStatement() 5483 VariableProxy* label = expression_scope.variable_list()->at(0).first; in ParseExpressionOrLabelledStatement()
|
/third_party/alsa-lib/src/ucm/ |
D | utils.c | 662 list_for_each(pos, &uc_mgr->variable_list) { in uc_mgr_get_variable() 677 list_for_each(pos, &uc_mgr->variable_list) { in uc_mgr_set_variable() 703 list_add_tail(&curr->list, &uc_mgr->variable_list); in uc_mgr_set_variable() 732 uc_mgr_free_value(&uc_mgr->variable_list); in uc_mgr_free_verb()
|
D | ucm_local.h | 260 struct list_head variable_list; member
|
D | main.c | 1383 INIT_LIST_HEAD(&mgr->variable_list); in snd_use_case_mgr_open()
|
/third_party/gn/docs/ |
D | reference.md | 2481 The variables in the given variable_list will be copied if they exist in the 2485 As a special case, if the variable_list is a string with the value of "*",
|