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