Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_node_post_process_util.cpp773 if (!RenderHandleUtil::IsValid(dofData_.pso)) { in ExecuteDof()
777 dofData_.pso = psoMgr.GetGraphicsPsoHandle( in ExecuteDof()
778dofData_.shader, gfxHandle, dofData_.pl, {}, {}, { DYNAMIC_STATES, countof(DYNAMIC_STATES) }); in ExecuteDof()
782 cmdList.BindPipeline(dofData_.pso); in ExecuteDof()
948 dofData_ = {}; in InitCreateShaderResources()
977 dofData_.shader = shaderMgr.GetShaderHandle(DOF_SHADER_NAME); in InitCreateShaderResources()
978 dofData_.pl = shaderMgr.GetPipelineLayoutHandleByShaderHandle(dofData_.shader); in InitCreateShaderResources()
979 if (!RenderHandleUtil::IsValid(dofData_.pl)) { in InitCreateShaderResources()
980 dofData_.pl = shaderMgr.GetReflectionPipelineLayoutHandle(dofData_.shader); in InitCreateShaderResources()
982 dofData_.pipelineLayout = shaderMgr.GetPipelineLayout(dofData_.pl); in InitCreateShaderResources()
[all …]
H A Drender_node_post_process_util.h97 EffectData dofData_; variable