Home
last modified time | relevance | path

Searched refs:setMaxSetsPerPoolForTesting (Results 1 – 3 of 3) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/tests/gl_tests/
DVulkanUniformUpdatesTest.cpp67 uniformPool->setMaxSetsPerPoolForTesting(kMaxSetsForTesting); in limitMaxSets()
80 texturePool->setMaxSetsPerPoolForTesting(kMaxSetsForTesting); in limitMaxSets()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.h291 void setMaxSetsPerPoolForTesting(uint32_t maxSetsPerPool);
Dvk_helpers.cpp1437 void DynamicDescriptorPool::setMaxSetsPerPoolForTesting(uint32_t maxSetsPerPool) in setMaxSetsPerPoolForTesting() function in rx::vk::DynamicDescriptorPool