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

/external/skia/third_party/vulkan/
H A Dvulkan.h1428 typedef struct VkMemoryAllocateInfo { struct
1433 } VkMemoryAllocateInfo; typedef in typeref:struct:VkMemoryAllocateInfo
2218 typedef VkResult (VKAPI_PTR *PFN_vkAllocateMemory)(VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMemory);
2439 const VkMemoryAllocateInfo* pAllocateInfo,
/external/vulkan-validation-layers/include/vulkan/
H A Dvulkan.h1437 typedef struct VkMemoryAllocateInfo { struct
1442 } VkMemoryAllocateInfo; typedef in typeref:struct:VkMemoryAllocateInfo
2227 typedef VkResult (VKAPI_PTR *PFN_vkAllocateMemory)(VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMemory);
2448 const VkMemoryAllocateInfo* pAllocateInfo,

Completed in 108 milliseconds