Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dpipeline_state_object_vk.h33 struct LowLevelPipelineLayoutData;
48 …const LowLevelRenderPassData& renderPassData, const LowLevelPipelineLayoutData& pipelineLayoutData…
63 const LowLevelPipelineLayoutData& pipelineLayoutData);
H A Ddevice_vk.h168 …const LowLevelRenderPassData* renderPassData, const LowLevelPipelineLayoutData* pipelineLayoutData…
173 const LowLevelPipelineLayoutData* pipelineLayoutData) override;
H A Dpipeline_create_functions_vk.h66 struct LowLevelPipelineLayoutDataVk final : public LowLevelPipelineLayoutData {
H A Dpipeline_state_object_vk.cpp93 const LowLevelPipelineLayoutData& pipelineLayoutData, const VkDevice device, in GetDescriptorSetFillData()
180 …const LowLevelRenderPassData& renderPassData, const LowLevelPipelineLayoutData& pipelineLayoutData) in GraphicsPipelineStateObjectVk()
536 const LowLevelPipelineLayoutData& pipelineLayoutData) in ComputePipelineStateObjectVk()
H A Ddevice_vk.cpp1320 …const LowLevelRenderPassData* renderPassData, const LowLevelPipelineLayoutData* pipelineLayoutData) in CreateGraphicsPipelineStateObject()
1331 const LowLevelPipelineLayoutData* pipelineLayoutData) in CreateComputePipelineStateObject()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Dnode_context_pso_manager.h40 struct LowLevelPipelineLayoutData;
80 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()
405 const LowLevelPipelineLayoutData* pipelineLayoutData) in GetGraphicsPso()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Ddevice.h72 struct LowLevelPipelineLayoutData {}; struct
230 …const LowLevelRenderPassData* renderPassData, const LowLevelPipelineLayoutData* pipelineLayoutData…
235 const LowLevelPipelineLayoutData* pipelineLayoutData) = 0;
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Ddevice_gles.h159 …const LowLevelRenderPassData* renderPassData, const LowLevelPipelineLayoutData* pipelineLayoutData…
164 const LowLevelPipelineLayoutData* pipelineLayoutData) override;
H A Ddevice_gles.cpp2141 …const LowLevelRenderPassData* renderPassData, const LowLevelPipelineLayoutData* pipelineLayoutData) in CreateGraphicsPipelineStateObject()
2154 const LowLevelPipelineLayoutData* pipelineLayoutData) in CreateComputePipelineStateObject()