Searched refs:curAttrBufName (Results 1 – 1 of 1) sorted by relevance
1381 …const string curAttrBufName = separateAttrBufNamePrefix + toString(attrNdx) + "_" + toString(redu… in iterate() local1382 const bool hadCurAttrBuffer = m_buffers->has(curAttrBufName); in iterate()1385 m_buffers->make(curAttrBufName); in iterate()1387 Buffer& curAttrBuf = m_buffers->get(curAttrBufName); in iterate()