Home
last modified time | relevance | path

Searched refs:vulkanFunctions (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/angle/third_party/vulkan_memory_allocator/src/
H A DVulkanSample.cpp1447 static VmaVulkanFunctions vulkanFunctions = {}; in SetAllocatorCreateInfo() local
1448 vulkanFunctions.vkGetInstanceProcAddr = vkGetInstanceProcAddr; in SetAllocatorCreateInfo()
1449 vulkanFunctions.vkGetDeviceProcAddr = vkGetDeviceProcAddr; in SetAllocatorCreateInfo()
1450 outInfo.pVulkanFunctions = &vulkanFunctions; in SetAllocatorCreateInfo()
H A DTests.cpp3858 VmaVulkanFunctions vulkanFunctions = {}; in TestHeapSizeLimit() local
3859 vulkanFunctions.vkGetInstanceProcAddr = vkGetInstanceProcAddr; in TestHeapSizeLimit()
3860 vulkanFunctions.vkGetDeviceProcAddr = vkGetDeviceProcAddr; in TestHeapSizeLimit()
3861 allocatorCreateInfo.pVulkanFunctions = &vulkanFunctions; in TestHeapSizeLimit()