Searched refs:descriptorPool (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/native/vulkan/libvulkan/ |
H A D | api_gen.cpp | 433 VKAPI_ATTR void DestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, const VkAll… 434 VKAPI_ATTR VkResult ResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, VkDescrip… 1114 VKAPI_ATTR void DestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, const VkAll… in DestroyDescriptorPool() argument 1115 GetData(device).dispatch.DestroyDescriptorPool(device, descriptorPool, pAllocator); in DestroyDescriptorPool() 1118 VKAPI_ATTR VkResult ResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, VkDescrip… in ResetDescriptorPool() argument 1119 return GetData(device).dispatch.ResetDescriptorPool(device, descriptorPool, flags); in ResetDescriptorPool() 1127 …return GetData(device).dispatch.FreeDescriptorSets(device, descriptorPool, descriptorSetCount, pDe… in FreeDescriptorSets() 1983 vulkan::api::DestroyDescriptorPool(device, descriptorPool, pAllocator); in vkDestroyDescriptorPool() 1987 VKAPI_ATTR VkResult vkResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, VkDescr… in vkResetDescriptorPool() argument 1988 return vulkan::api::ResetDescriptorPool(device, descriptorPool, flags); in vkResetDescriptorPool() [all …]
|
/aosp12/frameworks/native/vulkan/nulldrv/ |
H A D | null_driver_gen.h | 108 VKAPI_ATTR void DestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, const VkAll… 109 VKAPI_ATTR VkResult ResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, VkDescrip… 111 VKAPI_ATTR VkResult FreeDescriptorSets(VkDevice device, VkDescriptorPool descriptorPool, uint32_t d…
|
H A D | null_driver.cpp | 1309 void DestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, const VkAllocationCall… in DestroyDescriptorPool() argument 1312 VkResult ResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, VkDescriptorPoolRese… in ResetDescriptorPool() argument 1321 VkResult FreeDescriptorSets(VkDevice device, VkDescriptorPool descriptorPool, uint32_t count, const… in FreeDescriptorSets() argument
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/ |
H A D | TestGpuNnapi.cpp | 522 .descriptorPool = mDescriptorPool, in initialize()
|