mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 06:40:08 +01:00
ac/surface: add more elements to meta equations because HTILE can use them
according to gfx10SwizzlePattern.h
Fixes: 9fabbf2150 - ac/surface: copy the HTILE equations to the surface
Acked-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15098>
This commit is contained in:
parent
9a28f79f7b
commit
79a7ab642a
1 changed files with 1 additions and 1 deletions
|
|
@ -223,7 +223,7 @@ struct gfx9_meta_equation {
|
|||
* The gfx10 HTILE equation is chip-specific, it requires 64KB_Z_X, and it varies with:
|
||||
* - number of samples
|
||||
*/
|
||||
uint16_t gfx10_bits[60];
|
||||
uint16_t gfx10_bits[64];
|
||||
} u;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue