MaxwellDMA: Optimize micro copies.

This commit is contained in:
Fernando Sahmkow 2020-04-27 23:57:24 -04:00
parent b87422a86f
commit 37c690576f
3 changed files with 57 additions and 0 deletions

View file

@ -59,4 +59,7 @@ void UnswizzleSubrect(u32 subrect_width, u32 subrect_height, u32 dest_pitch, u32
void SwizzleKepler(u32 width, u32 height, u32 dst_x, u32 dst_y, u32 block_height,
std::size_t copy_size, const u8* source_data, u8* swizzle_data);
u64 GetGOBOffset(u32 width, u32 height, u32 dst_x, u32 dst_y, u32 block_height,
u32 bytes_per_pixel);
} // namespace Tegra::Texture