Home
last modified time | relevance | path

Searched refs:cmdListRef (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/
H A Drender_graph.h130 void ProcessRenderNodeCommands(BASE_NS::array_view<const RenderCommandWithType>& cmdListRef,
180 const BASE_NS::array_view<const RenderCommandWithType>& cmdListRef);
182 const BASE_NS::array_view<const RenderCommandWithType>& cmdListRef);
184 const BASE_NS::array_view<const RenderCommandWithType>& cmdListRef);
186 const BASE_NS::array_view<const RenderCommandWithType>& cmdListRef);
188 const BASE_NS::array_view<const RenderCommandWithType>& cmdListRef);
H A Drender_graph.cpp693 auto& cmdRef = cmdListRef[listIdx]; in ProcessRenderNodeCommands()
1252 PLUGIN_ASSERT(nextListIdx < cmdListRef.size()); in HandleClearImage()
1253 const auto& nextCmdRef = cmdListRef[nextListIdx]; in HandleClearImage()
1274 PLUGIN_ASSERT(nextListIdx < cmdListRef.size()); in HandleBlitImage()
1275 const auto& nextCmdRef = cmdListRef[nextListIdx]; in HandleBlitImage()
1307 PLUGIN_ASSERT(nextListIdx < cmdListRef.size()); in HandleCopyBuffer()
1308 const auto& nextCmdRef = cmdListRef[nextListIdx]; in HandleCopyBuffer()
1336 PLUGIN_ASSERT(nextListIdx < cmdListRef.size()); in HandleCopyBufferImage()
1337 const auto& nextCmdRef = cmdListRef[nextListIdx]; in HandleCopyBufferImage()
1418 PLUGIN_ASSERT(nextListIdx < cmdListRef.size()); in HandleDispatchIndirect()
[all …]