Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dcreate_functions_vk.h87 …PhysicalDeviceFeatures& featuresToEnable, const VkPhysicalDeviceFeatures2* physicalDeviceFeatures2,
H A Dcreate_functions_vk.cpp535 …const VkPhysicalDeviceFeatures2* physicalDeviceFeatures2, const vector<LowLevelQueueInfo>& availab… in CreateDevice() argument
590 physicalDeviceFeatures2, // pNext; in CreateDevice()
598 physicalDeviceFeatures2 ? nullptr : &featuresToEnable, // pEnabledFeatures in CreateDevice()
H A Ddevice_vk.cpp762 VkPhysicalDeviceFeatures2 physicalDeviceFeatures2 { in CreateDevice() local
767 chainWrapper.ppNextFeatures = &physicalDeviceFeatures2.pNext; in CreateDevice()
802 … extFunctions_.vkGetPhysicalDeviceFeatures2(plat_.physicalDevice, &physicalDeviceFeatures2); in CreateDevice()
810 physicalDeviceFeatures2.features = plat_.enabledPhysicalDeviceFeatures; in CreateDevice()
811 physicalDeviceFeatures2Ptr = &physicalDeviceFeatures2; in CreateDevice()