d19cf7d572
In all cases both variables has a type of uint32_t, so multiplying them will also generate uint32_t. The results of those multiplications are used as uint64_t's, so Coverity thinks there might be integer overflows here. I don't think it's possible to hit them (query BOs should be relatively small), but let's avoid those overflows. CID: 1472820 CID: 1472821 CID: 1472822 CID: 1472824 CID: 1475934 CID: 1475927 Signed-off-by: Marcin Ślusarz <marcin.slusarz@intel.com> Reviewed-by: Jason Ekstrand <jason@jlekstrand.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11574>