Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/renderthread/
DVulkanManager.cpp159 VkPhysicalDeviceProperties physDeviceProperties; in setupDevice() local
160 mGetPhysicalDeviceProperties(mPhysicalDevice, &physDeviceProperties); in setupDevice()
161 LOG_ALWAYS_FATAL_IF(physDeviceProperties.apiVersion < VK_MAKE_VERSION(1, 1, 0)); in setupDevice()
162 mDriverVersion = physDeviceProperties.driverVersion; in setupDevice()