mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 19:30:11 +01:00
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:
parent
5c4d9816ac
commit
cb5fafd617
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue