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

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlower_subroutine.cpp91 ir_constant *lc = new(mem_ctx)ir_constant(fn->subroutine_index);
H A Dir_clone.cpp280 copy->subroutine_index = this->subroutine_index;
H A Dglsl_parser_extras.cpp2017 while (state->subroutines[j]->subroutine_index == -1) {
2019 if (state->subroutines[k]->subroutine_index == index)
2022 state->subroutines[j]->subroutine_index = index;
H A Dlinker.cpp4337 assert(fn->subroutine_index != -1);
4360 p->sh.SubroutineFunctions[j].index == fn->subroutine_index) {
4367 fn->subroutine_index;
4369 if (fn->subroutine_index > (int)p->sh.MaxSubroutineFunctionIndex)
4370 p->sh.MaxSubroutineFunctionIndex = fn->subroutine_index;
H A Dir.h1403 int subroutine_index; member in class:ir_function
H A Dir.cpp2223 this->subroutine_index = -1;
H A Dast_to_hir.cpp6319 f->subroutine_index = qual_index;
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlower_subroutine.cpp91 ir_constant *lc = new(mem_ctx)ir_constant(fn->subroutine_index);
H A Dir_clone.cpp274 copy->subroutine_index = this->subroutine_index;
H A Dglsl_parser_extras.cpp1968 while (state->subroutines[j]->subroutine_index == -1) {
1970 if (state->subroutines[k]->subroutine_index == index)
1973 state->subroutines[j]->subroutine_index = index;
H A Dlinker.cpp4650 assert(fn->subroutine_index != -1);
4673 p->sh.SubroutineFunctions[j].index == fn->subroutine_index) {
4680 fn->subroutine_index;
4682 if (fn->subroutine_index > (int)p->sh.MaxSubroutineFunctionIndex)
4683 p->sh.MaxSubroutineFunctionIndex = fn->subroutine_index;
H A Dir.h1368 int subroutine_index; member in class:ir_function
H A Dir.cpp1894 this->subroutine_index = -1;
H A Dast_to_hir.cpp6120 f->subroutine_index = qual_index;

Completed in 57 milliseconds