Searched defs:VkDescriptorPoolCreateInfo (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/vulkan/nulldrv/
H A Dnull_driver.cpp981 const VkDescriptorPoolCreateInfo*,
980 CreateDescriptorPool(VkDevice device, const VkDescriptorPoolCreateInfo*, const VkAllocationCallbacks* , VkDescriptorPool* pool) argument
/frameworks/native/vulkan/include/vulkan/
H A Dvulkan_core.h2420 typedef struct VkDescriptorPoolCreateInfo { struct
2427 } VkDescriptorPoolCreateInfo; typedef in typeref:struct:VkDescriptorPoolCreateInfo
2782 typedef VkResult (VKAPI_PTR *PFN_vkCreateDescriptorPool)(VkDevice device, const VkDescriptorPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool);
3252 const VkDescriptorPoolCreateInfo* pCreateInfo,

Completed in 287 milliseconds