Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/stream-servers/tests/
DVulkan_unittest.cpp62 static std::string deviceTypeToString(VkPhysicalDeviceType type) { in deviceTypeToString() function
113 ss << "Device type: " << deviceTypeToString(props.deviceType) << "\n"; in getPhysicalDevicePropertiesString()