support more texture sizes

This commit is contained in:
InoriRus
2022-06-10 19:27:34 +10:00
parent 224c692337
commit f1f4302f99
24 changed files with 5240 additions and 303 deletions
@@ -3995,7 +3995,7 @@ static void PrepareTextures(uint64_t submit_id, CommandBuffer* buffer, const Sha
bool check_depth_texture = (tile == 2);
TileGetTextureSize(dfmt, nfmt, width, height, pitch, levels, tile, neo, &size, nullptr, nullptr, nullptr);
TileGetTextureSize(dfmt, nfmt, width, height, pitch, levels, tile, neo, &size, nullptr, nullptr);
EXIT_NOT_IMPLEMENTED(size.size == 0);
EXIT_NOT_IMPLEMENTED((addr & (static_cast<uint64_t>(size.align) - 1u)) != 0);