Lines Matching defs:ndx
118 for (int ndx = 0; ndx < numBlocks; ndx++)
157 for (int ndx = 0; ndx < numVars; ndx++)
158 generateBufferVar(rnd, block, (ndx+1 == numVars));
179 static std::string genName (char first, char last, int ndx)
184 while (ndx > alphabetLen)
186 str.insert(str.begin(), (char)(first + ((ndx-1)%alphabetLen)));
187 ndx = ((ndx-1) / alphabetLen);
190 str.insert(str.begin(), (char)(first + (ndx%(alphabetLen+1)) - 1));
236 for (int ndx = 0; ndx < numMembers; ndx++)
243 for (int ndx = 0; ndx < numMembers; ndx++)
245 structType.addMember((string("m") + (char)('A' + ndx)).c_str(), memberTypes[ndx]);
351 for (int ndx = 0; ndx < numCases; ndx++)
352 group->addChild(new RandomSSBOLayoutCase(context, de::toString(ndx).c_str(), "", bufferMode, features, (deUint32)ndx+baseSeed));
534 for (int ndx = 0; ndx < (m_numInstances ? m_numInstances : 1); ndx++)
537 block.setLastUnsizedArraySize(ndx, lastArrayLen);
577 for (int ndx = 0; ndx < (m_numInstances ? m_numInstances : 1); ndx++)
580 block.setLastUnsizedArraySize(ndx, lastArrayLen);
627 for (int ndx = 0; ndx < (m_numInstances ? m_numInstances : 1); ndx++)
630 block.setLastUnsizedArraySize(ndx, lastArrayLen);