Home
last modified time | relevance | path

Searched defs:poolIndex (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DDescriptorSetAllocation.h25 uint32_t poolIndex; member
DDescriptorSetAllocator.h67 PoolIndex poolIndex; member
DDescriptorSetAllocator.cpp89 const PoolIndex poolIndex = mAvailableDescriptorPoolIndices.back(); in Allocate() local
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DProgramVk.h161 vk::DynamicDescriptorPool *getDynamicDescriptorPool(uint32_t poolIndex) in getDynamicDescriptorPool()
Dvk_helpers.cpp730 for (size_t poolIndex = 0; poolIndex < mDescriptorPools.size(); ++poolIndex) in allocateNewPool() local
818 void DynamicallyGrowingPool<Pool>::onEntryFreed(ContextVk *contextVk, size_t poolIndex) in onEntryFreed()
856 size_t poolIndex = 0; in allocateQuery() local
869 size_t poolIndex = query->getQueryPoolIndex(); in freeQuery() local
879 size_t *poolIndex, in allocateQuery()
894 void DynamicQueryPool::freeQuery(ContextVk *contextVk, size_t poolIndex, uint32_t queryIndex) in freeQuery()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp2760 for (size_t poolIndex = 0; poolIndex < mDescriptorPools.size(); ++poolIndex) in allocateNewPool() local
2846 for (size_t poolIndex = 0; poolIndex < mPools.size(); ++poolIndex) in findFreeEntryPool() local
2875 void DynamicallyGrowingPool<Pool>::onEntryFreed(ContextVk *contextVk, size_t poolIndex) in onEntryFreed()
2885 uint32_t *poolIndex, in allocatePoolEntries()
2977 size_t poolIndex = query->mQueryPoolIndex; in freeQuery() local
/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12MemAlloc.cpp4626 UINT poolIndex = UINT_MAX; in CalcDefaultPoolIndex() local
4661 UINT poolIndex = UINT_MAX; in CalcDefaultPoolIndex() local
4851 for(size_t poolIndex = 0, count = poolVector->size(); poolIndex < count; ++poolIndex) in CalculateStats() local
/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h14543 for(uint32_t poolIndex = 0; poolIndex < poolCount; ++poolIndex) in AddPools() local
16506 for(size_t poolIndex = 0, poolCount = m_Pools.size(); poolIndex < poolCount; ++poolIndex) in CalculateStats() local
16880 for(size_t poolIndex = 0, poolCount = m_Pools.size(); poolIndex < poolCount; ++poolIndex) in CheckCorruption() local
17488 for(size_t poolIndex = 0; poolIndex < poolCount; ++poolIndex) in PrintDetailedMap() local