compiler: Add FP8 types to GLSL type decoder

Reviewed-by: Caio Oliveira <caio.oliveira@intel.com>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39007>
This commit is contained in:
Sushma Venkatesh Reddy
2025-11-21 02:56:31 +00:00
committed by Marge Bot
parent d1d4e3d530
commit d9834fcaa6
+2
View File
@@ -3238,6 +3238,8 @@ decode_type_from_blob(struct blob_reader *blob)
case GLSL_TYPE_FLOAT:
case GLSL_TYPE_FLOAT16:
case GLSL_TYPE_BFLOAT16:
case GLSL_TYPE_FLOAT_E4M3FN:
case GLSL_TYPE_FLOAT_E5M2:
case GLSL_TYPE_DOUBLE:
case GLSL_TYPE_UINT8:
case GLSL_TYPE_INT8: