Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dvk_mem_alloc.h6000 m_pBlockVector(pBlockVector), in VMA_CLASS_NO_COPY()
6021 VmaBlockVector* const m_pBlockVector; variable
6350 VmaBlockVector* GetBlockVector() const { return m_pBlockVector; } in GetBlockVector()
6363 VmaBlockVector* const m_pBlockVector; variable
12491 const size_t blockCount = m_pBlockVector->m_Blocks.size(); in VmaDefragmentationAlgorithm_Generic()
12496 pBlockInfo->m_pBlock = m_pBlockVector->m_Blocks[blockIndex]; in VmaDefragmentationAlgorithm_Generic()
12607 m_pBlockVector->GetFrameInUseCount(), in DefragmentRound()
12608 m_pBlockVector->GetBufferImageGranularity(), in DefragmentRound()
12797 VMA_ASSERT(m_AllAllocations || m_pBlockVector->CalcAllocationCount() == m_AllocationCount); in Defragment()
12799 const size_t blockCount = m_pBlockVector->GetBlockCount(); in Defragment()
[all …]