Home
last modified time | relevance | path

Searched refs:renderPassSubpassDescs (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Dnode_context_pso_manager.cpp403 …nderPassDesc& renderPassDesc, const array_view<const RenderPassSubpassDesc> renderPassSubpassDescs, in GetGraphicsPso() argument
426 if (subpassIndex >= renderPassSubpassDescs.size()) { in GetGraphicsPso()
429 subpassIndex, renderPassSubpassDescs.size()); in GetGraphicsPso()
431 renderPassSubpassDescs[subpassIndex].colorAttachmentCount) { in GetGraphicsPso()
436 renderPassSubpassDescs[subpassIndex].colorAttachmentCount); in GetGraphicsPso()
449 … vidv, sscdv, psoDataRef.dynamicStates, renderPassDesc, renderPassSubpassDescs, subpassIndex, in GetGraphicsPso()
H A Dnode_context_pso_manager.h84 …const BASE_NS::array_view<const RenderPassSubpassDesc> renderPassSubpassDescs, const uint32_t subp…
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dpipeline_state_object_vk.cpp179 …const array_view<const RenderPassSubpassDesc>& renderPassSubpassDescs, const uint32_t subpassIndex, in GraphicsPipelineStateObjectVk() argument
183 PLUGIN_ASSERT(!renderPassSubpassDescs.empty()); in GraphicsPipelineStateObjectVk()
282 const uint32_t colAttachmentCount = renderPassSubpassDescs[subpassIndex].colorAttachmentCount; in GraphicsPipelineStateObjectVk()
429 if (renderPassSubpassDescs[subpassIndex].colorAttachmentCount > 0) { in GraphicsPipelineStateObjectVk()
H A Dpipeline_state_object_vk.h47 …const BASE_NS::array_view<const RenderPassSubpassDesc>& renderPassSubpassDescs, const uint32_t sub…
H A Ddevice_vk.h167 …const BASE_NS::array_view<const RenderPassSubpassDesc>& renderPassSubpassDescs, const uint32_t sub…
H A Ddevice_vk.cpp1319 …const array_view<const RenderPassSubpassDesc>& renderPassSubpassDescs, const uint32_t subpassIndex, in CreateGraphicsPipelineStateObject() argument
1325 …exInputDeclaration, specializationConstants, dynamicStates, renderPassDesc, renderPassSubpassDescs, in CreateGraphicsPipelineStateObject()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dpipeline_state_object_gles.cpp156 …const array_view<const RenderPassSubpassDesc>& renderPassSubpassDescs, const uint32_t subpassIndex) in GraphicsPipelineStateObjectGLES() argument
175 for (const auto& subpass : renderPassSubpassDescs) { in GraphicsPipelineStateObjectGLES()
H A Dpipeline_state_object_gles.h54 …const BASE_NS::array_view<const RenderPassSubpassDesc>& renderPassSubpassDescs, const uint32_t sub…
H A Ddevice_gles.h158 …const BASE_NS::array_view<const RenderPassSubpassDesc>& renderPassSubpassDescs, const uint32_t sub…
H A Ddevice_gles.cpp2140 …const array_view<const RenderPassSubpassDesc>& renderPassSubpassDescs, const uint32_t subpassIndex, in CreateGraphicsPipelineStateObject() argument
2146 …exInputDeclaration, specializationConstants, dynamicStates, renderPassDesc, renderPassSubpassDescs, in CreateGraphicsPipelineStateObject()