Home
last modified time | relevance | path

Searched refs:colorAttachmentIndices (Results 1 – 25 of 38) sorted by relevance

12

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/assets/3d/rendernodegraphs/
H A Dcore3d_rng_cam_scene_lwrp_msaa_gles.rng75 "colorAttachmentIndices": [ 1 ]
105 "colorAttachmentIndices": [ 1 ]
141 "colorAttachmentIndices": [ 1 ]
H A Dcore3d_rng_cam_scene_deferred.rng145 "colorAttachmentIndices": [ 1, 2, 3, 4 ]
194 "colorAttachmentIndices": [ 1 ],
256 "colorAttachmentIndices": [ 1, 2 ]
305 "colorAttachmentIndices": [ 1, 2 ]
362 "colorAttachmentIndices": [ 1, 2 ]
H A Dcore3d_rng_cam_scene_lwrp.rng85 "colorAttachmentIndices": [ 1 ]
119 "colorAttachmentIndices": [ 1 ]
159 "colorAttachmentIndices": [ 1 ]
H A Dcore3d_rng_cam_scene_hdrp_msaa.rng97 "colorAttachmentIndices": [ 1 ],
131 "colorAttachmentIndices": [ 1 ],
172 "colorAttachmentIndices": [ 1 ],
H A Dcore3d_rng_reflection_cam_scene.rng77 "colorAttachmentIndices": [ 1 ]
111 "colorAttachmentIndices": [ 1 ]
150 "colorAttachmentIndices": [ 1 ]
H A Dcore3d_rng_cam_scene_hdrp.rng113 "colorAttachmentIndices": [ 1, 2 ]
146 "colorAttachmentIndices": [ 1, 2 ]
186 "colorAttachmentIndices": [ 1, 2 ]
H A Dcore3d_rng_cam_scene_lwrp_msaa.rng91 "colorAttachmentIndices": [ 1 ]
130 "colorAttachmentIndices": [ 1 ]
176 "colorAttachmentIndices": [ 1 ],
H A Dcore3d_rng_reflection_cam_scene_msaa.rng84 "colorAttachmentIndices": [ 1 ]
123 "colorAttachmentIndices": [ 1 ]
168 "colorAttachmentIndices": [ 1 ],
H A Dcore3d_rng_cam_scene_hdrp_msaa_depth.rng107 "colorAttachmentIndices": [ 1 ],
146 "colorAttachmentIndices": [ 1 ],
193 "colorAttachmentIndices": [ 1 ],
H A Dcore3d_rng_cam_scene_lwrp_msaa_depth.rng101 "colorAttachmentIndices": [ 1 ]
145 "colorAttachmentIndices": [ 1 ]
197 "colorAttachmentIndices": [ 1 ],
H A Dcore3d_rng_cam_scene_pre_pass.rng72 "colorAttachmentIndices": [ 1 ]
102 "colorAttachmentIndices": [ 1 ]
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dnode_context_pool_manager_gles.cpp101 …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 Drender_node_util.cpp171 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 Drender_node_graph.rng21 "colorAttachmentIndices": 0
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/templates/rendernodegraphs/
H A Drender_node_fullscreen_generic.rng27 "colorAttachmentIndices": [ 0 ]
H A Drender_node_single_post_process.rng34 "colorAttachmentIndices": [ 0 ]
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/templates/rendernodegraphs/
H A Drender_node_default_material_render_slot.rng42 "colorAttachmentIndices": [ 1 ]
H A Drender_node_camera_single_post_process.rng33 "colorAttachmentIndices": [ 0 ]
H A Drender_node_default_material_deferred_shading.rng53 "colorAttachmentIndices": [ 1 ],
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/
H A Drender_data_structures.h228 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 Drender_node_scene_util.cpp114 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 Drender_copy_helper.cpp48 rp.subpassDesc.colorAttachmentIndices[0u] = 0u; in CreateRenderPass()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_motion_blur.cpp199 subpass.colorAttachmentIndices[0] = 0; in Execute()
253 subpass.colorAttachmentIndices[0] = 0; in ExecuteTileVelocity()
H A Drender_copy.cpp55 rp.subpassDesc.colorAttachmentIndices[0u] = 0u; in CreateRenderPass()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dnode_context_pool_manager_vk.cpp52 …HashRange(seed, subpass.colorAttachmentIndices, subpass.colorAttachmentIndices + subpass.colorAtta… in hash()

12