Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/renderthread/
DVulkanManager.cpp165 VkPhysicalDeviceProperties physDeviceProperties; in setupDevice() local
166 mGetPhysicalDeviceProperties(mPhysicalDevice, &physDeviceProperties); in setupDevice()
167 LOG_ALWAYS_FATAL_IF(physDeviceProperties.apiVersion < VK_MAKE_VERSION(1, 1, 0)); in setupDevice()
168 mDriverVersion = physDeviceProperties.driverVersion; in setupDevice()