mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 15:20:10 +01:00
spirv: Add missing break for capability handling
New added cases "stole" the previous break.
Fixes: 420ad0a1a3 ("spirv: check support for SPV_KHR_float_controls capabilities")
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
This commit is contained in:
parent
3da8a8a3d6
commit
d38e0a6326
1 changed files with 1 additions and 0 deletions
|
|
@ -3617,6 +3617,7 @@ vtn_handle_preamble_instruction(struct vtn_builder *b, SpvOp opcode,
|
|||
|
||||
case SpvCapabilitySampleMaskPostDepthCoverage:
|
||||
spv_check_supported(post_depth_coverage, cap);
|
||||
break;
|
||||
|
||||
case SpvCapabilityDenormFlushToZero:
|
||||
case SpvCapabilityDenormPreserve:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue