intel/fs: Add fields to wm_prog_data for SIMD32 dispatch
Reviewed-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
@@ -127,6 +127,7 @@ fs_visitor::emit_dummy_fs()
|
||||
stage_prog_data->curb_read_length = 0;
|
||||
stage_prog_data->dispatch_grf_start_reg = 2;
|
||||
wm_prog_data->dispatch_grf_start_reg_16 = 2;
|
||||
wm_prog_data->dispatch_grf_start_reg_32 = 2;
|
||||
grf_used = 1; /* Gen4-5 don't allow zero GRF blocks */
|
||||
|
||||
calculate_cfg();
|
||||
|
Reference in New Issue
Block a user