Home
last modified time | relevance | path

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

/frameworks/native/libs/renderengine/skia/
DVulkanInterface.cpp44 backendContext.fDeviceFeatures2 = mPhysicalDeviceFeatures2; in getGaneshBackendContext()
61 backendContext.fDeviceFeatures2 = mPhysicalDeviceFeatures2; in getGraphiteBackendContext()
440 mPhysicalDeviceFeatures2 = new VkPhysicalDeviceFeatures2; in init()
441 mPhysicalDeviceFeatures2->sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FEATURES_2; in init()
442 mPhysicalDeviceFeatures2->pNext = nullptr; in init()
449 mPhysicalDeviceFeatures2->pNext = mSamplerYcbcrConversionFeatures; in init()
469 vkGetPhysicalDeviceFeatures2(physicalDevice, mPhysicalDeviceFeatures2); in init()
471 mPhysicalDeviceFeatures2->features.robustBufferAccess = VK_FALSE; in init()
505 mPhysicalDeviceFeatures2, in init()
593 if (mPhysicalDeviceFeatures2) { in teardown()
[all …]
DVulkanInterface.h90 VkPhysicalDeviceFeatures2* mPhysicalDeviceFeatures2 = nullptr; variable
/frameworks/base/libs/hwui/renderthread/
DVulkanManager.cpp140 free_features_extensions_structs(mPhysicalDeviceFeatures2); in ~VulkanManager()
141 mPhysicalDeviceFeatures2 = {}; in ~VulkanManager()
409 this->setupDevice(mExtensions, mPhysicalDeviceFeatures2); in initialize()
518 backendContext.fDeviceFeatures2 = &mPhysicalDeviceFeatures2; in createContext()
547 .device_features_2 = &mPhysicalDeviceFeatures2, in getVkFunctorInitParams()
DVulkanManager.h202 VkPhysicalDeviceFeatures2 mPhysicalDeviceFeatures2{};