Skip to content

intel/compiler: Add common function for CS dispatch info

Caio Oliveira requested to merge cmarcelo/mesa:r/brw-unify-cs-params into master

We have this small calculations repeated in each Intel driver, so move them to a single place to be reused. Also includes "right_mask" since is always used in the same context and depends on the dispatch info values.

Merge request reports