Searched refs:m_chunksPerAllocation (Results 1 – 1 of 1) sorted by relevance
134 std::vector<deUint32> m_chunksPerAllocation; member in vkt::sparse::__anonf4c2cf810111::SparseAllocationBuilder143 m_chunksPerAllocation.push_back(0); in SparseAllocationBuilder()149 m_chunksPerAllocation[m_allocationNdx] += numChunks; in addMemoryHole()167 m_chunksPerAllocation.push_back(0); in addMemoryAllocation()185 m_chunksPerAllocation[m_allocationNdx] += numChunks; in addMemoryBind()232 …deUint32>::const_iterator numChunksIter = m_chunksPerAllocation.begin(); numChunksIter != m_chunks… in build()