Home
last modified time | relevance | path

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

/frameworks/native/libs/renderengine/skia/
DVulkanInterface.cpp314 VkPhysicalDeviceProperties2 physDevProps = { in init() local
326 physDevProps.pNext = &protMemProps; in init()
329 vkGetPhysicalDeviceProperties2(physicalDevice, &physDevProps); in init()
330 const uint32_t physicalDeviceApiVersion = physDevProps.properties.apiVersion; in init()