Home | History | Annotate | Download | only in common

Lines Matching refs:numVtxBlocks

116 	int numVtxBlocks  = m_maxVertexBlocks - numShared > 0 ? rnd.getInt(1, m_maxVertexBlocks - numShared) : 0;
122 for (int ndx = 0; ndx < numVtxBlocks; ndx++)