Home | History | Annotate | Download | only in tools

Lines Matching defs:properties

39     VkPhysicalDeviceProperties properties;
131 vkGetPhysicalDeviceProperties(gpu, &info.properties);
495 info.properties.deviceName,
496 VkPhysicalDeviceTypeStr(info.properties.deviceType),
497 VK_VERSION_MAJOR(info.properties.apiVersion),
498 VK_VERSION_MINOR(info.properties.apiVersion),
499 VK_VERSION_PATCH(info.properties.apiVersion),
500 info.properties.driverVersion, info.properties.vendorID,
501 info.properties.deviceID);