Searched refs:minIndex (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/objviewer/
H A Dglm.h66 uint minIndex, maxIndex; member in struct:_GLMgroup
H A Dglmdraw.c330 group->minIndex, group->maxIndex,
H A Dglm.c1723 group->minIndex = 10000000;
1754 if (vindex < group->minIndex)
1755 group->minIndex = vindex;
1790 printf(" Min index %u, max index %u\n", group->minIndex, group->maxIndex);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dprogram_parse.y2151 const GLint minIndex = 0;
2152 assert(index >= minIndex);
2153 (void) minIndex;
2191 const GLint minIndex = -(1 << INST_INDEX_BITS);
2193 assert(index >= minIndex);
2194 (void) minIndex;
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprogram_parse.y2172 const GLint minIndex = 0;
2173 assert(index >= minIndex);
2174 (void) minIndex;
2212 const GLint minIndex = -(1 << INST_INDEX_BITS);
2214 assert(index >= minIndex);
2215 (void) minIndex;
/xsrc/external/mit/MesaLib.old/src/mesa/program/
H A Dprogram_parse.tab.c4675 const GLint minIndex = 0; local in function:set_dst_reg
4676 assert(index >= minIndex);
4677 (void) minIndex;
4715 const GLint minIndex = -(1 << INST_INDEX_BITS); local in function:set_src_reg_swz
4717 assert(index >= minIndex);
4718 (void) minIndex;
/xsrc/external/mit/MesaLib/src/mesa/program/
H A Dprogram_parse.tab.c4941 const GLint minIndex = 0; local in function:set_dst_reg
4942 assert(index >= minIndex);
4943 (void) minIndex;
4981 const GLint minIndex = -(1 << INST_INDEX_BITS); local in function:set_src_reg_swz
4983 assert(index >= minIndex);
4984 (void) minIndex;

Completed in 50 milliseconds