Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Ddevice_vk.cpp76 void** ppNextFeatures { nullptr }; member
143 *cw.ppNextFeatures = &fsr->physicalDeviceFragmentShadingRateFeatures; in GetPhysicalDeviceFragmentShadingRateStructs()
166 *cw.ppNextFeatures = &mv->physicalDeviceMultiviewFeatures; in GetPhysicalDeviceMultiviewFeaturesStructs()
167 cw.ppNextFeatures = &mv->physicalDeviceMultiviewFeatures.pNext; in GetPhysicalDeviceMultiviewFeaturesStructs()
207 *cw.ppNextFeatures = &di->physicalDeviceDescriptorIndexingFeatures; in GetPhysicalDeviceDescriptorIndexingFeaturesStructs()
284 *cw.ppNextFeatures = &rt->physicalDeviceRayQueryFeatures; in GetPhysicalDeviceRayTracingStructs()
299 *cw.ppNextFeatures = &ycbcr->ycbcrConversionFeatures; in GetPhysicalDeviceYcbcrStructs()
300 cw.ppNextFeatures = &ycbcr->ycbcrConversionFeatures.pNext; in GetPhysicalDeviceYcbcrStructs()
327 *cw.ppNextFeatures = &m4->maintenance4Features; in GetPhysicalDeviceMaintenance4Structs()
328 cw.ppNextFeatures = &m4->maintenance4Features.pNext; in GetPhysicalDeviceMaintenance4Structs()
[all …]