Searched refs:get_head_raw (Results 1 - 25 of 36) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dopt_conditional_discard.cpp68 !ir->then_instructions.get_head_raw()->next->is_tail_sentinel() ||
69 !((ir_instruction *) ir->then_instructions.get_head_raw())->as_discard() ||
74 ir_discard *discard = (ir_discard *) ir->then_instructions.get_head_raw();
H A Dir_function.cpp46 const exec_node *node_a = list_a->get_head_raw();
47 const exec_node *node_b = list_b->get_head_raw();
226 const exec_node *node_a = sig->parameters.get_head_raw();
227 const exec_node *node_b = (*other)->parameters.get_head_raw();
228 const exec_node *node_p = actual_parameters->get_head_raw();
376 const exec_node *node_a = list_a->get_head_raw();
377 const exec_node *node_b = list_b->get_head_raw();
H A Dopt_flatten_nested_if_blocks.cpp93 ir_if *inner = ((ir_instruction *) ir->then_instructions.get_head_raw())->as_if();
H A Dopt_dead_code.cpp103 entry->assign_list.get_head_raw(), link);
H A 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 function in class:exec_list
606 inline exec_node *exec_list::get_head_raw() function in class:exec_list
H A Dlower_tess_level.cpp387 const exec_node *formal_param_node = ir->callee->parameters.get_head_raw();
388 const exec_node *actual_param_node = ir->actual_parameters.get_head_raw();
H A Dlower_distance.cpp534 const exec_node *formal_param_node = ir->callee->parameters.get_head_raw();
535 const exec_node *actual_param_node = ir->actual_parameters.get_head_raw();
H A Dast_function.cpp227 exec_node *actual_ir_node = actual_ir_parameters.get_head_raw();
228 exec_node *actual_ast_node = actual_ast_parameters.get_head_raw();
370 (ir_rvalue *) actual_ir_parameters.get_head_raw();
374 actual_ast_parameters.get_head_raw(), link);
383 (ir_rvalue *) actual_ir_parameters.get_head_raw();
387 actual_ast_parameters.get_head_raw(), link);
1413 const ir_rvalue *const p = (ir_rvalue *) parameters->get_head_raw();
1457 ir_rvalue *first_param = (ir_rvalue *)parameters->get_head_raw();
1660 ir_rvalue *const first_param = (ir_rvalue *) parameters->get_head_raw();
1916 exec_node *node = parameters->get_head_raw();
[all...]
H A Dlower_packed_varyings.cpp933 main_func_sig->body.get_head_raw()->insert_before(&new_variables);
944 main_func_sig->body.get_head_raw()->insert_before(&new_variables);
957 main_func_sig->body.get_head_raw()->insert_before(&new_instructions);
958 main_func_sig->body.get_head_raw()->insert_before(&new_variables);
H A Dlower_int64.cpp141 ir_instruction *first_inst = (ir_instruction *) instructions->get_head_raw();
H A Dopt_dead_builtin_varyings.cpp384 ir->get_head_raw()->insert_before(new_var[i]);
H A Dir_constant_expression.cpp1216 const exec_node *parameter_info = origin ? origin->parameters.get_head_raw() : parameters.get_head_raw();
H A Dglsl_parser_extras.cpp973 for (exec_node *expr_node = ai->expressions.get_head_raw();
985 exec_node *expr_node = ai->expressions.get_head_raw();
999 for (exec_node *expr_node = ai->expressions.get_head_raw();
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dopt_conditional_discard.cpp68 !ir->then_instructions.get_head_raw()->next->is_tail_sentinel() ||
69 !((ir_instruction *) ir->then_instructions.get_head_raw())->as_discard() ||
74 ir_discard *discard = (ir_discard *) ir->then_instructions.get_head_raw();
H A Dir_function.cpp46 const exec_node *node_a = list_a->get_head_raw();
47 const exec_node *node_b = list_b->get_head_raw();
225 const exec_node *node_a = sig->parameters.get_head_raw();
226 const exec_node *node_b = (*other)->parameters.get_head_raw();
227 const exec_node *node_p = actual_parameters->get_head_raw();
372 const exec_node *node_a = list_a->get_head_raw();
373 const exec_node *node_b = list_b->get_head_raw();
H A Dopt_flatten_nested_if_blocks.cpp93 ir_if *inner = ((ir_instruction *) ir->then_instructions.get_head_raw())->as_if();
H A Dopt_dead_code.cpp103 entry->assign_list.get_head_raw(), link);
H A 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 function in class:exec_list
606 inline exec_node *exec_list::get_head_raw() function in class:exec_list
H A Dlower_packed_varyings.cpp903 main_func_sig->body.get_head_raw()->insert_before(&new_variables);
914 main_func_sig->body.get_head_raw()->insert_before(&new_variables);
927 main_func_sig->body.get_head_raw()->insert_before(&new_instructions);
928 main_func_sig->body.get_head_raw()->insert_before(&new_variables);
H A Dlower_tess_level.cpp387 const exec_node *formal_param_node = ir->callee->parameters.get_head_raw();
388 const exec_node *actual_param_node = ir->actual_parameters.get_head_raw();
H A Dast_function.cpp189 exec_node *actual_ir_node = actual_ir_parameters.get_head_raw();
190 exec_node *actual_ast_node = actual_ast_parameters.get_head_raw();
335 (ir_rvalue *) actual_ir_parameters.get_head_raw();
339 actual_ast_parameters.get_head_raw(), link);
1356 const ir_rvalue *const p = (ir_rvalue *) parameters->get_head_raw();
1400 ir_rvalue *first_param = (ir_rvalue *)parameters->get_head_raw();
1603 ir_rvalue *const first_param = (ir_rvalue *) parameters->get_head_raw();
1859 exec_node *node = parameters->get_head_raw();
2319 actual_parameters.get_head_raw(),
H A Dlower_distance.cpp534 const exec_node *formal_param_node = ir->callee->parameters.get_head_raw();
535 const exec_node *actual_param_node = ir->actual_parameters.get_head_raw();
H A Dir_constant_expression.cpp1033 const exec_node *parameter_info = origin ? origin->parameters.get_head_raw() : parameters.get_head_raw();
H A Dlower_int64.cpp141 ir_instruction *first_inst = (ir_instruction *) instructions->get_head_raw();
H A Dopt_dead_builtin_varyings.cpp384 ir->get_head_raw()->insert_before(new_var[i]);

Completed in 29 milliseconds

12