Home
last modified time | relevance | path

Searched refs:get_head_raw (Results 1 – 18 of 18) sorted by relevance

/external/mesa3d/src/compiler/glsl/
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()
Dopt_conditional_discard.cpp68 !ir->then_instructions.get_head_raw()->next->is_tail_sentinel() || in visit_leave()
69 !((ir_instruction *) ir->then_instructions.get_head_raw())->as_discard() || in visit_leave()
74 ir_discard *discard = (ir_discard *) ir->then_instructions.get_head_raw(); in visit_leave()
Dlist.h303 const exec_node *get_head_raw() const;
304 exec_node *get_head_raw();
574 inline const exec_node *exec_list::get_head_raw() const in get_head_raw() function
579 inline exec_node *exec_list::get_head_raw() in get_head_raw() function
Dlower_packed_varyings.cpp819 main_func_sig->body.get_head_raw()->insert_before(&new_variables); in lower_packed_varyings()
830 main_func_sig->body.get_head_raw()->insert_before(&new_variables); in lower_packed_varyings()
843 main_func_sig->body.get_head_raw()->insert_before(&new_instructions); in lower_packed_varyings()
844 main_func_sig->body.get_head_raw()->insert_before(&new_variables); in lower_packed_varyings()
Dopt_flatten_nested_if_blocks.cpp93 ir_if *inner = ((ir_instruction *) ir->then_instructions.get_head_raw())->as_if(); in visit_leave()
Dast_function.cpp185 exec_node *actual_ir_node = actual_ir_parameters.get_head_raw(); in verify_parameter_modes()
186 exec_node *actual_ast_node = actual_ast_parameters.get_head_raw(); in verify_parameter_modes()
320 (ir_rvalue *) actual_ir_parameters.get_head_raw(); in verify_parameter_modes()
324 actual_ast_parameters.get_head_raw(), link); in verify_parameter_modes()
1174 const ir_rvalue *const p = (ir_rvalue *) parameters->get_head_raw(); in single_scalar_parameter()
1218 ir_rvalue *first_param = (ir_rvalue *)parameters->get_head_raw(); in emit_inline_vector_constructor()
1416 ir_rvalue *const first_param = (ir_rvalue *) parameters->get_head_raw(); in emit_inline_matrix_constructor()
1674 exec_node *node = parameters->get_head_raw(); in emit_inline_record_constructor()
2075 actual_parameters.get_head_raw(), in hir()
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()
Dopt_dead_code.cpp104 entry->assign_list.get_head_raw(), link); in do_dead_code()
Dlower_distance.cpp532 const exec_node *formal_param_node = ir->callee->parameters.get_head_raw(); in visit_leave()
533 const exec_node *actual_param_node = ir->actual_parameters.get_head_raw(); in visit_leave()
Dir_constant_expression.cpp962 …exec_node *parameter_info = origin ? origin->parameters.get_head_raw() : parameters.get_head_raw(); in constant_expression_value()
Dir.cpp683 ir_constant *value = (ir_constant *) (value_list->get_head_raw()); in ir_constant()
949 exec_node *node = this->components.get_head_raw(); in get_record_field()
1073 const exec_node *a_node = this->components.get_head_raw(); in has_value()
1074 const exec_node *b_node = c->components.get_head_raw(); in has_value()
Dir_clone.cpp346 for (const exec_node *node = this->components.get_head_raw() in clone()
Dopt_dead_builtin_varyings.cpp383 ir->get_head_raw()->insert_before(new_var[i]); in prepare_array()
Dir_validate.cpp854 const exec_node *formal_param_node = callee->parameters.get_head_raw(); in visit_enter()
855 const exec_node *actual_param_node = ir->actual_parameters.get_head_raw(); in visit_enter()
Dglsl_parser_extras.cpp886 for (exec_node *expr_node = ai->expressions.get_head_raw(); in _mesa_ast_set_aggregate_type()
898 exec_node *expr_node = ai->expressions.get_head_raw(); in _mesa_ast_set_aggregate_type()
912 for (exec_node *expr_node = ai->expressions.get_head_raw(); in _mesa_ast_set_aggregate_type()
Dir_reader.cpp211 exec_node *node = ((s_list *) expr)->subexpressions.get_head_raw()->next->next; in read_function()
254 exec_node *node = paramlist->subexpressions.get_head_raw()->next; in read_function_sig()
Dast_type.cpp800 for (exec_node *node = layout_const_expressions.get_head_raw(); in process_qualifier_constant()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp3436 if (inst == this->instructions.get_head_raw()) in visit_ssbo_intrinsic()
3441 if (inst == this->instructions.get_head_raw()) in visit_ssbo_intrinsic()