mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-10 23:20:14 +01:00
freedreno/fdl: Set swizzle on storage descriptor
It appears to be unused by ldib/stib, but it will let us use isam on IBO descriptors for bindless images.
This commit is contained in:
parent
51ba6fedc6
commit
5bbf70c5a6
1 changed files with 1 additions and 0 deletions
|
|
@ -341,6 +341,7 @@ fdl6_view_init(struct fdl6_view *view, const struct fdl_layout **layouts,
|
|||
|
||||
view->storage_descriptor[0] =
|
||||
A6XX_TEX_CONST_0_FMT(storage_format) |
|
||||
fdl6_texswiz(args, has_z24uint_s8uint) |
|
||||
A6XX_TEX_CONST_0_TILE_MODE(tile_mode);
|
||||
view->storage_descriptor[1] = view->descriptor[1];
|
||||
view->storage_descriptor[2] =
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue