Searched refs:SetMaxSetsPerPoolForTesting (Results 1 – 5 of 5) sorted by relevance
38 rx::vk::DynamicDescriptorPool::SetMaxSetsPerPoolForTesting(mMaxSetsPerPool); in testTearDown()48 rx::vk::DynamicDescriptorPool::SetMaxSetsPerPoolForTesting(kMaxSetsForTesting); in limitMaxSets()
47 rx::vk::DynamicDescriptorPool::SetMaxSetsPerPoolForTesting(mMaxSetsPerPool); in testTearDown()57 rx::vk::DynamicDescriptorPool::SetMaxSetsPerPoolForTesting(kMaxSetsForTesting); in limitMaxSets()
50 rx::vk::DynamicDescriptorPool::SetMaxSetsPerPoolForTesting(mMaxSetsPerPool); in testTearDown()75 rx::vk::DynamicDescriptorPool::SetMaxSetsPerPoolForTesting(kMaxSetsForTesting); in limitMaxSets()
330 static void SetMaxSetsPerPoolForTesting(uint32_t maxSetsPerPool);
2572 void DynamicDescriptorPool::SetMaxSetsPerPoolForTesting(uint32_t maxSetsPerPool) in SetMaxSetsPerPoolForTesting() function in rx::vk::DynamicDescriptorPool