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