mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-20 09:08:07 +02:00
Coverity has spotted a place where we could in theory overflow. In
reality it wont happen as the potential overflow is a bitfield with a
maximum of two values. Add an `assume()` statement to help out the
compiler and document our assumption.
fixes:
|
||
|---|---|---|
| .. | ||
| gpu | ||
| include | ||
| .gitignore | ||
| genX_grl.h | ||
| genX_grl_dispatch.c | ||
| genX_grl_uuid.cpp | ||
| grl_cl_kernel_gen.py | ||
| grl_metakernel_gen.py | ||
| grl_parser.py | ||
| grl_structs.h | ||
| meson.build | ||