summaryrefslogtreecommitdiffstats
path: root/src/intel/compiler/brw_fs.h
diff options
context:
space:
mode:
authorIago Toral Quiroga <[email protected]>2018-07-09 11:47:50 +0200
committerIago Toral Quiroga <[email protected]>2018-07-09 13:21:48 +0200
commit81ca08e0300bcf5af48370db6f5f879ade20d930 (patch)
tree228123b1c9819dec72e63c223dd6c2b3e4c4060c /src/intel/compiler/brw_fs.h
parent449c22004c6c5f1ab7dce5122a253f5834de4547 (diff)
intel/compiler: remove unused function
Reviewed-by: Lionel Landwerlin <[email protected]>
Diffstat (limited to 'src/intel/compiler/brw_fs.h')
-rw-r--r--src/intel/compiler/brw_fs.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/intel/compiler/brw_fs.h b/src/intel/compiler/brw_fs.h
index 51529e89795..8ccd1659075 100644
--- a/src/intel/compiler/brw_fs.h
+++ b/src/intel/compiler/brw_fs.h
@@ -83,10 +83,6 @@ public:
void setup_uniform_clipplane_values();
void compute_clip_distance();
- fs_inst *get_instruction_generating_reg(fs_inst *start,
- fs_inst *end,
- const fs_reg &reg);
-
void VARYING_PULL_CONSTANT_LOAD(const brw::fs_builder &bld,
const fs_reg &dst,
const fs_reg &surf_index,