Home
last modified time | relevance | path

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

/frameworks/native/libs/renderengine/skia/
DVulkanInterface.cpp330 const uint32_t physicalDeviceApiVersion = physDevProps.properties.apiVersion; in init() local
331 if (physicalDeviceApiVersion < VK_MAKE_VERSION(1, 1, 0)) { in init()
333 VK_VERSION_MAJOR(physicalDeviceApiVersion), VK_VERSION_MINOR(physicalDeviceApiVersion), in init()
334 VK_VERSION_PATCH(physicalDeviceApiVersion)); in init()
549 mApiVersion = physicalDeviceApiVersion; in init()