Home
last modified time | relevance | path

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

/external/mesa3d/src/glsl/
Dloop_analysis.cpp149 (loop_variable_state *) this->state.get_head(); in visit()
165 (loop_variable_state *) this->state.get_head(); in visit_enter()
181 (loop_variable_state *) this->state.get_head(); in visit()
507 (ir_instruction *) ir->then_instructions.get_head(); in is_loop_terminator()
Dlist.h334 const exec_node *get_head() const in get_head() function
339 exec_node *get_head() in get_head() function
392 exec_node *const n = this->get_head(); in pop_head()
Dglsl_parser_extras.cpp588 if (n != this->expressions.get_head()) in print()
624 if (n != this->expressions.get_head()) in print()
753 if (ptr != this->declarations.get_head()) in print()
Dir_reader.cpp172 s_symbol *tag = SX_AS_SYMBOL(sub->subexpressions.get_head()); in scan_for_prototypes()
230 s_symbol *paramtag = SX_AS_SYMBOL(paramlist->subexpressions.get_head()); in read_function_sig()
337 s_symbol *tag = SX_AS_SYMBOL(list->subexpressions.get_head()); in read_instruction()
516 s_symbol *tag = SX_AS_SYMBOL(list->subexpressions.get_head()); in read_rvalue()
Dlink_uniform_initializers.cpp88 field_constant = (ir_constant *)val->components.get_head(); in set_uniform_initializer()
Dir_print_visitor.cpp383 ir_constant *value = (ir_constant *) ir->components.get_head(); in visit()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_fs_cfg.cpp85 entry->start = (fs_inst *)v->instructions.get_head(); in fs_cfg()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp2920 field_constant = (ir_constant *)val->components.get_head(); in set_uniform_initializer()