Home
last modified time | relevance | path

Searched refs:m_chunksPerAllocation (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBufferTests.cpp134 std::vector<deUint32> m_chunksPerAllocation; member in vkt::sparse::__anonf4c2cf810111::SparseAllocationBuilder
143 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()