vtn: ignore SpvFunctionParameterAttributeSret

this can happen with CL, but it seems it's just informational.

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Reviewed-by: Konstantin Seurer <konstantin.seurer@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32322>
This commit is contained in:
Alyssa Rosenzweig 2024-11-22 13:17:32 -04:00
parent e928fc09d4
commit 4c84321683

View file

@ -108,6 +108,7 @@ function_parameter_decoration_cb(struct vtn_builder *b, struct vtn_value *val,
case SpvFunctionParameterAttributeNoAlias:
case SpvFunctionParameterAttributeSext:
case SpvFunctionParameterAttributeZext:
case SpvFunctionParameterAttributeSret:
break;
case SpvFunctionParameterAttributeByVal: