Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.h330 static void SetMaxSetsPerPoolForTesting(uint32_t maxSetsPerPool);
332 static void SetMaxSetsPerPoolMultiplierForTesting(uint32_t maxSetsPerPool);
Dvk_helpers.cpp2572 void DynamicDescriptorPool::SetMaxSetsPerPoolForTesting(uint32_t maxSetsPerPool) in SetMaxSetsPerPoolForTesting() argument
2574 mMaxSetsPerPool = maxSetsPerPool; in SetMaxSetsPerPoolForTesting()