Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DVulkanDescriptorSetTest.cpp32 mMaxSetsPerPool = rx::vk::DynamicDescriptorPool::GetMaxSetsPerPoolForTesting(); in testSetUp()
H A DVulkanMultithreadingTest.cpp39 mMaxSetsPerPool = rx::vk::DynamicDescriptorPool::GetMaxSetsPerPoolForTesting(); in testSetUp()
H A DVulkanUniformUpdatesTest.cpp40 mMaxSetsPerPool = rx::vk::DynamicDescriptorPool::GetMaxSetsPerPoolForTesting(); in testSetUp()
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dvk_helpers.h449 static uint32_t GetMaxSetsPerPoolForTesting();
H A Dvk_helpers.cpp4778 uint32_t DynamicDescriptorPool::GetMaxSetsPerPoolForTesting() in GetMaxSetsPerPoolForTesting() function in rx::vk::DynamicDescriptorPool