util/format: add planar3 r8_g8_b8_unorm pipe format

add pipe format to represent three plane 8bit RGB format

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/22388>
This commit is contained in:
Sathishkumar S
2023-03-29 02:03:38 -05:00
committed by Marge Bot
parent 33886e5ef2
commit 23580b09a3
4 changed files with 4 additions and 0 deletions
+1
View File
@@ -113,6 +113,7 @@ def has_access(format):
'r8_g8b8_420_unorm',
'g8_b8r8_420_unorm',
'g8_b8_r8_420_unorm',
'r8_g8_b8_unorm',
'y8_unorm',
]
if format.short_name() in noaccess_formats: