Searched refs:cmdListRef (Results 1 - 2 of 2) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeRender/src/ |
H A D | render_graph.h | 130 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 D | render_graph.cpp | 664 array_view<const RenderCommandWithType> cmdListRef = ref.renderCommandList->GetRenderCommands(); local 666 ProcessRenderNodeCommands(cmdListRef, nodeIdx, ref, stateCache); 685 void RenderGraph::ProcessRenderNodeCommands(array_view<const RenderCommandWithType>& cmdListRef, in ProcessRenderNodeCommands() argument 688 for (uint32_t listIdx = 0; listIdx < (uint32_t)cmdListRef.size(); ++listIdx) { in ProcessRenderNodeCommands() 689 auto& cmdRef = cmdListRef[listIdx]; in ProcessRenderNodeCommands() 1037 const auto& cmdListRef = nodeData.renderCommandList->GetRenderCommands(); local 1064 HandleClearImage(parameters, commandListCommandIndex, cmdListRef); 1066 HandleBlitImage(parameters, commandListCommandIndex, cmdListRef); 1068 HandleCopyBuffer(parameters, commandListCommandIndex, cmdListRef); 1070 HandleCopyBufferImage(parameters, commandListCommandIndex, cmdListRef); [all...] |
Completed in 4 milliseconds