Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/third_party/vulkan_memory_allocator/include/
H A Dvk_mem_alloc.h954 typedef struct VmaVulkanFunctions struct
957 PFN_vkGetInstanceProcAddr VMA_NULLABLE vkGetInstanceProcAddr;
959 PFN_vkGetDeviceProcAddr VMA_NULLABLE vkGetDeviceProcAddr;
960 PFN_vkGetPhysicalDeviceProperties VMA_NULLABLE vkGetPhysicalDeviceProperties;
961 PFN_vkGetPhysicalDeviceMemoryProperties VMA_NULLABLE vkGetPhysicalDeviceMemoryProperties;
962 PFN_vkAllocateMemory VMA_NULLABLE vkAllocateMemory;
963 PFN_vkFreeMemory VMA_NULLABLE vkFreeMemory;
964 PFN_vkMapMemory VMA_NULLABLE vkMapMemory;
965 PFN_vkUnmapMemory VMA_NULLABLE vkUnmapMemory;
966 PFN_vkFlushMappedMemoryRanges VMA_NULLABLE vkFlushMappedMemoryRanges;
[all …]
/aosp_15_r20/external/skia/vma_android/include/
H A 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 …]
/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Dvk_mem_alloc.h1735 typedef struct VmaVulkanFunctions { struct
1757 } VmaVulkanFunctions; argument