Home
last modified time | relevance | path

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

/frameworks/native/vulkan/vkprofiles/generated/
Dvulkan_profiles.cpp65 …VkPhysicalDeviceProperties2KHR deviceProps{ VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2_KHR, &d… in vpGetDeviceAndDriverInfoString() local
66 pfnGetPhysicalDeviceProperties2(physicalDevice, &deviceProps); in vpGetDeviceAndDriverInfoString()
67 return std::string("deviceName=") + std::string(&deviceProps.properties.deviceName[0]) in vpGetDeviceAndDriverInfoString()