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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user