Searched defs:descriptorPool (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/native/vulkan/libvulkan/ |
H A D | api_gen.cpp | 1114 VKAPI_ATTR void DestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, const VkAll… in DestroyDescriptorPool() 1118 VKAPI_ATTR VkResult ResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, VkDescrip… in ResetDescriptorPool() 1126 VKAPI_ATTR VkResult FreeDescriptorSets(VkDevice device, VkDescriptorPool descriptorPool, uint32_t d… in FreeDescriptorSets() 1982 VKAPI_ATTR void vkDestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, const VkA… in vkDestroyDescriptorPool() 1987 VKAPI_ATTR VkResult vkResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, VkDescr… in vkResetDescriptorPool() 1997 VKAPI_ATTR VkResult vkFreeDescriptorSets(VkDevice device, VkDescriptorPool descriptorPool, uint32_t… in vkFreeDescriptorSets()
|
/aosp12/frameworks/native/vulkan/nulldrv/ |
H A D | null_driver.cpp | 1309 void DestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, const VkAllocationCall… in DestroyDescriptorPool() 1312 VkResult ResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, VkDescriptorPoolRese… in ResetDescriptorPool() 1321 VkResult FreeDescriptorSets(VkDevice device, VkDescriptorPool descriptorPool, uint32_t count, const… in FreeDescriptorSets()
|