Home
last modified time | relevance | path

Searched refs:get_head (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/glsl/
Dlist.h338 const exec_node *get_head() const in get_head() function
343 exec_node *get_head() in get_head() function
396 exec_node *const n = this->get_head(); in pop_head()
Dloop_analysis.cpp144 (loop_variable_state *) this->state.get_head(); in visit()
161 (loop_variable_state *) this->state.get_head(); in visit()
476 (ir_instruction *) ir->then_instructions.get_head(); in is_loop_terminator()
Dglsl_parser_extras.cpp386 if (n != this->expressions.get_head()) in print()
422 if (n != this->expressions.get_head()) in print()
550 if (ptr != this->declarations.get_head()) in print()
Dir_reader.cpp129 s_symbol *type_sym = SX_AS_SYMBOL(list->subexpressions.get_head()); in read_type()
194 s_symbol *tag = SX_AS_SYMBOL(sub->subexpressions.get_head()); in scan_for_prototypes()
238 s_symbol *tag = SX_AS_SYMBOL(siglist->subexpressions.get_head()); in read_function()
272 s_symbol *paramtag = SX_AS_SYMBOL(paramlist->subexpressions.get_head()); in read_function_sig()
382 s_symbol *tag = SX_AS_SYMBOL(list->subexpressions.get_head()); in read_instruction()
571 s_symbol *tag = SX_AS_SYMBOL(list->subexpressions.get_head()); in read_rvalue()
Dir_print_visitor.cpp322 ir_constant *value = (ir_constant *) ir->components.get_head(); in visit()