spirv: fix uToAccelerationStructure handling

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Fixes: 7f223a2329 ("spirv: Implement SpvOpConvertUToAccelerationStructureKHR")
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10324>
(cherry picked from commit 856953b131)
This commit is contained in:
Lionel Landwerlin 2021-04-19 18:48:09 +03:00 committed by Eric Engestrom
parent 09db311555
commit e5ecf4b534
2 changed files with 2 additions and 1 deletions

View file

@ -553,7 +553,7 @@
"description": "spirv: fix uToAccelerationStructure handling",
"nominated": true,
"nomination_type": 1,
"resolution": 0,
"resolution": 1,
"master_sha": null,
"because_sha": "7f223a2329a7d392b8860f488b3797012cdd37fe"
},

View file

@ -5370,6 +5370,7 @@ vtn_handle_body_instruction(struct vtn_builder *b, SpvOp opcode,
case SpvOpGenericPtrMemSemantics:
case SpvOpSubgroupBlockReadINTEL:
case SpvOpSubgroupBlockWriteINTEL:
case SpvOpConvertUToAccelerationStructureKHR:
vtn_handle_variables(b, opcode, w, count);
break;