mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-01 16:10:09 +01:00
spirv: add OpLifetime*
These are just hints so we can ignore them. Signed-off-by: Rob Clark <robdclark@gmail.com> Reviewed-by: Karol Herbst <kherbst@redhat.com> Reviewed-by: Dave Airlie <airlied@redhat.com> Signed-off-by: Karol Herbst <kherbst@redhat.com>
This commit is contained in:
parent
acc0658942
commit
ddb9701a3c
1 changed files with 4 additions and 0 deletions
|
|
@ -4981,6 +4981,10 @@ vtn_handle_body_instruction(struct vtn_builder *b, SpvOp opcode,
|
|||
break;
|
||||
}
|
||||
|
||||
case SpvOpLifetimeStart:
|
||||
case SpvOpLifetimeStop:
|
||||
break;
|
||||
|
||||
default:
|
||||
vtn_fail_with_opcode("Unhandled opcode", opcode);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue