Searched refs:totalNumPosComps (Results 1 – 2 of 2) sorted by relevance
266 const int totalNumPosComps = numPosCompsPerVertex*numVertices; in test() local268 gridPosComps.reserve(totalNumPosComps); in test()324 DE_ASSERT(static_cast<int>(gridPosComps.size()) == totalNumPosComps); in test()
1734 const int totalNumPosComps = numPosCompsPerVertex*numVertices; in iterate() local1739 gridPosComps.reserve(totalNumPosComps); in iterate()1800 DE_ASSERT((int)gridPosComps.size() == totalNumPosComps); in iterate()