Skip to content

clover/spirv: Add missing break for SpvOpExecutionMode case.

Vinson Lee requested to merge vlee/mesa:fix-cid-1467823 into master

Fix defect reported by Coverity Scan.

Missing break in switch (MISSING_BREAK) unterminated_case: The case for value SpvOpExecutionMode is not terminated by a 'break' statement.

Fixes: ee5b46fc ("clover/spirv: support CL_KERNEL_COMPILE_WORK_GROUP_SIZE") Signed-off-by: Vinson Lee vlee@freedesktop.org

cc: @karolherbst

Merge request reports