Home
last modified time | relevance | path

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

/external/angle/src/tests/gl_tests/
DVulkanMultithreadingTest.cpp46 rx::vk::DynamicDescriptorPool::SetMaxSetsPerPoolForTesting(mMaxSetsPerPool); in testTearDown()
56 rx::vk::DynamicDescriptorPool::SetMaxSetsPerPoolForTesting(kMaxSetsForTesting); in limitMaxSets()
DVulkanDescriptorSetTest.cpp39 rx::vk::DynamicDescriptorPool::SetMaxSetsPerPoolForTesting(mMaxSetsPerPool); in testTearDown()
49 rx::vk::DynamicDescriptorPool::SetMaxSetsPerPoolForTesting(kMaxSetsForTesting); in limitMaxSets()
DVulkanUniformUpdatesTest.cpp47 rx::vk::DynamicDescriptorPool::SetMaxSetsPerPoolForTesting(mMaxSetsPerPool); in testTearDown()
79 rx::vk::DynamicDescriptorPool::SetMaxSetsPerPoolForTesting(kMaxSetsForTesting); in limitMaxSets()
86 rx::vk::DynamicDescriptorPool::SetMaxSetsPerPoolForTesting(limit); in setExplicitMaxSetsLimit()
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.h492 static void SetMaxSetsPerPoolForTesting(uint32_t maxSetsPerPool);
Dvk_helpers.cpp4876 void DynamicDescriptorPool::SetMaxSetsPerPoolForTesting(uint32_t maxSetsPerPool) in SetMaxSetsPerPoolForTesting() function in rx::vk::DynamicDescriptorPool