Home | History | Annotate | Download | only in program

Lines Matching refs:maxIndex

2338    const GLint maxIndex = 1 << INST_INDEX_BITS;
2342 ASSERT(index <= maxIndex);
2343 (void) maxIndex;
2380 const GLint maxIndex = (1 << INST_INDEX_BITS) - 1;
2385 ASSERT(index <= maxIndex);
2386 (void) maxIndex;