Searched refs:poolIndex (Results 1 – 6 of 6) sorted by relevance
7960 for(size_t poolIndex = 0, poolCount = m_Pools.size(); poolIndex < poolCount; ++poolIndex) in CalculateStats() local7962 m_Pools[poolIndex]->GetBlockVector().AddStats(pStats); in CalculateStats()8078 for(size_t poolIndex = 0; (poolIndex < poolCount) && (result == VK_SUCCESS); ++poolIndex) in Defragment() local8080 result = m_Pools[poolIndex]->GetBlockVector().Defragment( in Defragment()8089 for(size_t poolIndex = poolCount; poolIndex--; ) in Defragment() local8091 m_Pools[poolIndex]->GetBlockVector().DestroyDefragmentator(); in Defragment()8531 for(size_t poolIndex = 0; poolIndex < poolCount; ++poolIndex) in PrintDetailedMap() local8533 m_Pools[poolIndex]->m_BlockVector.PrintDetailedMap(json); in PrintDetailedMap()
2535 for (size_t poolIndex = 0; poolIndex < mDescriptorPools.size(); ++poolIndex) in allocateNewPool() local2537 if (!mDescriptorPools[poolIndex]->isReferenced() && in allocateNewPool()2538 !mDescriptorPools[poolIndex]->get().isCurrentlyInUse(lastCompletedSerial)) in allocateNewPool()2540 mCurrentPoolIndex = poolIndex; in allocateNewPool()2649 void DynamicallyGrowingPool<Pool>::onEntryFreed(ContextVk *contextVk, size_t poolIndex) in onEntryFreed() argument2651 ASSERT(poolIndex < mPoolStats.size() && mPoolStats[poolIndex].freedCount < mPoolSize); in onEntryFreed()2654 mPoolStats[poolIndex].serial = contextVk->getCurrentQueueSerial(); in onEntryFreed()2655 ++mPoolStats[poolIndex].freedCount; in onEntryFreed()2707 size_t poolIndex = query->mQueryPoolIndex; in freeQuery() local2708 ASSERT(getQueryPool(poolIndex).valid()); in freeQuery()[all …]
370 void onEntryFreed(ContextVk *contextVk, size_t poolIndex);
13250 for(uint32_t poolIndex = 0; poolIndex < poolCount; ++poolIndex) in AddPools() local13252 VmaPool pool = pPools[poolIndex]; in AddPools()14809 for(size_t poolIndex = 0, poolCount = m_Pools.size(); poolIndex < poolCount; ++poolIndex) in CalculateStats() local14811 m_Pools[poolIndex]->m_BlockVector.AddStats(pStats); in CalculateStats()15105 for(size_t poolIndex = 0, poolCount = m_Pools.size(); poolIndex < poolCount; ++poolIndex) in CheckCorruption() local15107 … if(((1u << m_Pools[poolIndex]->m_BlockVector.GetMemoryTypeIndex()) & memoryTypeBits) != 0) in CheckCorruption()15109 VkResult localRes = m_Pools[poolIndex]->m_BlockVector.CheckCorruption(); in CheckCorruption()15484 for(size_t poolIndex = 0; poolIndex < poolCount; ++poolIndex) in PrintDetailedMap() local15487 json.ContinueString(m_Pools[poolIndex]->GetId()); in PrintDetailedMap()15490 m_Pools[poolIndex]->m_BlockVector.PrintDetailedMap(json); in PrintDetailedMap()
14561 for(uint32_t poolIndex = 0; poolIndex < poolCount; ++poolIndex) in AddPools() local14563 VmaPool pool = pPools[poolIndex]; in AddPools()16535 for(size_t poolIndex = 0, poolCount = m_Pools.size(); poolIndex < poolCount; ++poolIndex) in CalculateStats() local16537 m_Pools[poolIndex]->m_BlockVector.AddStats(pStats); in CalculateStats()16909 for(size_t poolIndex = 0, poolCount = m_Pools.size(); poolIndex < poolCount; ++poolIndex) in CheckCorruption() local16911 … if(((1u << m_Pools[poolIndex]->m_BlockVector.GetMemoryTypeIndex()) & memoryTypeBits) != 0) in CheckCorruption()16913 VkResult localRes = m_Pools[poolIndex]->m_BlockVector.CheckCorruption(); in CheckCorruption()17517 for(size_t poolIndex = 0; poolIndex < poolCount; ++poolIndex) in PrintDetailedMap() local17520 json.ContinueString(m_Pools[poolIndex]->GetId()); in PrintDetailedMap()17523 m_Pools[poolIndex]->m_BlockVector.PrintDetailedMap(json); in PrintDetailedMap()
14543 for(uint32_t poolIndex = 0; poolIndex < poolCount; ++poolIndex) in AddPools() local14545 VmaPool pool = pPools[poolIndex]; in AddPools()16506 for(size_t poolIndex = 0, poolCount = m_Pools.size(); poolIndex < poolCount; ++poolIndex) in CalculateStats() local16508 m_Pools[poolIndex]->m_BlockVector.AddStats(pStats); in CalculateStats()16880 for(size_t poolIndex = 0, poolCount = m_Pools.size(); poolIndex < poolCount; ++poolIndex) in CheckCorruption() local16882 … if(((1u << m_Pools[poolIndex]->m_BlockVector.GetMemoryTypeIndex()) & memoryTypeBits) != 0) in CheckCorruption()16884 VkResult localRes = m_Pools[poolIndex]->m_BlockVector.CheckCorruption(); in CheckCorruption()17488 for(size_t poolIndex = 0; poolIndex < poolCount; ++poolIndex) in PrintDetailedMap() local17491 json.ContinueString(m_Pools[poolIndex]->GetId()); in PrintDetailedMap()17494 m_Pools[poolIndex]->m_BlockVector.PrintDetailedMap(json); in PrintDetailedMap()