Skip to content

intel/fs: bit size fixes for scratch intrinsics

Kenneth Graunke requested to merge kwg/mesa:scratch-intrin-fixes into main

I found a few mistakes in the bit-size calculations in the load/store_scratch intrinsics while porting that functionality to IBC. This MR fixes those.

Merge request reports