Searched refs:commandListCommandIndex (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/ |
H A D | render_graph.h | 136 void RenderCommand(const uint32_t renderNodeIndex, const uint32_t commandListCommandIndex, 139 …BeginRenderPassParameters& params, const uint32_t commandListCommandIndex, RenderNodeContextData& … 146 void RenderCommand(const uint32_t renderNodeIndex, const uint32_t commandListCommandIndex, 148 void RenderCommand(const uint32_t renderNodeIndex, const uint32_t commandListCommandIndex, 179 void HandleClearImage(ParameterCache& params, const uint32_t& commandListCommandIndex, 181 void HandleBlitImage(ParameterCache& params, const uint32_t& commandListCommandIndex, 183 void HandleCopyBuffer(ParameterCache& params, const uint32_t& commandListCommandIndex, 185 void HandleCopyBufferImage(ParameterCache& params, const uint32_t& commandListCommandIndex, 187 void HandleDispatchIndirect(ParameterCache& params, const uint32_t& commandListCommandIndex,
|
H A D | render_graph.cpp | 909 PLUGIN_ASSERT(commandListCommandIndex >= 1); in BeginRenderPassHandleDependency() 910 const uint32_t prevCommandIndex = commandListCommandIndex - 1; in BeginRenderPassHandleDependency() 1069 HandleClearImage(parameters, commandListCommandIndex, cmdListRef); in RenderCommand() 1071 HandleBlitImage(parameters, commandListCommandIndex, cmdListRef); in RenderCommand() 1073 HandleCopyBuffer(parameters, commandListCommandIndex, cmdListRef); in RenderCommand() 1075 HandleCopyBufferImage(parameters, commandListCommandIndex, cmdListRef); in RenderCommand() 1251 const uint32_t nextListIdx = commandListCommandIndex + 1; in HandleClearImage() 1273 const uint32_t nextListIdx = commandListCommandIndex + 1; in HandleBlitImage() 1306 const uint32_t nextListIdx = commandListCommandIndex + 1; in HandleCopyBuffer() 1335 const uint32_t nextListIdx = commandListCommandIndex + 1; in HandleCopyBufferImage() [all …]
|