Home
last modified time | relevance | path

Searched refs:pDescriptorPool (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/native/vulkan/libvulkan/
H A Dapi_gen.cpp432 …eateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool);
1110 …ateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool) { in CreateDescriptorPool() argument
1111 …rn GetData(device).dispatch.CreateDescriptorPool(device, pCreateInfo, pAllocator, pDescriptorPool); in CreateDescriptorPool()
1977 …ateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool) { in vkCreateDescriptorPool() argument
1978 return vulkan::api::CreateDescriptorPool(device, pCreateInfo, pAllocator, pDescriptorPool); in vkCreateDescriptorPool()
/aosp12/frameworks/native/vulkan/nulldrv/
H A Dnull_driver_gen.h107 …eateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool);