Home
last modified time | relevance | path

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

/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/
DVmaReplay.cpp669 static uint32_t g_PhysicalDeviceIndex = 0; variable
2110 if(g_PhysicalDeviceIndex >= physicalDeviceCount) in InitVulkan()
2113 g_PhysicalDeviceIndex, in InitVulkan()
4262 if(!StrRangeToUint(StrRange(cmdLineParser.GetParameter()), g_PhysicalDeviceIndex)) in main2()