mesa/src/broadcom/qpu
Michel Dänzer d200f45875 Use explicit break instead of fall-through to break-only case
clang generates a warning if there's no explicit break or fall-through
annotation. The latter would be kind of silly in this case, and not
robust against any future changes turning the fall-through invalid.

Reviewed-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Juan A. Suarez <jasuarez@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10220>
2021-04-15 16:01:22 +00:00
..
tests Use explicit break instead of fall-through to break-only case 2021-04-15 16:01:22 +00:00
meson.build meson: use gnu_symbol_visibility argument 2020-06-01 18:59:18 +00:00
qpu_disasm.c broadcom/compiler: name registers correctly based on V3D version 2021-02-12 08:24:21 +00:00
qpu_disasm.h
qpu_instr.c broadcom/compiler: add a NOP count stat to shader-db 2021-03-31 05:51:22 +00:00
qpu_instr.h broadcom/compiler: add a NOP count stat to shader-db 2021-03-31 05:51:22 +00:00
qpu_pack.c Use explicit break instead of fall-through to break-only case 2021-04-15 16:01:22 +00:00
qpu_validate.c