Searched refs:currentWork (Results 1 – 2 of 2) sorted by relevance
1018 const std::unique_ptr<C2Work> ¤tWork, in cloneAndSend() argument1021 if (currentWork->input.ordinal.frameIndex == frameIndex) { in cloneAndSend()1022 work->input.flags = currentWork->input.flags; in cloneAndSend()1023 work->input.ordinal = currentWork->input.ordinal; in cloneAndSend()
207 const std::unique_ptr<C2Work> ¤tWork,