Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DUtilsVk.h635 VkDescriptorSet *descriptorSetOut);
640 VkDescriptorSet *descriptorSetOut);
646 VkDescriptorSet *descriptorSetOut);
DUtilsVk.cpp4358 VkDescriptorSet *descriptorSetOut) in allocateDescriptorSetWithLayout() argument
4363 &descriptorPoolBinding, descriptorSetOut)); in allocateDescriptorSetWithLayout()
4367 vk::DescriptorSetHelper descriptorSetHelper(*descriptorSetOut); in allocateDescriptorSetWithLayout()
4381 VkDescriptorSet *descriptorSetOut) in allocateDescriptorSet() argument
4385 mDescriptorSetLayouts[function][DescriptorSetIndex::Internal].get(), descriptorSetOut); in allocateDescriptorSet()
4392 VkDescriptorSet *descriptorSetOut) in allocateDescriptorSetForImageCopyWithSampler() argument
4397 descriptorSetOut); in allocateDescriptorSetForImageCopyWithSampler()
Dvk_helpers.cpp3729 VkDescriptorSet *descriptorSetOut) in allocateDescriptorSet() argument
3736 bindingOut->get().allocateDescriptorSet(context, descriptorSetLayout, descriptorSetOut)) in allocateDescriptorSet()
3744 context, descriptorSetLayout, descriptorSetOut)) in allocateDescriptorSet()
3758 if (pool->get().allocateDescriptorSet(context, descriptorSetLayout, descriptorSetOut)) in allocateDescriptorSet()
3768 context, descriptorSetLayout, descriptorSetOut); in allocateDescriptorSet()
3782 VkDescriptorSet *descriptorSetOut, in getOrAllocateDescriptorSet() argument
3787 if (mDescriptorSetCache.getDescriptorSet(desc, descriptorSetOut, &poolOut)) in getOrAllocateDescriptorSet()
3795 ANGLE_TRY(allocateDescriptorSet(context, descriptorSetLayout, bindingOut, descriptorSetOut)); in getOrAllocateDescriptorSet()
3800 mDescriptorSetCache.insertDescriptorSet(desc, *descriptorSetOut, bindingOut->getRefCounted()); in getOrAllocateDescriptorSet()
Dvk_cache_utils.h2544 VkDescriptorSet *descriptorSetOut,
2550 *descriptorSetOut = iter->second->getDescriptorSet();
Dvk_helpers.h245 VkDescriptorSet *descriptorSetOut);
252 VkDescriptorSet *descriptorSetOut,