mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 08:58:02 +02:00
radeonsi: fix the blit test for SW_64KB_R_X
Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7908>
This commit is contained in:
parent
21b97ef013
commit
e096b53824
1 changed files with 2 additions and 0 deletions
|
|
@ -132,6 +132,8 @@ static const char *array_mode_to_string(struct si_screen *sscreen, struct radeon
|
|||
return "64KB_S_X";
|
||||
case 26:
|
||||
return "64KB_D_X";
|
||||
case 27:
|
||||
return "64KB_R_X";
|
||||
default:
|
||||
printf("Unhandled swizzle mode = %u\n", surf->u.gfx9.surf.swizzle_mode);
|
||||
return " UNKNOWN";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue