mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 07:18:17 +02:00
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:
parent
fd7589d775
commit
92f07860a4
1 changed files with 2 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue