amd/common: add PIPE_FORMAT_R64_{UINT,SINT} to GFX10 format table

Signed-off-by: Rhys Perry <pendingchaos02@gmail.com>
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7234>
This commit is contained in:
Rhys Perry
2020-10-20 11:45:13 +01:00
committed by Marge Bot
parent cff195087f
commit 8570de72f5
+3
View File
@@ -96,6 +96,9 @@ HARDCODED = {
'PIPE_FORMAT_BPTC_RGBA_UNORM': hardcoded_format('BC7_UNORM'),
'PIPE_FORMAT_BPTC_SRGBA': hardcoded_format('BC7_SRGB'),
'PIPE_FORMAT_R64_UINT': hardcoded_format('32_32_UINT'),
'PIPE_FORMAT_R64_SINT': hardcoded_format('32_32_SINT'),
}