Home
last modified time | relevance | path

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

/external/skqp/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h7960 for(size_t poolIndex = 0, poolCount = m_Pools.size(); poolIndex < poolCount; ++poolIndex) in CalculateStats() local
7962 m_Pools[poolIndex]->GetBlockVector().AddStats(pStats); in CalculateStats()
8078 for(size_t poolIndex = 0; (poolIndex < poolCount) && (result == VK_SUCCESS); ++poolIndex) in Defragment() local
8080 result = m_Pools[poolIndex]->GetBlockVector().Defragment( in Defragment()
8089 for(size_t poolIndex = poolCount; poolIndex--; ) in Defragment() local
8091 m_Pools[poolIndex]->GetBlockVector().DestroyDefragmentator(); in Defragment()
8531 for(size_t poolIndex = 0; poolIndex < poolCount; ++poolIndex) in PrintDetailedMap() local
8533 m_Pools[poolIndex]->m_BlockVector.PrintDetailedMap(json); in PrintDetailedMap()
/external/guice/lib/build/
Dbnd-0.0.384.jarMETA-INF/MANIFEST.MF LICENSE OSGI-OPT/ OSGI-OPT/bnd.bnd ...
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp2535 for (size_t poolIndex = 0; poolIndex < mDescriptorPools.size(); ++poolIndex) in allocateNewPool() local
2537 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() argument
2651 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() local
2708 ASSERT(getQueryPool(poolIndex).valid()); in freeQuery()
[all …]
Dvk_helpers.h370 void onEntryFreed(ContextVk *contextVk, size_t poolIndex);
/external/vulkan-validation-layers/layers/
Dvk_mem_alloc.h13250 for(uint32_t poolIndex = 0; poolIndex < poolCount; ++poolIndex) in AddPools() local
13252 VmaPool pool = pPools[poolIndex]; in AddPools()
14809 for(size_t poolIndex = 0, poolCount = m_Pools.size(); poolIndex < poolCount; ++poolIndex) in CalculateStats() local
14811 m_Pools[poolIndex]->m_BlockVector.AddStats(pStats); in CalculateStats()
15105 for(size_t poolIndex = 0, poolCount = m_Pools.size(); poolIndex < poolCount; ++poolIndex) in CheckCorruption() local
15107 … 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() local
15487 json.ContinueString(m_Pools[poolIndex]->GetId()); in PrintDetailedMap()
15490 m_Pools[poolIndex]->m_BlockVector.PrintDetailedMap(json); in PrintDetailedMap()
/external/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h14543 for(uint32_t poolIndex = 0; poolIndex < poolCount; ++poolIndex) in AddPools() local
14545 VmaPool pool = pPools[poolIndex]; in AddPools()
16506 for(size_t poolIndex = 0, poolCount = m_Pools.size(); poolIndex < poolCount; ++poolIndex) in CalculateStats() local
16508 m_Pools[poolIndex]->m_BlockVector.AddStats(pStats); in CalculateStats()
16880 for(size_t poolIndex = 0, poolCount = m_Pools.size(); poolIndex < poolCount; ++poolIndex) in CheckCorruption() local
16882 … 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() local
17491 json.ContinueString(m_Pools[poolIndex]->GetId()); in PrintDetailedMap()
17494 m_Pools[poolIndex]->m_BlockVector.PrintDetailedMap(json); in PrintDetailedMap()