Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.h356 bool isValid() { return mPoolSize > 0; } in isValid()
373 uint32_t mPoolSize; variable
547 bool isValid() { return mPoolSize > 0; } in isValid()
Dvk_helpers.cpp2592 : mPoolSize(0), mCurrentPool(0), mCurrentFreeEntry(0) in DynamicallyGrowingPool()
2602 mPoolSize = poolSize; in initEntryPool()
2619 if (mPoolStats[i].freedCount == mPoolSize && in findFreeEntryPool()
2651 ASSERT(poolIndex < mPoolStats.size() && mPoolStats[poolIndex].freedCount < mPoolSize); in onEntryFreed()
2689 if (mCurrentFreeEntry + queryCount > mPoolSize) in allocateQuery()
2727 queryPoolInfo.queryCount = mPoolSize; in allocateNewPool()
3015 if (mCurrentFreeEntry >= mPoolSize) in allocateSemaphore()
3042 std::vector<Semaphore> newPool(mPoolSize); in allocateNewPool()