Searched refs:TaskProceed (Results 1 – 2 of 2) sorted by relevance
779 pContext->TaskProceed(skipSize); in ConstructOpSkip()810 pContext->TaskProceed(extendSize); in ConstructOpExpand()964 pContext->TaskProceed(copySize); in ManagedCopy()
319 void TaskProceed(u32 size) { opSize -= math::Min(size, opSize); } in TaskProceed() function