Home
last modified time | relevance | path

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

/external/angle/src/tests/gl_tests/
DVulkanDescriptorSetTest.cpp31 mMaxSetsPerPool = rx::vk::DynamicDescriptorPool::GetMaxSetsPerPoolForTesting(); in testSetUp()
DVulkanMultithreadingTest.cpp39 mMaxSetsPerPool = rx::vk::DynamicDescriptorPool::GetMaxSetsPerPoolForTesting(); in testSetUp()
DVulkanUniformUpdatesTest.cpp45 mMaxSetsPerPool = rx::vk::DynamicDescriptorPool::GetMaxSetsPerPoolForTesting(); in testSetUp()
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.h273 static uint32_t GetMaxSetsPerPoolForTesting();
Dvk_helpers.cpp3912 uint32_t DynamicDescriptorPool::GetMaxSetsPerPoolForTesting() in GetMaxSetsPerPoolForTesting() function in rx::vk::DynamicDescriptorPool