mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 15:38:09 +02:00
microsoft/compiler: Discard shouldn't be marked readnone
Cc: mesa-stable
Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18034>
(cherry picked from commit 34294bd9bb)
This commit is contained in:
parent
ea6aafefd1
commit
e7ed89f1bc
2 changed files with 2 additions and 2 deletions
|
|
@ -382,7 +382,7 @@
|
|||
"description": "microsoft/compiler: Discard shouldn't be marked readnone",
|
||||
"nominated": true,
|
||||
"nomination_type": 0,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": null
|
||||
},
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ static struct predefined_func_descr predefined_funcs[] = {
|
|||
{"dx.op.textureLoad", "R", "i@iiiiiii", DXIL_ATTR_KIND_READ_ONLY},
|
||||
{"dx.op.textureGather", "R", "i@@ffffiii", DXIL_ATTR_KIND_READ_ONLY},
|
||||
{"dx.op.textureGatherCmp", "R", "i@@ffffiiif", DXIL_ATTR_KIND_READ_ONLY},
|
||||
{"dx.op.discard", "v", "ib", DXIL_ATTR_KIND_READ_NONE},
|
||||
{"dx.op.discard", "v", "ib", DXIL_ATTR_KIND_NO_UNWIND},
|
||||
{"dx.op.sampleIndex", "i", "i", DXIL_ATTR_KIND_READ_NONE},
|
||||
{"dx.op.emitStream", "v", "ic", DXIL_ATTR_KIND_NONE},
|
||||
{"dx.op.cutStream", "v", "ic", DXIL_ATTR_KIND_NONE},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue