Searched refs:mMaxSetsPerPool (Results 1 – 5 of 5) sorted by relevance
39 mMaxSetsPerPool = rx::vk::DynamicDescriptorPool::GetMaxSetsPerPoolForTesting(); in testSetUp()46 rx::vk::DynamicDescriptorPool::SetMaxSetsPerPoolForTesting(mMaxSetsPerPool); in testTearDown()120 uint32_t mMaxSetsPerPool; member in angle::VulkanMultithreadingTest
32 mMaxSetsPerPool = rx::vk::DynamicDescriptorPool::GetMaxSetsPerPoolForTesting(); in testSetUp()39 rx::vk::DynamicDescriptorPool::SetMaxSetsPerPoolForTesting(mMaxSetsPerPool); in testTearDown()55 uint32_t mMaxSetsPerPool; member in __anoneb8b06f70111::VulkanDescriptorSetTest
40 mMaxSetsPerPool = rx::vk::DynamicDescriptorPool::GetMaxSetsPerPoolForTesting(); in testSetUp()47 rx::vk::DynamicDescriptorPool::SetMaxSetsPerPoolForTesting(mMaxSetsPerPool); in testTearDown()93 uint32_t mMaxSetsPerPool; member in __anonbeaa46c20111::VulkanUniformUpdatesTest
1308 uint32_t DynamicDescriptorPool::mMaxSetsPerPool = 16; member in rx::vk::DynamicDescriptorPool4521 ANGLE_TRY(newPool->init(context, mPoolSizes, mMaxSetsPerPool)); in init()4751 if (mMaxSetsPerPool < kMaxSetsPerPoolMax) in allocateNewPool()4753 mMaxSetsPerPool *= mMaxSetsPerPoolMultiplier; in allocateNewPool()4756 ANGLE_TRY(newPool->init(context, mPoolSizes, mMaxSetsPerPool)); in allocateNewPool()4872 return mMaxSetsPerPool; in GetMaxSetsPerPoolForTesting()4878 mMaxSetsPerPool = maxSetsPerPool; in SetMaxSetsPerPoolForTesting()
507 static uint32_t mMaxSetsPerPool; variable