mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 07:08:04 +02:00
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 commit856953b131)
This commit is contained in:
parent
09db311555
commit
e5ecf4b534
2 changed files with 2 additions and 1 deletions
|
|
@ -553,7 +553,7 @@
|
|||
"description": "spirv: fix uToAccelerationStructure handling",
|
||||
"nominated": true,
|
||||
"nomination_type": 1,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"master_sha": null,
|
||||
"because_sha": "7f223a2329a7d392b8860f488b3797012cdd37fe"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue