Home
last modified time | relevance | path

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

/external/angle/src/tests/gl_tests/
DVulkanDescriptorSetTest.cpp38 rx::vk::DynamicDescriptorPool::SetMaxSetsPerPoolForTesting(mMaxSetsPerPool); in testTearDown()
48 rx::vk::DynamicDescriptorPool::SetMaxSetsPerPoolForTesting(kMaxSetsForTesting); in limitMaxSets()
DVulkanMultithreadingTest.cpp46 rx::vk::DynamicDescriptorPool::SetMaxSetsPerPoolForTesting(mMaxSetsPerPool); in testTearDown()
56 rx::vk::DynamicDescriptorPool::SetMaxSetsPerPoolForTesting(kMaxSetsForTesting); in limitMaxSets()
DVulkanUniformUpdatesTest.cpp52 rx::vk::DynamicDescriptorPool::SetMaxSetsPerPoolForTesting(mMaxSetsPerPool); in testTearDown()
84 rx::vk::DynamicDescriptorPool::SetMaxSetsPerPoolForTesting(kMaxSetsForTesting); in limitMaxSets()
91 rx::vk::DynamicDescriptorPool::SetMaxSetsPerPoolForTesting(limit); in setExplicitMaxSetsLimit()
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.h274 static void SetMaxSetsPerPoolForTesting(uint32_t maxSetsPerPool);
Dvk_helpers.cpp3918 void DynamicDescriptorPool::SetMaxSetsPerPoolForTesting(uint32_t maxSetsPerPool) in SetMaxSetsPerPoolForTesting() function in rx::vk::DynamicDescriptorPool