mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 00:38:48 +02:00
spirv: Add missing break
Reviewed-by: Caio Marcelo de Oliveira Filho <caio.oliveira@intel.com> Reviewed-by: Jason Ekstrand <jason@jlekstrand.net> Fixes:c6465fec0c("spirv: add SpvCapabilityInt64Atomics") CID: 1442555 (cherry picked from commit9a918050e0)
This commit is contained in:
parent
c19ce6e5e2
commit
59812ac38d
1 changed files with 1 additions and 0 deletions
|
|
@ -3595,6 +3595,7 @@ vtn_handle_preamble_instruction(struct vtn_builder *b, SpvOp opcode,
|
|||
|
||||
case SpvCapabilityInt64Atomics:
|
||||
spv_check_supported(int64_atomics, cap);
|
||||
break;
|
||||
|
||||
case SpvCapabilityInt8:
|
||||
spv_check_supported(int8, cap);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue