Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkDescriptorSetLayout.hpp116 size_t getDescriptorSetAllocationSize() const;
DVkDescriptorPool.cpp65 layoutSizes[i] = vk::Cast(pSetLayouts[i])->getDescriptorSetAllocationSize(); in allocateSets()
DVkDescriptorSetLayout.cpp144 size_t DescriptorSetLayout::getDescriptorSetAllocationSize() const in getDescriptorSetAllocationSize() function in vk::DescriptorSetLayout