Skip to content

intel/brw: Make component_size() consistent between VGRF and FIXED_GRF

Change so the size includes the horizontal stride like is done for VGRF. This was causing an inconsistency on regs_read() -- the original FIXED_GRF did not included padding but it was still being discounted.

Suggested by Curro.

Fixes: #11069 (closed)

Merge request reports