Home
last modified time | relevance | path

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

/third_party/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()
226 const exec_node *node_a = sig->parameters.get_head_raw(); in is_best_inexact_overload()
227 const exec_node *node_b = (*other)->parameters.get_head_raw(); in is_best_inexact_overload()
228 const exec_node *node_p = actual_parameters->get_head_raw(); in is_best_inexact_overload()
376 const exec_node *node_a = list_a->get_head_raw(); in parameter_lists_match_exact()
377 const exec_node *node_b = list_b->get_head_raw(); in parameter_lists_match_exact()
Dlist.h308 const exec_node *get_head_raw() const;
309 exec_node *get_head_raw();
601 inline const exec_node *exec_list::get_head_raw() const in get_head_raw() function
606 inline exec_node *exec_list::get_head_raw() in get_head_raw() function
Dast_function.cpp228 exec_node *actual_ir_node = actual_ir_parameters.get_head_raw(); in verify_parameter_modes()
229 exec_node *actual_ast_node = actual_ast_parameters.get_head_raw(); in verify_parameter_modes()
371 (ir_rvalue *) actual_ir_parameters.get_head_raw(); in verify_parameter_modes()
375 actual_ast_parameters.get_head_raw(), link); in verify_parameter_modes()
384 (ir_rvalue *) actual_ir_parameters.get_head_raw(); in verify_parameter_modes()
388 actual_ast_parameters.get_head_raw(), link); in verify_parameter_modes()
1413 const ir_rvalue *const p = (ir_rvalue *) parameters->get_head_raw(); in single_scalar_parameter()
1457 ir_rvalue *first_param = (ir_rvalue *)parameters->get_head_raw(); in emit_inline_vector_constructor()
1660 ir_rvalue *const first_param = (ir_rvalue *) parameters->get_head_raw(); in emit_inline_matrix_constructor()
1916 exec_node *node = parameters->get_head_raw(); in emit_inline_record_constructor()
[all …]
Dopt_flatten_nested_if_blocks.cpp93 ir_if *inner = ((ir_instruction *) ir->then_instructions.get_head_raw())->as_if(); in visit_leave()
Dlower_tess_level.cpp387 const exec_node *formal_param_node = ir->callee->parameters.get_head_raw(); in visit_leave()
388 const exec_node *actual_param_node = ir->actual_parameters.get_head_raw(); in visit_leave()
Dopt_dead_code.cpp103 entry->assign_list.get_head_raw(), link); in do_dead_code()
Dlower_distance.cpp534 const exec_node *formal_param_node = ir->callee->parameters.get_head_raw(); in visit_leave()
535 const exec_node *actual_param_node = ir->actual_parameters.get_head_raw(); in visit_leave()
Dlower_int64.cpp141 ir_instruction *first_inst = (ir_instruction *) instructions->get_head_raw(); in lower_64bit_integer_instructions()
Dir_constant_expression.cpp1206 …exec_node *parameter_info = origin ? origin->parameters.get_head_raw() : parameters.get_head_raw(); in constant_expression_value()
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()
Dglsl_parser_extras.cpp981 for (exec_node *expr_node = ai->expressions.get_head_raw(); in _mesa_ast_set_aggregate_type()
993 exec_node *expr_node = ai->expressions.get_head_raw(); in _mesa_ast_set_aggregate_type()
1007 for (exec_node *expr_node = ai->expressions.get_head_raw(); in _mesa_ast_set_aggregate_type()
Dir_validate.cpp1141 const exec_node *formal_param_node = callee->parameters.get_head_raw(); in visit_enter()
1142 const exec_node *actual_param_node = ir->actual_parameters.get_head_raw(); in visit_enter()
Dast_type.cpp936 for (exec_node *node = layout_const_expressions.get_head_raw(); in process_qualifier_constant()
Dir.cpp918 ir_constant *value = (ir_constant *) (value_list->get_head_raw()); in ir_constant()