Searched refs:currentWork (Results 1 – 2 of 2) sorted by relevance
413 const std::unique_ptr<C2Work> ¤tWork, in cloneAndSend() argument416 if (currentWork->input.ordinal.frameIndex == frameIndex) { in cloneAndSend()417 work->input.flags = currentWork->input.flags; in cloneAndSend()418 work->input.ordinal = currentWork->input.ordinal; in cloneAndSend()
138 const std::unique_ptr<C2Work> ¤tWork,