Home
last modified time | relevance | path

Searched refs:mMaxSetsPerPool (Results 1 – 5 of 5) sorted by relevance

/external/angle/src/tests/gl_tests/
DVulkanDescriptorSetTest.cpp31 mMaxSetsPerPool = rx::vk::DynamicDescriptorPool::GetMaxSetsPerPoolForTesting(); in testSetUp()
38 rx::vk::DynamicDescriptorPool::SetMaxSetsPerPoolForTesting(mMaxSetsPerPool); in testTearDown()
54 uint32_t mMaxSetsPerPool; member in __anon439bf6260111::VulkanDescriptorSetTest
DVulkanMultithreadingTest.cpp39 mMaxSetsPerPool = rx::vk::DynamicDescriptorPool::GetMaxSetsPerPoolForTesting(); in testSetUp()
46 rx::vk::DynamicDescriptorPool::SetMaxSetsPerPoolForTesting(mMaxSetsPerPool); in testTearDown()
120 uint32_t mMaxSetsPerPool; member in angle::VulkanMultithreadingTest
DVulkanUniformUpdatesTest.cpp45 mMaxSetsPerPool = rx::vk::DynamicDescriptorPool::GetMaxSetsPerPoolForTesting(); in testSetUp()
52 rx::vk::DynamicDescriptorPool::SetMaxSetsPerPoolForTesting(mMaxSetsPerPool); in testTearDown()
98 uint32_t mMaxSetsPerPool; member in __anon18d91bd10111::VulkanUniformUpdatesTest
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp984 uint32_t DynamicDescriptorPool::mMaxSetsPerPool = 16; member in rx::vk::DynamicDescriptorPool
3706 mDescriptorPools[mCurrentPoolIndex]->get().init(context, mPoolSizes, mMaxSetsPerPool)); in init()
3841 if (mMaxSetsPerPool < kMaxSetsPerPoolMax) in allocateNewPool()
3843 mMaxSetsPerPool *= mMaxSetsPerPoolMultiplier; in allocateNewPool()
3846 return mDescriptorPools[mCurrentPoolIndex]->get().init(context, mPoolSizes, mMaxSetsPerPool); in allocateNewPool()
3914 return mMaxSetsPerPool; in GetMaxSetsPerPoolForTesting()
3920 mMaxSetsPerPool = maxSetsPerPool; in SetMaxSetsPerPoolForTesting()
Dvk_helpers.h282 static uint32_t mMaxSetsPerPool; variable