HomeSort by: relevance | last modified time | path
    Searched refs:subroutines (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
lower_subroutine.cpp 27 * lowers subroutines to an if ladder.
90 ir_function *fn = this->state->subroutines[s];
glsl_parser_extras.cpp 212 this->subroutines = NULL;
2017 while (state->subroutines[j]->subroutine_index == -1) {
2019 if (state->subroutines[k]->subroutine_index == index)
2022 state->subroutines[j]->subroutine_index = index;
glsl_parser_extras.h 961 ir_function **subroutines; member in struct:_mesa_glsl_parse_state
ast_to_hir.cpp 6355 state->subroutines = (ir_function **)reralloc(state, state->subroutines,
6358 state->subroutines[state->num_subroutines] = f;
8979 /* Section 6.1.2 (Subroutines) of the GLSL 4.00 spec says:
8988 ir_function *fn = state->subroutines[i];
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
lower_subroutine.cpp 27 * lowers subroutines to an if ladder.
90 ir_function *fn = this->state->subroutines[s];
glsl_parser_extras.cpp 204 this->subroutines = NULL;
1968 while (state->subroutines[j]->subroutine_index == -1) {
1970 if (state->subroutines[k]->subroutine_index == index)
1973 state->subroutines[j]->subroutine_index = index;
glsl_parser_extras.h 926 ir_function **subroutines; member in struct:_mesa_glsl_parse_state
ast_to_hir.cpp 6156 state->subroutines = (ir_function **)reralloc(state, state->subroutines,
6159 state->subroutines[state->num_subroutines] = f;
8711 /* Section 6.1.2 (Subroutines) of the GLSL 4.00 spec says:
8720 ir_function *fn = state->subroutines[i];

Completed in 33 milliseconds