Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_node_post_process_util.cpp179 ppConfig_.bloomConfiguration.useCompute }; in Init()
341 ppConfig_.bloomConfiguration.useCompute }; in PreExecute()
350 const bool postProcessNeeded = (ppConfig_.enableFlags != 0); in PreExecute()
427 UpdatePostProcessData(ppConfig_); in Execute()
456 const bool postProcessNeeded = (ppConfig_.enableFlags != 0); in Execute()
611 PostProcessConversionHelper::GetFactorFxaa(ppConfig_) }; in ExecuteFXAA()
671 PostProcessConversionHelper::GetFactorTaa(ppConfig_) }; in ExecuteTAA()
759 const auto maxMipLevel = ppConfig_.blurConfiguration.maxMipLevel; in ExecuteDofBlur()
760ppConfig_.blurConfiguration.maxMipLevel = static_cast<uint32_t>(Math::round(ppConfig_.dofConfigura… in ExecuteDofBlur()
762ppConfig_.blurConfiguration.maxMipLevel = static_cast<uint32_t>(Math::round(ppConfig_.dofConfigura… in ExecuteDofBlur()
[all …]
H A Drender_node_post_process_util.h152 PostProcessConfiguration ppConfig_; variable
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_node_bloom.cpp84 ppConfig_.bloomConfiguration.useCompute }; in InitNode()
99 UpdatePostProcessData(ppConfig_); in PreExecuteFrame()
103 ppConfig_.bloomConfiguration.useCompute }; in PreExecuteFrame()
104 renderBloom_.PreExecute(*renderNodeContextMgr_, info, ppConfig_); in PreExecuteFrame()
113 renderBloom_.Execute(*renderNodeContextMgr_, cmdList, ppConfig_); in ExecuteFrame()
131 ppConfig_ = *((const PostProcessConfiguration*)dataView.data()); in ProcessPostProcessConfiguration()
H A Drender_node_bloom.h72 PostProcessConfiguration ppConfig_; variable