Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DVulkanDescriptorSetTest.cpp39 rx::vk::DynamicDescriptorPool::SetMaxSetsPerPoolForTesting(mMaxSetsPerPool); in testTearDown()
49 rx::vk::DynamicDescriptorPool::SetMaxSetsPerPoolForTesting(kMaxSetsForTesting); in limitMaxSets()
H A DVulkanMultithreadingTest.cpp46 rx::vk::DynamicDescriptorPool::SetMaxSetsPerPoolForTesting(mMaxSetsPerPool); in testTearDown()
56 rx::vk::DynamicDescriptorPool::SetMaxSetsPerPoolForTesting(kMaxSetsForTesting); in limitMaxSets()
H A 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()
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dvk_helpers.h450 static void SetMaxSetsPerPoolForTesting(uint32_t maxSetsPerPool);
H A Dvk_helpers.cpp4784 void DynamicDescriptorPool::SetMaxSetsPerPoolForTesting(uint32_t maxSetsPerPool) in SetMaxSetsPerPoolForTesting() function in rx::vk::DynamicDescriptorPool