amdgpu: Implement 0x5u for Depth_MicroTiled.

Spotted by Niko on the shadPS4 Discord development channel.
This commit is contained in:
Randomuser8219 2025-05-30 09:06:20 -07:00 committed by GitHub
parent 790b54bf29
commit 731d5f8f64
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -141,6 +141,7 @@ constexpr std::string_view NameOf(ImageType type) {
enum class TilingMode : u32 { enum class TilingMode : u32 {
Depth_MacroTiled = 0u, Depth_MacroTiled = 0u,
Depth_MicroTiled = 0x5u,
Display_Linear = 0x8u, Display_Linear = 0x8u,
Display_MicroTiled = 0x9u, Display_MicroTiled = 0x9u,
Display_MacroTiled = 0xAu, Display_MacroTiled = 0xAu,