Home
last modified time | relevance | path

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

/external/angle/third_party/vulkan_memory_allocator/src/
DCommon.cpp267 const wchar_t* PhysicalDeviceTypeToStr(VkPhysicalDeviceType type) in PhysicalDeviceTypeToStr() function
DCommon.h330 const wchar_t* PhysicalDeviceTypeToStr(VkPhysicalDeviceType type);
DVulkanSample.cpp1475 …wprintf(L" deviceType: %u (%s)\n", properties.deviceType, PhysicalDeviceTypeToStr(properties.de… in PrintPhysicalDeviceProperties()