Skip to content

isl: Add and use size and alignment calculators

Nanley Chery requested to merge nchery/mesa:refactor/isl-calc-mem-reqs into main

What does this MR do and why?

Instead of interleaving the code for the size and alignment calculations, split them out into their own functions.

This should make the code easier to follow and avoid some uninitialized variable warnings.

Ref: !14039 (comment 1822362)

Merge request reports