diff options
Diffstat (limited to 'src/intel/compiler/brw_fs.h')
-rw-r--r-- | src/intel/compiler/brw_fs.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/intel/compiler/brw_fs.h b/src/intel/compiler/brw_fs.h index 020d42356eb..1dde4c9c7d2 100644 --- a/src/intel/compiler/brw_fs.h +++ b/src/intel/compiler/brw_fs.h @@ -572,11 +572,6 @@ void shuffle_from_32bit_read(const brw::fs_builder &bld, uint32_t first_component, uint32_t components); -fs_reg shuffle_for_32bit_write(const brw::fs_builder &bld, - const fs_reg &src, - uint32_t first_component, - uint32_t components); - fs_reg setup_imm_df(const brw::fs_builder &bld, double v); |