Searched refs:inputAttachmentIndices (Results 1 – 16 of 16) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/ |
H A D | render_node_util.cpp | 170 rp.inputAttachmentIndices = renderPass.inputAttachmentIndices; in CreateInputRenderPass() 299 … spDesc.inputAttachmentCount = static_cast<uint32_t>(renderPass.inputAttachmentIndices.size()); in CreateRenderPass() 319 spDesc.inputAttachmentIndices[idx] = renderPass.inputAttachmentIndices[idx]; in CreateRenderPass()
|
H A D | render_node_parser_util.cpp | 393 getAttachmentIndices("inputAttachmentIndices", *sp, renderPass.inputAttachmentIndices); in ParseRenderpass()
|
H A D | render_command_list.cpp | 140 …CheckAttachments(subpassRef.inputAttachmentIndices, subpassRef.inputAttachmentCount, attachmentIdx… in ValidateRenderPassAttachment() 1023 const uint32_t attachmentIndex = subpassRef.inputAttachmentIndices[idx]; in ProcessInputAttachments()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/templates/rendernodegraphs/ |
H A D | render_node_default_material_deferred_shading.rng | 54 "inputAttachmentIndices": [ 0, 2, 3, 4 ]
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/ |
H A D | render_data_structures.h | 226 BASE_NS::vector<uint32_t> inputAttachmentIndices; member 351 BASE_NS::vector<uint32_t> inputAttachmentIndices; member
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/assets/3d/rendernodegraphs/ |
H A D | core3d_rng_cam_scene_hdrp_msaa.rng | 96 "inputAttachmentIndices": [],
|
H A D | core3d_rng_cam_scene_hdrp_msaa_depth.rng | 106 "inputAttachmentIndices": [],
|
H A D | core3d_rng_cam_scene_deferred.rng | 195 "inputAttachmentIndices": [ 0, 2, 3, 4 ]
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
H A D | node_context_pool_manager_vk.cpp | 51 …HashRange(seed, subpass.inputAttachmentIndices, subpass.inputAttachmentIndices + subpass.inputAtta… in hash()
|
H A D | pipeline_create_functions_vk.cpp | 291 …CreateAttachmentReferences(subpassDesc.inputAttachmentIndices, layouts, subpassDesc.inputAttachmen… in CreateRenderPassCombined() 473 … CreateAttachmentReferences2(subpassDesc.inputAttachmentIndices, layouts, compatibilityAttachments, in CreateRenderPassCombined2()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | node_context_pool_manager_gles.cpp | 99 …rpHash, subpass.inputAttachmentIndices, subpass.inputAttachmentIndices + subpass.inputAttachmentCo… in HashRPD()
|
H A D | render_backend_gles.cpp | 1411 uint32_t index = currentSubPass.inputAttachmentIndices[ci]; in ScanPasses()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/ |
H A D | pipeline_state_desc.h | 1046 uint32_t inputAttachmentIndices[PipelineStateConstants::MAX_INPUT_ATTACHMENT_COUNT] {};
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/ |
H A D | render_node_default_material_deferred_shading.cpp | 268 … bindingIdx, renderPassDesc.attachmentHandles[subpassDesc.inputAttachmentIndices[bindingIdx]]); in UpdateSet01()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/ |
H A D | render_bloom.cpp | 428 renderPassUpscale.subpassDesc.inputAttachmentIndices[0] = 0; in RenderUpscale()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/ |
H A D | render_graph.cpp | 853 … array_view(subpassRef.inputAttachmentIndices, subpassRef.inputAttachmentCount), rc.renderPassDesc, in RenderCommand()
|