Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/
H A Drender_graph.cpp1251 const uint32_t nextListIdx = commandListCommandIndex + 1; in HandleClearImage() local
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 …]