Searched defs:current_function (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dir_validate.cpp48 this->current_function = NULL;
77 ir_function *current_function; member in class:ir_validate
160 if (this->current_function != NULL) {
165 this->current_function->name, (void *) this->current_function);
173 this->current_function = ir;
198 this->current_function = NULL;
205 if (this->current_function != ir->function()) {
210 this->current_function->name, (void *) this->current_function,
[all...]
H A Dglsl_parser_extras.h140 class ir_function_signature *current_function; member in struct:_mesa_glsl_parse_state
/external/lldb/source/Commands/
H A DCommandObjectDisassemble.h73 bool current_function; member in class:lldb_private::CommandObjectDisassemble::CommandOptions
/external/mesa3d/src/glsl/
H A Dir_validate.cpp48 this->current_function = NULL;
77 ir_function *current_function; member in class:ir_validate
160 if (this->current_function != NULL) {
165 this->current_function->name, (void *) this->current_function);
173 this->current_function = ir;
198 this->current_function = NULL;
205 if (this->current_function != ir->function()) {
210 this->current_function->name, (void *) this->current_function,
[all...]
H A Dglsl_parser_extras.h140 class ir_function_signature *current_function; member in struct:_mesa_glsl_parse_state
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dir_to_mesa.cpp228 function_entry *current_function; member in class:ir_to_mesa_visitor
2220 current_function = NULL;
/external/mesa3d/src/mesa/program/
H A Dir_to_mesa.cpp228 function_entry *current_function; member in class:ir_to_mesa_visitor
2220 current_function = NULL;
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp294 function_entry *current_function; member in class:glsl_to_tgsi_visitor
2782 assert(current_function);
2787 l = st_dst_reg(current_function->return_reg);
2789 for (i = 0; i < type_size(current_function->sig->return_type); i++) {
2859 current_function = NULL;
4872 v->current_function = entry;
/external/mesa3d/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp294 function_entry *current_function; member in class:glsl_to_tgsi_visitor
2782 assert(current_function);
2787 l = st_dst_reg(current_function->return_reg);
2789 for (i = 0; i < type_size(current_function->sig->return_type); i++) {
2859 current_function = NULL;
4872 v->current_function = entry;

Completed in 209 milliseconds