Home
last modified time | relevance | path

Searched defs:VmaVulkanFunctions (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/m133/third_party/externals/vulkanmemoryallocator/include/
Dvk_mem_alloc.h953 typedef struct VmaVulkanFunctions struct
956 PFN_vkGetInstanceProcAddr VMA_NULLABLE vkGetInstanceProcAddr;
958 PFN_vkGetDeviceProcAddr VMA_NULLABLE vkGetDeviceProcAddr;
959 PFN_vkGetPhysicalDeviceProperties VMA_NULLABLE vkGetPhysicalDeviceProperties;
960 PFN_vkGetPhysicalDeviceMemoryProperties VMA_NULLABLE vkGetPhysicalDeviceMemoryProperties;
961 PFN_vkAllocateMemory VMA_NULLABLE vkAllocateMemory;
962 PFN_vkFreeMemory VMA_NULLABLE vkFreeMemory;
963 PFN_vkMapMemory VMA_NULLABLE vkMapMemory;
964 PFN_vkUnmapMemory VMA_NULLABLE vkUnmapMemory;
965 PFN_vkFlushMappedMemoryRanges VMA_NULLABLE vkFlushMappedMemoryRanges;
[all …]
/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h2212 typedef struct VmaVulkanFunctions { struct
2213 PFN_vkGetPhysicalDeviceProperties VMA_NULLABLE vkGetPhysicalDeviceProperties;
2214 PFN_vkGetPhysicalDeviceMemoryProperties VMA_NULLABLE vkGetPhysicalDeviceMemoryProperties;
2215 PFN_vkAllocateMemory VMA_NULLABLE vkAllocateMemory;
2216 PFN_vkFreeMemory VMA_NULLABLE vkFreeMemory;
2217 PFN_vkMapMemory VMA_NULLABLE vkMapMemory;
2241 } VmaVulkanFunctions; argument