https://bugs.freedesktop.org/show_bug.cgi?id=91556
--- Comment #9 from Serge Martin <[email protected]> ---
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._______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev