diff options
Diffstat (limited to 'src/intel/compiler/brw_ir_fs.h')
-rw-r--r-- | src/intel/compiler/brw_ir_fs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/intel/compiler/brw_ir_fs.h b/src/intel/compiler/brw_ir_fs.h index 58beae0d1f0..0e7c55bcc03 100644 --- a/src/intel/compiler/brw_ir_fs.h +++ b/src/intel/compiler/brw_ir_fs.h @@ -347,7 +347,6 @@ public: unsigned size_read(int arg) const; bool can_do_source_mods(const struct gen_device_info *devinfo); bool can_change_types() const; - bool has_side_effects() const; bool has_source_and_destination_hazard() const; /** @@ -367,7 +366,6 @@ public: uint8_t sources; /**< Number of fs_reg sources. */ - bool eot:1; bool pi_noperspective:1; /**< Pixel interpolator noperspective flag */ }; |