mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 12:40:09 +01:00
ac/surface: increase gfx9_meta_equation::gfx10_bits by 4 elements
For the HTILE equation. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Reviewed-by: Marek Olšák <marek.olsak@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10187>
This commit is contained in:
parent
9eee737364
commit
438e02fc0f
1 changed files with 1 additions and 1 deletions
|
|
@ -214,7 +214,7 @@ struct gfx9_meta_equation {
|
|||
* - bpp
|
||||
* - pipe_aligned
|
||||
*/
|
||||
uint16_t gfx10_bits[56];
|
||||
uint16_t gfx10_bits[60];
|
||||
} u;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue