Searched refs:mMaxSetsPerPool (Results 1 – 5 of 5) sorted by relevance
31 mMaxSetsPerPool = rx::vk::DynamicDescriptorPool::GetMaxSetsPerPoolForTesting(); in testSetUp()38 rx::vk::DynamicDescriptorPool::SetMaxSetsPerPoolForTesting(mMaxSetsPerPool); in testTearDown()54 uint32_t mMaxSetsPerPool; member in __anon439bf6260111::VulkanDescriptorSetTest
39 mMaxSetsPerPool = rx::vk::DynamicDescriptorPool::GetMaxSetsPerPoolForTesting(); in testSetUp()46 rx::vk::DynamicDescriptorPool::SetMaxSetsPerPoolForTesting(mMaxSetsPerPool); in testTearDown()120 uint32_t mMaxSetsPerPool; member in angle::VulkanMultithreadingTest
45 mMaxSetsPerPool = rx::vk::DynamicDescriptorPool::GetMaxSetsPerPoolForTesting(); in testSetUp()52 rx::vk::DynamicDescriptorPool::SetMaxSetsPerPoolForTesting(mMaxSetsPerPool); in testTearDown()98 uint32_t mMaxSetsPerPool; member in __anon18d91bd10111::VulkanUniformUpdatesTest
984 uint32_t DynamicDescriptorPool::mMaxSetsPerPool = 16; member in rx::vk::DynamicDescriptorPool3706 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()
282 static uint32_t mMaxSetsPerPool; variable