Home
last modified time | relevance | path

Searched refs:RenderPassSubpassDesc (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dnode_context_pool_manager_gles.cpp97 for (const RenderPassSubpassDesc& subpass : beginRenderPass.subpasses) { in HashRPD()
174 bool IsDefaultAttachment(array_view<const BindImage> images, const RenderPassSubpassDesc& sb) in IsDefaultAttachment()
210 bool IsDefaultResolve(array_view<const BindImage> images, const RenderPassSubpassDesc& sb) in IsDefaultResolve()
387 uint64_t HashAttachments(const RenderPassSubpassDesc& sb) in HashAttachments()
546 const RenderPassSubpassDesc& sb, bool multisampledRenderToTexture) in ProcessSubPass()
585 void MapColorAttachments(array_view<RenderPassSubpassDesc>::iterator begin, in MapColorAttachments()
616 void MapDepthAttachments(array_view<RenderPassSubpassDesc>::iterator begin, in MapDepthAttachments()
645 void UpdateSubpassAttachments(array_view<RenderPassSubpassDesc>::iterator begin, in UpdateSubpassAttachments()
646 array_view<RenderPassSubpassDesc>::iterator end, array_view<uint32_t> imageMap) in UpdateSubpassAttachments()
812 [](const RenderPassSubpassDesc& subpass) { return subpass.viewMask != 0; })) { in FilterRenderPass()
[all …]
H A Drender_backend_gles.h250 const RenderPassSubpassDesc& currentSubPass);
252 const RenderPassSubpassDesc& currentSubPass);
253 uint32_t ResolveMSAA(const RenderPassDesc& rpd, const RenderPassSubpassDesc& currentSubPass);
H A Dpipeline_state_object_gles.h54 …const BASE_NS::array_view<const RenderPassSubpassDesc>& renderPassSubpassDescs, const uint32_t sub…
H A Dpipeline_state_object_gles.cpp156 …const array_view<const RenderPassSubpassDesc>& renderPassSubpassDescs, const uint32_t subpassIndex) in GraphicsPipelineStateObjectGLES()
H A Ddevice_gles.h158 …const BASE_NS::array_view<const RenderPassSubpassDesc>& renderPassSubpassDescs, const uint32_t sub…
H A Drender_backend_gles.cpp1505 …<uint32_t> invalidateAttachment, const RenderPassDesc& rpd, const RenderPassSubpassDesc& currentSu… in InvalidateDepthStencil()
1544 …<uint32_t> invalidateAttachment, const RenderPassDesc& rpd, const RenderPassSubpassDesc& currentSu… in InvalidateColor()
1566 uint32_t RenderBackendGLES::ResolveMSAA(const RenderPassDesc& rpd, const RenderPassSubpassDesc& cur… in ResolveMSAA()
H A Ddevice_gles.cpp2140 …const array_view<const RenderPassSubpassDesc>& renderPassSubpassDescs, const uint32_t subpassIndex, in CreateGraphicsPipelineStateObject()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_command_list.h248 BASE_NS::array_view<RenderPassSubpassDesc> subpasses;
518 const BASE_NS::array_view<const RenderPassSubpassDesc> subpassDescs) override;
520 const RenderPassSubpassDesc& subpassDescs) override;
605 …bool ProcessInputAttachments(const RenderPassDesc& renderPassDsc, const RenderPassSubpassDesc& sub…
607 …bool ProcessColorAttachments(const RenderPassDesc& renderPassDsc, const RenderPassSubpassDesc& sub…
609 …bool ProcessResolveAttachments(const RenderPassDesc& renderPassDsc, const RenderPassSubpassDesc& s…
611 …bool ProcessDepthAttachments(const RenderPassDesc& renderPassDsc, const RenderPassSubpassDesc& sub…
614 …const RenderPassSubpassDesc& subpassRef, RenderPassAttachmentResourceStates& subpassResourceStates…
H A Drender_command_list.cpp118 … const RenderPassDesc& renderPassDesc, const array_view<const RenderPassSubpassDesc> subpassDescs) in ValidateRenderPassAttachment()
844 … const RenderPassDesc& renderPassDesc, const array_view<const RenderPassSubpassDesc> subpassDescs) in BeginRenderPass()
889 …data->subpasses = { AllocateRenderData<RenderPassSubpassDesc>(allocator_, renderPassDesc.subpassCo… in BeginRenderPass()
929 …erPassDesc& renderPassDesc, const uint32_t subpassStartIdx, const RenderPassSubpassDesc& subpassDe… in BeginRenderPass()
980 …data->subpasses = { AllocateRenderData<RenderPassSubpassDesc>(allocator_, renderPassDesc.subpassCo… in BeginRenderPass()
1019 …const RenderPassSubpassDesc& subpassRef, RenderPassAttachmentResourceStates& subpassResourceStates) in ProcessInputAttachments()
1053 …const RenderPassSubpassDesc& subpassRef, RenderPassAttachmentResourceStates& subpassResourceStates) in ProcessColorAttachments()
1083 …const RenderPassSubpassDesc& subpassRef, RenderPassAttachmentResourceStates& subpassResourceStates) in ProcessResolveAttachments()
1109 …const RenderPassSubpassDesc& subpassRef, RenderPassAttachmentResourceStates& subpassResourceStates) in ProcessDepthAttachments()
1156 …const RenderPassSubpassDesc& subpassRef, RenderPassAttachmentResourceStates& subpassResourceStates) in ProcessFragmentShadingRateAttachments()
H A Dnode_context_pso_manager.h84 …const BASE_NS::array_view<const RenderPassSubpassDesc> renderPassSubpassDescs, const uint32_t subp…
H A Dnode_context_pso_manager.cpp403 …const RenderPassDesc& renderPassDesc, const array_view<const RenderPassSubpassDesc> renderPassSubp… in GetGraphicsPso()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/nodecontext/
H A Dintf_render_command_list.h30 struct RenderPassSubpassDesc;
135 …const RenderPassDesc& renderPassDesc, const BASE_NS::array_view<const RenderPassSubpassDesc> subpa…
147 const RenderPassSubpassDesc& subpassDesc) = 0;
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dpipeline_state_object_vk.h47 …const BASE_NS::array_view<const RenderPassSubpassDesc>& renderPassSubpassDescs, const uint32_t sub…
H A Dpipeline_create_functions_vk.h34 struct RenderPassSubpassDesc;
H A Dpipeline_create_functions_vk.cpp235 …lRenderPassDataVk& lowLevelRenderPassData, const array_view<const RenderPassSubpassDesc> subpassDe… in CreateRenderPassCombined()
281 const RenderPassSubpassDesc& subpassDesc = subpassDescs[subpassIdx]; in CreateRenderPassCombined()
414 …lRenderPassDataVk& lowLevelRenderPassData, const array_view<const RenderPassSubpassDesc> subpassDe… in CreateRenderPassCombined2()
463 const RenderPassSubpassDesc& subpassDesc = subpassDescs[subpassIdx]; in CreateRenderPassCombined2()
H A Dnode_context_pool_manager_vk.cpp48 uint64_t BASE_NS::hash(const RENDER_NS::RenderPassSubpassDesc& subpass) in hash()
73 …RenderPassCompatibilityDescVk& renderPassCompatibilityDesc, const RenderPassSubpassDesc& subpasses, in HashRenderPassCompatibility()
H A Ddevice_vk.h167 …const BASE_NS::array_view<const RenderPassSubpassDesc>& renderPassSubpassDescs, const uint32_t sub…
H A Dpipeline_state_object_vk.cpp179 …const array_view<const RenderPassSubpassDesc>& renderPassSubpassDescs, const uint32_t subpassIndex, in GraphicsPipelineStateObjectVk()
H A Ddevice_vk.cpp1319 …const array_view<const RenderPassSubpassDesc>& renderPassSubpassDescs, const uint32_t subpassIndex, in CreateGraphicsPipelineStateObject()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H A Dpipeline_state_desc.h1039 struct RenderPassSubpassDesc { struct
1087 RenderPassSubpassDesc subpassDesc;
1097 RenderPassSubpassDesc subpassDesc;
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Ddevice.h229 …const BASE_NS::array_view<const RenderPassSubpassDesc>& renderPassSubpassDesc, const uint32_t subp…
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_bloom.cpp326 RenderPassSubpassDesc& subpassDesc = renderPass.subpassDesc; in GraphicsBloom()
712 RenderPassSubpassDesc subpassDesc = renderPass.subpassDesc; in CreateRenderPsos()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/
H A Drender_graph.cpp293 …if (!CloneData(store.renderPasses[idx]->subpasses.data(), sizeof(RenderPassSubpassDesc) * renderPa… in UpdateMultiRenderCommandListRenderPasses()
294 … firstRenderPass->subpasses.data(), sizeof(RenderPassSubpassDesc) * renderPassCount)) { in UpdateMultiRenderCommandListRenderPasses()