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

This commit is contained in:
FengChen 2022-10-14 22:20:45 +08:00
parent 2d53a37461
commit 584a200d86
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();