vtn: (Silently) handle FunctionParameterAttributeNo{Capture,Write}

Silences a few thousand warnings in sycl/test-e2e

Cc: mesa-stable
Reviewed-by: Karol Herbst <kherbst@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34941>
This commit is contained in:
Adam Jackson 2025-05-22 17:10:02 -04:00 committed by Marge Bot
parent fd7589d775
commit 92f07860a4

View file

@ -113,6 +113,8 @@ function_parameter_decoration_cb(struct vtn_builder *b, struct vtn_value *val,
case SpvFunctionParameterAttributeSext:
case SpvFunctionParameterAttributeZext:
case SpvFunctionParameterAttributeSret:
case SpvFunctionParameterAttributeNoCapture:
case SpvFunctionParameterAttributeNoWrite:
break;
case SpvFunctionParameterAttributeByVal: