Searched refs:renderPassSubpassDescs (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/ |
H A D | node_context_pso_manager.cpp | 403 …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 D | node_context_pso_manager.h | 84 …const BASE_NS::array_view<const RenderPassSubpassDesc> renderPassSubpassDescs, const uint32_t subp…
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
H A D | pipeline_state_object_vk.cpp | 179 …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 D | pipeline_state_object_vk.h | 47 …const BASE_NS::array_view<const RenderPassSubpassDesc>& renderPassSubpassDescs, const uint32_t sub…
|
H A D | device_vk.h | 167 …const BASE_NS::array_view<const RenderPassSubpassDesc>& renderPassSubpassDescs, const uint32_t sub…
|
H A D | device_vk.cpp | 1319 …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 D | pipeline_state_object_gles.cpp | 156 …const array_view<const RenderPassSubpassDesc>& renderPassSubpassDescs, const uint32_t subpassIndex) in GraphicsPipelineStateObjectGLES() argument 175 for (const auto& subpass : renderPassSubpassDescs) { in GraphicsPipelineStateObjectGLES()
|
H A D | pipeline_state_object_gles.h | 54 …const BASE_NS::array_view<const RenderPassSubpassDesc>& renderPassSubpassDescs, const uint32_t sub…
|
H A D | device_gles.h | 158 …const BASE_NS::array_view<const RenderPassSubpassDesc>& renderPassSubpassDescs, const uint32_t sub…
|
H A D | device_gles.cpp | 2140 …const array_view<const RenderPassSubpassDesc>& renderPassSubpassDescs, const uint32_t subpassIndex, in CreateGraphicsPipelineStateObject() argument 2146 …exInputDeclaration, specializationConstants, dynamicStates, renderPassDesc, renderPassSubpassDescs, in CreateGraphicsPipelineStateObject()
|