diff options
author | Francisco Jerez <[email protected]> | 2018-11-09 14:13:37 -0800 |
---|---|---|
committer | Francisco Jerez <[email protected]> | 2019-10-11 12:24:16 -0700 |
commit | e0b8d7953ea405cfbed0b2a1b0a526f8c65bf596 (patch) | |
tree | 183aae3881058cf3d0b857d10a819afbc7b786ed /src/intel/compiler/brw_ir_fs.h | |
parent | 15e3a0d9d264beccb914432ca749d7c0b8a5d43c (diff) |
intel/fs/gen12: Add scheduling information to the IR.
Reviewed-by: Caio Marcelo de Oliveira Filho <[email protected]>
Diffstat (limited to 'src/intel/compiler/brw_ir_fs.h')
-rw-r--r-- | src/intel/compiler/brw_ir_fs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/intel/compiler/brw_ir_fs.h b/src/intel/compiler/brw_ir_fs.h index 831d99607d6..099fb570d70 100644 --- a/src/intel/compiler/brw_ir_fs.h +++ b/src/intel/compiler/brw_ir_fs.h @@ -384,6 +384,8 @@ public: bool last_rt:1; bool pi_noperspective:1; /**< Pixel interpolator noperspective flag */ + + tgl_swsb sched; /**< Scheduling info. */ }; /** |