radeonsi: add missing fallthrough comment

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5705>
This commit is contained in:
Timothy Arceri 2020-07-01 15:37:02 +10:00 committed by Marge Bot
parent 5c4d9816ac
commit cb5fafd617
1 changed files with 1 additions and 0 deletions

View File

@ -1223,6 +1223,7 @@ static void si_get_hw_query_params(struct si_context *sctx, struct si_query_hw *
case PIPE_QUERY_SO_OVERFLOW_ANY_PREDICATE:
params->pair_count = SI_MAX_STREAMS;
params->pair_stride = 32;
/* fallthrough */
case PIPE_QUERY_SO_OVERFLOW_PREDICATE:
params->start_offset = 0;
params->end_offset = 16;