Home
last modified time | relevance | path

Searched defs:allocateSets (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/Vulkan/
DVkDescriptorPool.cpp58 VkResult DescriptorPool::allocateSets(uint32_t descriptorSetCount, const VkDescriptorSetLayout *pSe… in allocateSets() function in vk::DescriptorPool
121 VkResult DescriptorPool::allocateSets(size_t *sizes, uint32_t numAllocs, VkDescriptorSet *pDescript… in allocateSets() function in vk::DescriptorPool
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.h308 ANGLE_INLINE angle::Result allocateSets(ContextVk *contextVk, in allocateSets() function
Dvk_helpers.cpp2423 angle::Result DescriptorPoolHelper::allocateSets(ContextVk *contextVk, in allocateSets() function in rx::vk::DescriptorPoolHelper