Searched refs:DefaultMaterialRenderNodeConstants (Results 1 – 5 of 5) sorted by relevance
637 DefaultMaterialRenderNodeConstants::CORE_DM_CAMERA_VELOCITY_NORMAL, cth.velNor); in RegisterOutputs()644 DefaultMaterialRenderNodeConstants::CORE_DM_CAMERA_BASE_COLOR, cth.baseColor); in RegisterOutputs()646 DefaultMaterialRenderNodeConstants::CORE_DM_CAMERA_MATERIAL, cth.material); in RegisterOutputs()651 DefaultMaterialRenderNodeConstants::CORE_DM_CAMERA_DEPTH_MSAA, cth.depthMsaa); in RegisterOutputs()653 DefaultMaterialRenderNodeConstants::CORE_DM_CAMERA_COLOR_MSAA, cth.colorMsaa); in RegisterOutputs()1098 if (ref.name == DefaultMaterialRenderNodeConstants::CORE_DM_CAMERA_OUTPUT) { in ParseRenderNodeInputs()1100 } else if (ref.name == DefaultMaterialRenderNodeConstants::CORE_DM_CAMERA_DEPTH) { in ParseRenderNodeInputs()1102 } else if (ref.name == DefaultMaterialRenderNodeConstants::CORE_DM_CAMERA_COLOR) { in ParseRenderNodeInputs()1104 } else if (ref.name == DefaultMaterialRenderNodeConstants::CORE_DM_CAMERA_HISTORY) { in ParseRenderNodeInputs()1108 } else if (ref.name == DefaultMaterialRenderNodeConstants::CORE_DM_CAMERA_BASE_COLOR) { in ParseRenderNodeInputs()[all …]
59 if (ref.name == DefaultMaterialRenderNodeConstants::CORE_DM_CAMERA_OUTPUT) { in FillPostProcessImages()66 } else if (ref.name == DefaultMaterialRenderNodeConstants::CORE_DM_CAMERA_COLOR) { in FillPostProcessImages()70 } else if (ref.name == DefaultMaterialRenderNodeConstants::CORE_DM_CAMERA_DEPTH) { in FillPostProcessImages()74 } else if (ref.name == DefaultMaterialRenderNodeConstants::CORE_DM_CAMERA_VELOCITY_NORMAL) { in FillPostProcessImages()78 …} else if ((ref.name == DefaultMaterialRenderNodeConstants::CORE_DM_CAMERA_HISTORY) && (!mvLayerCa… in FillPostProcessImages()80 …} else if ((ref.name == DefaultMaterialRenderNodeConstants::CORE_DM_CAMERA_HISTORY_NEXT) && (!mvLa… in FillPostProcessImages()
591 if (ref.name == DefaultMaterialRenderNodeConstants::CORE_DM_CAMERA_VELOCITY_NORMAL) { in ParseRenderNodeInputs()
922 if (ref.name == DefaultMaterialRenderNodeConstants::CORE_DM_CAMERA_VELOCITY_NORMAL) { in ParseRenderNodeInputs()
216 struct DefaultMaterialRenderNodeConstants { struct