zink: fix missing fallthrough comment

Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5819>
This commit is contained in:
Timothy Arceri 2020-07-08 20:44:37 +10:00
parent 20dff7dc6b
commit 8f6d66d509
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ convert_query_type(unsigned query_type, bool *use_64bit, bool *precise)
case PIPE_QUERY_OCCLUSION_COUNTER:
*precise = true;
*use_64bit = true;
/* fallthrough */
case PIPE_QUERY_OCCLUSION_PREDICATE:
case PIPE_QUERY_OCCLUSION_PREDICATE_CONSERVATIVE:
return VK_QUERY_TYPE_OCCLUSION;