Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Ddevice_vk.cpp759 ChainObjects chainObjects; in CreateDevice() local
776 GetPhysicalDeviceYcbcrStructs(chainObjects, chainWrapper); in CreateDevice()
778 GetPhysicalDeviceRayTracingStructs(chainObjects, chainWrapper); in CreateDevice()
782 GetPhysicalDeviceFragmentShadingRateStructs(chainObjects, chainWrapper); in CreateDevice()
786 GetPhysicalDeviceMultiviewFeaturesStructs(chainObjects, chainWrapper); in CreateDevice()
789 GetPhysicalDeviceDescriptorIndexingFeaturesStructs(chainObjects, chainWrapper); in CreateDevice()
792 GetPhysicalDeviceMaintenance4Structs(chainObjects, chainWrapper); in CreateDevice()
822 commonDeviceProperties_ = GetCommonDevicePropertiesFunc(chainObjects); in CreateDevice()