Searched refs:VkDescriptorPoolCreateInfo (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/vulkan/nulldrv/
H A Dnull_driver_gen.h105 VKAPI_ATTR VkResult CreateDescriptorPool(VkDevice device, const VkDescriptorPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool);
H A Dnull_driver.cpp969 const VkDescriptorPoolCreateInfo*,
968 CreateDescriptorPool(VkDevice device, const VkDescriptorPoolCreateInfo*, const VkAllocationCallbacks* , VkDescriptorPool* pool) argument
/frameworks/rs/rsov/driver/
H A DrsovScript.cpp421 VkDescriptorPoolCreateInfo descriptor_pool = {
/frameworks/native/vulkan/libvulkan/
H A Dapi_gen.cpp356 VKAPI_ATTR VkResult CreateDescriptorPool(VkDevice device, const VkDescriptorPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool);
924 VKAPI_ATTR VkResult CreateDescriptorPool(VkDevice device, const VkDescriptorPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool) {
1601 VKAPI_ATTR VkResult vkCreateDescriptorPool(VkDevice device, const VkDescriptorPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool) {
/frameworks/native/vulkan/include/vulkan/
H A Dvulkan.h2188 typedef struct VkDescriptorPoolCreateInfo { struct
2195 } VkDescriptorPoolCreateInfo; typedef in typeref:struct:VkDescriptorPoolCreateInfo
2550 typedef VkResult (VKAPI_PTR *PFN_vkCreateDescriptorPool)(VkDevice device, const VkDescriptorPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool);
3020 const VkDescriptorPoolCreateInfo* pCreateInfo,

Completed in 105 milliseconds