[Mesa-dev] [Bug 91556] Struct / union sizes being calculated incorrectly

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Feb 27 10:32:56 UTC 2016


https://bugs.freedesktop.org/show_bug.cgi?id=91556

--- Comment #9 from Serge Martin <edb+freedesktop at sigluy.net> ---
getTypeAllocSize is making the rounding :

00388   uint64_t getTypeAllocSize(Type *Ty) const {
00389     // Round up to the next alignment boundary.
00390     return alignTo(getTypeStoreSize(Ty), getABITypeAlignment(Ty));
00391   }

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20160227/cbcbed79/attachment.html>


More information about the mesa-dev mailing list