Home | History | Annotate | Download | only in sparse_resources

Lines Matching refs:m_allocationNdx

121 	deUint32					m_allocationNdx;
130 : m_allocationNdx (0)
140 m_chunksPerAllocation[m_allocationNdx] += numChunks;
156 m_allocationNdx += 1;
167 m_allocationNdx,
176 m_chunksPerAllocation[m_allocationNdx] += numChunks;
183 DE_ASSERT(allocationNdx <= m_allocationNdx);