mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 17:20:10 +01:00
blorp: enable R32G32B32X32 blorp ccs copies
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
This commit is contained in:
parent
48615d1ead
commit
0c92651a3b
1 changed files with 1 additions and 0 deletions
|
|
@ -2206,6 +2206,7 @@ get_ccs_compatible_uint_format(const struct isl_format_layout *fmtl)
|
|||
case ISL_FORMAT_R32G32B32A32_UINT:
|
||||
case ISL_FORMAT_R32G32B32A32_UNORM:
|
||||
case ISL_FORMAT_R32G32B32A32_SNORM:
|
||||
case ISL_FORMAT_R32G32B32X32_FLOAT:
|
||||
return ISL_FORMAT_R32G32B32A32_UINT;
|
||||
|
||||
case ISL_FORMAT_R16G16B16A16_UNORM:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue