Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/vulkan_enc/
DDescriptorSetVirtualization.h142 void fillDescriptorSetInfoForPool(VkDescriptorPool pool, VkDescriptorSetLayout setLayout,
DDescriptorSetVirtualization.cpp468 void fillDescriptorSetInfoForPool(VkDescriptorPool pool, VkDescriptorSetLayout setLayout, in fillDescriptorSetInfoForPool() function
513 fillDescriptorSetInfoForPool(pool, pAllocateInfo->pSetLayouts[i], newSet); in validateAndApplyVirtualDescriptorSetAllocation()
DResourceTracker.cpp4919 fillDescriptorSetInfoForPool(ci->descriptorPool, ci->pSetLayouts[i], sets[i]); in on_vkAllocateDescriptorSets()