Home
last modified time | relevance | path

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

/external/angle/third_party/vulkan_memory_allocator/src/
DVulkanSample.cpp51 bool VK_KHR_get_physical_device_properties2_enabled = false; variable
1144 …ntf(L"VK_KHR_get_physical_device_properties2: %d\n", VK_KHR_get_physical_device_properties2_enable… in PrintEnabledFeatures()
1173 … GetVulkanApiVersion() >= VK_API_VERSION_1_1 || VK_KHR_get_physical_device_properties2_enabled)) in SetAllocatorCreateInfo()
1268 VK_KHR_get_physical_device_properties2_enabled = true; in InitializeApplication()
/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/
DVmaReplay.cpp2059 bool VK_KHR_get_physical_device_properties2_enabled = false; in InitVulkan() local
2065 VK_KHR_get_physical_device_properties2_enabled = true; in InitVulkan()
2206 if(VK_KHR_get_physical_device_properties2_enabled) in InitVulkan()