Home
last modified time | relevance | path

Searched refs:RenderCommandBindPipeline (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Drender_backend_gles.h85 void RenderCommandBindPipeline(const RenderCommandWithType&);
86 void BindGraphicsPipeline(const struct RenderCommandBindPipeline&);
87 void BindComputePipeline(const struct RenderCommandBindPipeline&);
119 … &RenderBackendGLES::RenderCommandDispatchIndirect, &RenderBackendGLES::RenderCommandBindPipeline,
H A Drender_backend_gles.cpp961 void RenderBackendGLES::RenderCommandBindPipeline(const RenderCommandWithType& ref) in RenderCommandBindPipeline() function in RenderBackendGLES
964 const auto& renderCmd = *static_cast<const struct RenderCommandBindPipeline*>(ref.rc); in RenderCommandBindPipeline()
975 void RenderBackendGLES::BindComputePipeline(const struct RenderCommandBindPipeline& renderCmd) in BindComputePipeline()
1047 void RenderBackendGLES::BindGraphicsPipeline(const struct RenderCommandBindPipeline& renderCmd) in BindGraphicsPipeline()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Drender_backend_vk.h178 …void RenderCommand(const RenderCommandBindPipeline& renderCmd, const LowLevelCommandBufferVk& cmdB…
H A Drender_backend_vk.cpp990 … RenderCommand(*static_cast<RenderCommandBindPipeline*>(ref.rc), cmdBuffer, nodeContextPsoMgr, in RenderSingleCommandList()
1167 void RenderBackendVk::RenderCommand(const RenderCommandBindPipeline& renderCmd, const LowLevelComma… in RenderCommand()
2213 const RenderCommandBindPipeline renderCmdBindPipeline { stateCache.psoHandle, in RenderCommand()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_command_list.h198 struct RenderCommandBindPipeline { struct
H A Drender_command_list.cpp724 RenderCommandBindPipeline* data = AllocateRenderCommand<RenderCommandBindPipeline>(allocator_); in BindPipeline()