Searched refs:currentWork (Results 1 – 2 of 2) sorted by relevance
800 const std::unique_ptr<C2Work> ¤tWork, in cloneAndSend() argument803 if (currentWork->input.ordinal.frameIndex == frameIndex) { in cloneAndSend()804 work->input.flags = currentWork->input.flags; in cloneAndSend()805 work->input.ordinal = currentWork->input.ordinal; in cloneAndSend()
165 const std::unique_ptr<C2Work> ¤tWork,