Skip to content

intel/fs: Add assert on the brw_STAGE_prog_data downcasts

Motivation is to detect earlier certain bugs that can occur when missing a check for the stage before using the downcast.

Merge request reports