Searched refs:maxIndex (Results 1 - 11 of 11) 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.c1724 group->maxIndex = 0;
1752 if (vindex > group->maxIndex)
1753 group->maxIndex = vindex;
1790 printf(" Min index %u, max index %u\n", group->minIndex, group->maxIndex);
/xsrc/external/mit/fonttosfnt/dist/
H A Dfonttosfnt.h173 int maxIndex(CmapPtr);
H A Dstruct.c415 maxIndex(CmapPtr cmap_head) function in typeref:typename:int
H A Dwrite.c344 numglyphs = maxIndex(current_cmap) + 1;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dprogram_parse.y2150 const GLint maxIndex = 1 << INST_INDEX_BITS;
2154 assert(index <= maxIndex);
2155 (void) maxIndex;
2190 const GLint maxIndex = (1 << INST_INDEX_BITS) - 1;
2195 assert(index <= maxIndex);
2196 (void) maxIndex;
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprogram_parse.y2171 const GLint maxIndex = 1 << INST_INDEX_BITS;
2175 assert(index <= maxIndex);
2176 (void) maxIndex;
2211 const GLint maxIndex = (1 << INST_INDEX_BITS) - 1;
2216 assert(index <= maxIndex);
2217 (void) maxIndex;
/xsrc/external/mit/MesaLib.old/src/mesa/program/
H A Dprogram_parse.tab.c4674 const GLint maxIndex = 1 << INST_INDEX_BITS; local in function:set_dst_reg
4678 assert(index <= maxIndex);
4679 (void) maxIndex;
4714 const GLint maxIndex = (1 << INST_INDEX_BITS) - 1; local in function:set_src_reg_swz
4719 assert(index <= maxIndex);
4720 (void) maxIndex;
/xsrc/external/mit/MesaLib/src/mesa/program/
H A Dprogram_parse.tab.c4940 const GLint maxIndex = 1 << INST_INDEX_BITS; local in function:set_dst_reg
4944 assert(index <= maxIndex);
4945 (void) maxIndex;
4980 const GLint maxIndex = (1 << INST_INDEX_BITS) - 1; local in function:set_src_reg_swz
4985 assert(index <= maxIndex);
4986 (void) maxIndex;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
H A Dfrontend.cpp683 /// @param maxIndex - The last index for all work items.
684 static INLINE uint32_t GetNumInvocations(uint32_t curIndex, uint32_t maxIndex) argument
686 uint32_t remainder = (maxIndex - curIndex);

Completed in 83 milliseconds