diff options
Diffstat (limited to 'src/intel/compiler/brw_vec4.h')
-rw-r--r-- | src/intel/compiler/brw_vec4.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/intel/compiler/brw_vec4.h b/src/intel/compiler/brw_vec4.h index a84048d8c6a..d12405c22e1 100644 --- a/src/intel/compiler/brw_vec4.h +++ b/src/intel/compiler/brw_vec4.h @@ -321,10 +321,8 @@ public: bool optimize_predicate(nir_alu_instr *instr, enum brw_predicate *predicate); - void emit_conversion_from_double(dst_reg dst, src_reg src, bool saturate, - brw_reg_type single_type); - void emit_conversion_to_double(dst_reg dst, src_reg src, bool saturate, - brw_reg_type single_type); + void emit_conversion_from_double(dst_reg dst, src_reg src, bool saturate); + void emit_conversion_to_double(dst_reg dst, src_reg src, bool saturate); src_reg setup_imm_df(double v); |