Home
last modified time | relevance | path

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

/external/angle/src/tests/gl_tests/
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
DVulkanDescriptorSetTest.cpp32 mMaxSetsPerPool = rx::vk::DynamicDescriptorPool::GetMaxSetsPerPoolForTesting(); in testSetUp()
39 rx::vk::DynamicDescriptorPool::SetMaxSetsPerPoolForTesting(mMaxSetsPerPool); in testTearDown()
55 uint32_t mMaxSetsPerPool; member in __anoneb8b06f70111::VulkanDescriptorSetTest
DVulkanUniformUpdatesTest.cpp40 mMaxSetsPerPool = rx::vk::DynamicDescriptorPool::GetMaxSetsPerPoolForTesting(); in testSetUp()
47 rx::vk::DynamicDescriptorPool::SetMaxSetsPerPoolForTesting(mMaxSetsPerPool); in testTearDown()
93 uint32_t mMaxSetsPerPool; member in __anonbeaa46c20111::VulkanUniformUpdatesTest
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp1308 uint32_t DynamicDescriptorPool::mMaxSetsPerPool = 16; member in rx::vk::DynamicDescriptorPool
4521 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()
Dvk_helpers.h507 static uint32_t mMaxSetsPerPool; variable