Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dcreate_functions_vk.cpp458 VkPhysicalDeviceFeatures physicalDeviceFeatures; in GetWrapper() local
459 vkGetPhysicalDeviceFeatures(physicalDevice, &physicalDeviceFeatures); in GetWrapper()
482 …{ move(physicalDeviceProperties), move(physicalDeviceFeatures), move(physicalDeviceMemoryPropertie… in GetWrapper()
H A Ddevice_vk.cpp538 plat.enabledPhysicalDeviceFeatures = plat.physicalDeviceProperties.physicalDeviceFeatures; in PreparePhysicalDeviceFeaturesForEnabling()
552 … reinterpret_cast<VkBool32*>(&plat.physicalDeviceProperties.physicalDeviceFeatures), valueCount); in PreparePhysicalDeviceFeaturesForEnabling()
861 vkGetPhysicalDeviceFeatures(myDevice, &myProperties.physicalDeviceFeatures); in CheckExternalConfig()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/vulkan/
H A Dintf_device_vk.h70 VkPhysicalDeviceFeatures physicalDeviceFeatures; member