Home
last modified time | relevance | path

Searched refs:allocateSets (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/src/Vulkan/
DVkDescriptorPool.hpp31 …VkResult allocateSets(uint32_t descriptorSetCount, const VkDescriptorSetLayout *pSetLayouts, VkDes…
36 VkResult allocateSets(size_t *sizes, uint32_t numAllocs, VkDescriptorSet *pDescriptorSets);
DVkDescriptorPool.cpp58 VkResult DescriptorPool::allocateSets(uint32_t descriptorSetCount, const VkDescriptorSetLayout *pSe… in allocateSets() function in vk::DescriptorPool
68 VkResult result = allocateSets(&(layoutSizes[0]), descriptorSetCount, pDescriptorSets); in allocateSets()
121 VkResult DescriptorPool::allocateSets(size_t *sizes, uint32_t numAllocs, VkDescriptorSet *pDescript… in allocateSets() function in vk::DescriptorPool
DlibVulkan.cpp2258 …return vk::Cast(pAllocateInfo->descriptorPool)->allocateSets(pAllocateInfo->descriptorSetCount, pA… in vkAllocateDescriptorSets()
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.h277 angle::Result allocateSets(ContextVk *contextVk,
308 ANGLE_INLINE angle::Result allocateSets(ContextVk *contextVk, in allocateSets() function
DProgramExecutableVk.cpp1873 ANGLE_TRY(mDynamicDescriptorPools[descriptorSetIndex].allocateSets( in updateDescriptorSets()
DUtilsVk.cpp3475 ANGLE_TRY(mDescriptorPools[function].allocateSets( in allocateDescriptorSet()
Dvk_helpers.cpp2423 angle::Result DescriptorPoolHelper::allocateSets(ContextVk *contextVk, in allocateSets() function in rx::vk::DescriptorPoolHelper
2526 return bindingOut->get().allocateSets(contextVk, descriptorSetLayout, descriptorSetCount, in allocateSetsAndGetInfo()