Home
last modified time | relevance | path

Searched defs:poolIndex (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DDescriptorSetAllocation.h25 uint32_t poolIndex; member
H A DDescriptorSetAllocator.h67 PoolIndex poolIndex; member
H A DDescriptorSetAllocator.cpp89 const PoolIndex poolIndex = mAvailableDescriptorPoolIndices.back(); in Allocate() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_helpers.cpp2875 onEntryFreed(ContextVk *contextVk, size_t poolIndex) onEntryFreed() argument
2877 ASSERT(poolIndex < mPools.size() && mPools[poolIndex].freedCount < mPoolSize); mPools[poolIndex].retain(&contextVk->getResourceUseList()); ++mPools[poolIndex].freedCount; } template <typename Pool> angle::Result DynamicallyGrowingPool<Pool>::allocatePoolEntries(ContextVk *contextVk, uint32_t entryCount, uint32_t *poolIndex, uint32_t *currentEntryOut) { if (mCurrentFreeEntry + entryCount > mPoolSize) onEntryFreed() argument
2977 size_t poolIndex = query->mQueryPoolIndex; freeQuery() local
[all...]

Completed in 10 milliseconds