video_core: implement 1D copies based on VMM 'kind'

This commit is contained in:
FengChen
2022-10-14 22:20:45 +08:00
parent 99507d0188
commit 23b6569fc2
2 changed files with 73 additions and 56 deletions

View File

@ -219,8 +219,6 @@ private:
/// registers.
void Launch();
void CopyPitchToPitch();
void CopyBlockLinearToPitch();
void CopyPitchToBlockLinear();