/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/assets/3d/rendernodegraphs/ |
H A D | core3d_rng_cam_scene_lwrp_msaa_gles.rng | 75 "colorAttachmentIndices": [ 1 ] 105 "colorAttachmentIndices": [ 1 ] 141 "colorAttachmentIndices": [ 1 ]
|
H A D | core3d_rng_cam_scene_deferred.rng | 145 "colorAttachmentIndices": [ 1, 2, 3, 4 ] 194 "colorAttachmentIndices": [ 1 ], 256 "colorAttachmentIndices": [ 1, 2 ] 305 "colorAttachmentIndices": [ 1, 2 ] 362 "colorAttachmentIndices": [ 1, 2 ]
|
H A D | core3d_rng_cam_scene_lwrp.rng | 85 "colorAttachmentIndices": [ 1 ] 119 "colorAttachmentIndices": [ 1 ] 159 "colorAttachmentIndices": [ 1 ]
|
H A D | core3d_rng_cam_scene_hdrp_msaa.rng | 97 "colorAttachmentIndices": [ 1 ], 131 "colorAttachmentIndices": [ 1 ], 172 "colorAttachmentIndices": [ 1 ],
|
H A D | core3d_rng_reflection_cam_scene.rng | 77 "colorAttachmentIndices": [ 1 ] 111 "colorAttachmentIndices": [ 1 ] 150 "colorAttachmentIndices": [ 1 ]
|
H A D | core3d_rng_cam_scene_hdrp.rng | 113 "colorAttachmentIndices": [ 1, 2 ] 146 "colorAttachmentIndices": [ 1, 2 ] 186 "colorAttachmentIndices": [ 1, 2 ]
|
H A D | core3d_rng_cam_scene_lwrp_msaa.rng | 91 "colorAttachmentIndices": [ 1 ] 130 "colorAttachmentIndices": [ 1 ] 176 "colorAttachmentIndices": [ 1 ],
|
H A D | core3d_rng_reflection_cam_scene_msaa.rng | 84 "colorAttachmentIndices": [ 1 ] 123 "colorAttachmentIndices": [ 1 ] 168 "colorAttachmentIndices": [ 1 ],
|
H A D | core3d_rng_cam_scene_hdrp_msaa_depth.rng | 107 "colorAttachmentIndices": [ 1 ], 146 "colorAttachmentIndices": [ 1 ], 193 "colorAttachmentIndices": [ 1 ],
|
H A D | core3d_rng_cam_scene_lwrp_msaa_depth.rng | 101 "colorAttachmentIndices": [ 1 ] 145 "colorAttachmentIndices": [ 1 ] 197 "colorAttachmentIndices": [ 1 ],
|
H A D | core3d_rng_cam_scene_pre_pass.rng | 72 "colorAttachmentIndices": [ 1 ] 102 "colorAttachmentIndices": [ 1 ]
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | node_context_pool_manager_gles.cpp | 101 …rpHash, subpass.colorAttachmentIndices, subpass.colorAttachmentIndices + subpass.colorAttachmentCo… in HashRPD() 182 if (const auto* color = images[sb.colorAttachmentIndices[0]].image) { in IsDefaultAttachment() 391 …HashRange(subHash, sb.colorAttachmentIndices, sb.colorAttachmentIndices + sb.colorAttachmentCount); in HashAttachments() 428 const uint32_t ci = sb.colorAttachmentIndices[idx]; in GenerateSubPassFBO() 497 const auto* color = images[sb.colorAttachmentIndices[0]].image; in GenerateResolveFBO() 551 const auto* color = images[sb.colorAttachmentIndices[0]].image; in ProcessSubPass() 590 …const auto colorAttachmentIndices = array_view(pos->colorAttachmentIndices, pos->colorAttachmentCo… in MapColorAttachments() local 592 const auto color = colorAttachmentIndices[i]; in MapColorAttachments() 651 const auto oldColor = i->colorAttachmentIndices[ci]; in UpdateSubpassAttachments() 653 i->colorAttachmentIndices[ci] = newColor; in UpdateSubpassAttachments()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/ |
H A D | render_node_util.cpp | 171 rp.colorAttachmentIndices = renderPass.colorAttachmentIndices; in CreateInputRenderPass() 300 … spDesc.colorAttachmentCount = static_cast<uint32_t>(renderPass.colorAttachmentIndices.size()); in CreateRenderPass() 322 spDesc.colorAttachmentIndices[idx] = renderPass.colorAttachmentIndices[idx]; in CreateRenderPass()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/assets/render/rendernodegraphs/ |
H A D | render_node_graph.rng | 21 "colorAttachmentIndices": 0
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/templates/rendernodegraphs/ |
H A D | render_node_fullscreen_generic.rng | 27 "colorAttachmentIndices": [ 0 ]
|
H A D | render_node_single_post_process.rng | 34 "colorAttachmentIndices": [ 0 ]
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/templates/rendernodegraphs/ |
H A D | render_node_default_material_render_slot.rng | 42 "colorAttachmentIndices": [ 1 ]
|
H A D | render_node_camera_single_post_process.rng | 33 "colorAttachmentIndices": [ 0 ]
|
H A D | render_node_default_material_deferred_shading.rng | 53 "colorAttachmentIndices": [ 1 ],
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/ |
H A D | render_data_structures.h | 228 BASE_NS::vector<uint32_t> colorAttachmentIndices; member 353 BASE_NS::vector<uint32_t> colorAttachmentIndices; member
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/ |
H A D | render_node_scene_util.cpp | 114 renderPassDesc.attachmentHandles[subpassDesc.colorAttachmentIndices[0]] = in UpdateCustomCameraTargets() 138 …if (subpassDesc.colorAttachmentIndices[idx] < PipelineStateConstants::MAX_RENDER_PASS_ATTACHMENT_C… in UpdateCustomCameraLoadStore() 139 … auto& attRef = renderPass.renderPassDesc.attachments[subpassDesc.colorAttachmentIndices[idx]]; in UpdateCustomCameraLoadStore()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/ |
H A D | render_copy_helper.cpp | 48 rp.subpassDesc.colorAttachmentIndices[0u] = 0u; in CreateRenderPass()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/ |
H A D | render_motion_blur.cpp | 199 subpass.colorAttachmentIndices[0] = 0; in Execute() 253 subpass.colorAttachmentIndices[0] = 0; in ExecuteTileVelocity()
|
H A D | render_copy.cpp | 55 rp.subpassDesc.colorAttachmentIndices[0u] = 0u; in CreateRenderPass()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
H A D | node_context_pool_manager_vk.cpp | 52 …HashRange(seed, subpass.colorAttachmentIndices, subpass.colorAttachmentIndices + subpass.colorAtta… in hash()
|