Home
last modified time | relevance | path

Searched refs:pipelineLayoutData (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_node_fullscreen_generic.cpp69 pipelineData_.pipelineLayoutData = shaderMgr.GetPipelineLayout(pipelineData_.pipelineLayout); in RENDER_BEGIN_NAMESPACE()
73 … const DescriptorCounts dc = renderNodeUtil.GetDescriptorCounts(pipelineData_.pipelineLayoutData); in RENDER_BEGIN_NAMESPACE()
77 …torSetBinder_ = renderNodeUtil.CreatePipelineDescriptorSetBinder(pipelineData_.pipelineLayoutData); in RENDER_BEGIN_NAMESPACE()
80 useDataStorePushConstant_ = (pipelineData_.pipelineLayoutData.pushConstant.byteSize > 0) && in RENDER_BEGIN_NAMESPACE()
149 … cmdList.PushConstant(pipelineData_.pipelineLayoutData.pushConstant, dataView.data()); in ExecuteFrame()
H A Drender_node_mip_chain_post_process.cpp116 … pipelineData_.pipelineLayoutData = shaderMgr.GetPipelineLayout(pipelineData_.pipelineLayout); in InitNode()
120 …graphicsState, pipelineData_.pipelineLayoutData, {}, {}, { DYNAMIC_STATES, countof(DYNAMIC_STATES)… in InitNode()
137 DescriptorCounts dc = renderNodeUtil.GetDescriptorCounts(pipelineData_.pipelineLayoutData); in InitNode()
155 … pipelineData_.pipelineLayoutData.descriptorSetLayouts[GLOBAL_POST_PROCESS_SET].bindings; in InitNode()
159 …const auto& bindings = pipelineData_.pipelineLayoutData.descriptorSetLayouts[LOCAL_POST_PROCESS_SE… in InitNode()
409 if (pipelineData_.pipelineLayoutData.pushConstant.byteSize > 0) { in RenderGraphics()
412 … cmdList.PushConstantData(pipelineData_.pipelineLayoutData.pushConstant, arrayviewU8(pc)); in RenderGraphics()
H A Drender_node_fullscreen_generic.h78 PipelineLayout pipelineLayoutData; member
H A Drender_node_mip_chain_post_process.h125 PipelineLayout pipelineLayoutData; member
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dpipeline_state_object_vk.h48 …onst LowLevelRenderPassData& renderPassData, const LowLevelPipelineLayoutData& pipelineLayoutData);
63 const LowLevelPipelineLayoutData& pipelineLayoutData);
H A Dpipeline_state_object_vk.cpp93 const LowLevelPipelineLayoutData& pipelineLayoutData, const VkDevice device, in GetDescriptorSetFillData() argument
99 static_cast<const LowLevelPipelineLayoutDataVk&>(pipelineLayoutData); in GetDescriptorSetFillData()
180 …const LowLevelRenderPassData& renderPassData, const LowLevelPipelineLayoutData& pipelineLayoutData) in GraphicsPipelineStateObjectVk() argument
408 GetDescriptorSetFillData(pipelineLayout, pipelineLayoutData, vkDevice, in GraphicsPipelineStateObjectVk()
536 const LowLevelPipelineLayoutData& pipelineLayoutData) in ComputePipelineStateObjectVk() argument
583 …pipelineLayout, pipelineLayoutData, vkDevice, VkShaderStageFlagBits::VK_SHADER_STAGE_COMPUTE_BIT, … in ComputePipelineStateObjectVk()
H A Ddevice_vk.h168 …evelRenderPassData* renderPassData, const LowLevelPipelineLayoutData* pipelineLayoutData) override;
173 const LowLevelPipelineLayoutData* pipelineLayoutData) override;
H A Ddevice_vk.cpp1320 …const LowLevelRenderPassData* renderPassData, const LowLevelPipelineLayoutData* pipelineLayoutData) in CreateGraphicsPipelineStateObject() argument
1323 PLUGIN_ASSERT(pipelineLayoutData); in CreateGraphicsPipelineStateObject()
1326 subpassIndex, *renderPassData, *pipelineLayoutData); in CreateGraphicsPipelineStateObject()
1331 const LowLevelPipelineLayoutData* pipelineLayoutData) in CreateComputePipelineStateObject() argument
1333 PLUGIN_ASSERT(pipelineLayoutData); in CreateComputePipelineStateObject()
1335 *this, gpuProgram, pipelineLayout, specializationConstants, *pipelineLayoutData); in CreateComputePipelineStateObject()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Dnode_context_pso_manager.h80 const RenderHandle handle, const LowLevelPipelineLayoutData* pipelineLayoutData);
86 const LowLevelPipelineLayoutData* pipelineLayoutData);
H A Dnode_context_pso_manager.cpp379 const RenderHandle handle, const LowLevelPipelineLayoutData* pipelineLayoutData) in GetComputePso() argument
396 …vice_.CreateComputePipelineStateObject(*gcp, psoDataRef.pipelineLayout, sscdv, pipelineLayoutData); in GetComputePso()
405 const LowLevelPipelineLayoutData* pipelineLayoutData) in GetGraphicsPso() argument
450 renderPassData, pipelineLayoutData); in GetGraphicsPso()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Ddevice.h230 … LowLevelRenderPassData* renderPassData, const LowLevelPipelineLayoutData* pipelineLayoutData) = 0;
235 const LowLevelPipelineLayoutData* pipelineLayoutData) = 0;
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Ddevice_gles.h159 …evelRenderPassData* renderPassData, const LowLevelPipelineLayoutData* pipelineLayoutData) override;
164 const LowLevelPipelineLayoutData* pipelineLayoutData) override;
H A Ddevice_gles.cpp2141 …const LowLevelRenderPassData* renderPassData, const LowLevelPipelineLayoutData* pipelineLayoutData) in CreateGraphicsPipelineStateObject() argument
2144 PLUGIN_ASSERT(!pipelineLayoutData); in CreateGraphicsPipelineStateObject()
2154 const LowLevelPipelineLayoutData* pipelineLayoutData) in CreateComputePipelineStateObject() argument
2156 PLUGIN_ASSERT(!pipelineLayoutData); in CreateComputePipelineStateObject()