Searched refs:nextListIdx (Results 1 – 1 of 1) sorted by relevance
1251 const uint32_t nextListIdx = commandListCommandIndex + 1; in HandleClearImage() local1252 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 …]