Searched refs:VkPhysicalDeviceTypeString (Results 1 - 1 of 1) sorted by relevance

/external/vulkan-validation-layers/demos/
H A Dvulkaninfo.c249 static const char *VkPhysicalDeviceTypeString(VkPhysicalDeviceType type) { function
1994 fprintf(out, "\t\t\t\t\t\t<details><summary>deviceType = %s</summary></details>\n", VkPhysicalDeviceTypeString(props->deviceType));
2003 printf("\tdeviceType = %s\n", VkPhysicalDeviceTypeString(props->deviceType));

Completed in 158 milliseconds