util/format: add planar3 y8_u8_v8_440 pipe format

add pipe format to represent yuv440 surface

Signed-off-by: Sathishkumar S <sathishkumar.sundararaju@amd.com>
Reviewed-by: Leo Liu <leo.liu@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28866>
This commit is contained in:
Sathishkumar S
2024-04-15 14:27:18 +05:30
committed by Marge Bot
parent 221371e903
commit afd15f481b
4 changed files with 8 additions and 0 deletions
+1
View File
@@ -110,6 +110,7 @@ def has_access(format):
'y8_u8_v8_422_unorm',
'y8_u8v8_422_unorm',
'y8_u8_v8_444_unorm',
'y8_u8_v8_440_unorm',
'y16_u16_v16_420_unorm',
'y16_u16_v16_422_unorm',
'y16_u16v16_422_unorm',