Searched refs:current_function (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dir_validate.cpp52 this->current_function = NULL;
85 ir_function *current_function; member in class:__anona120d9dc0110::ir_validate
222 if (this->current_function != NULL) {
227 this->current_function->name, (void *) this->current_function);
235 this->current_function = ir;
258 this->current_function = NULL;
265 if (this->current_function != ir->function()) {
270 this->current_function->name, (void *) this->current_function,
[all...]
H A Dir_reader.cpp117 if (state->current_function != NULL)
119 state->current_function->function_name());
300 state->current_function = sig;
302 state->current_function = NULL;
328 if (state->current_function == NULL && ir->as_variable() != NULL)
H A Dast_to_hir.cpp135 state->current_function = NULL;
4319 (state->current_function != NULL &&
4547 if ((var->data.mode == ir_var_shader_in) && (state->current_function == NULL)) {
4556 if (var->data.mode == ir_var_shader_out && state->current_function == NULL) {
4587 || (state->es_shader && state->current_function == NULL)) {
4649 || state->current_function == NULL) {
4950 if (state->current_function != NULL) {
4999 } else if (state->current_function != NULL &&
5351 if (state->current_function != NULL) {
6060 if ((state->current_function !
[all...]
H A Dglsl_parser_extras.h605 class ir_function_signature *current_function; member in struct:_mesa_glsl_parse_state
H A Dast_function.cpp2468 if (state->current_function == NULL ||
2469 strcmp(state->current_function->function_name(), "main") != 0) {
2479 if (instructions != &state->current_function->body) {
H A Dglsl_parser_extras.cpp203 this->current_function = NULL;
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dir_validate.cpp51 this->current_function = NULL;
82 ir_function *current_function; member in class:__anonf97972a90110::ir_validate
172 if (this->current_function != NULL) {
177 this->current_function->name, (void *) this->current_function);
185 this->current_function = ir;
208 this->current_function = NULL;
215 if (this->current_function != ir->function()) {
220 this->current_function->name, (void *) this->current_function,
[all...]
H A Dir_reader.cpp117 if (state->current_function != NULL)
119 state->current_function->function_name());
300 state->current_function = sig;
302 state->current_function = NULL;
328 if (state->current_function == NULL && ir->as_variable() != NULL)
H A Dast_to_hir.cpp135 state->current_function = NULL;
4246 (state->current_function != NULL &&
4448 if ((var->data.mode == ir_var_shader_in) && (state->current_function == NULL)) {
4457 if (var->data.mode == ir_var_shader_out && state->current_function == NULL) {
4488 || (state->es_shader && state->current_function == NULL)) {
4550 || state->current_function == NULL) {
4850 if (state->current_function != NULL) {
4899 } else if (state->current_function != NULL &&
5176 if (state->current_function != NULL) {
5881 if ((state->current_function !
[all...]
H A Dglsl_parser_extras.h597 class ir_function_signature *current_function; member in struct:_mesa_glsl_parse_state
H A Dast_function.cpp2392 if (state->current_function == NULL ||
2393 strcmp(state->current_function->function_name(), "main") != 0) {
2403 if (instructions != &state->current_function->body) {
H A Dglsl_parser_extras.cpp197 this->current_function = NULL;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dir_to_mesa.cpp216 function_entry *current_function; member in class:__anonc88392380210::ir_to_mesa_visitor
2249 current_function = NULL;
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dir_to_mesa.cpp216 function_entry *current_function; member in class:__anonacb190ab0210::ir_to_mesa_visitor
2192 current_function = NULL;

Completed in 45 milliseconds