mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 04:58:05 +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>
(cherry picked from commit 92f07860a4)
This commit is contained in:
parent
3ccf7682e2
commit
a23171c02b
2 changed files with 3 additions and 1 deletions
|
|
@ -484,7 +484,7 @@
|
|||
"description": "vtn: (Silently) handle FunctionParameterAttributeNo{Capture,Write}",
|
||||
"nominated": true,
|
||||
"nomination_type": 1,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": null,
|
||||
"notes": null
|
||||
|
|
|
|||
|
|
@ -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