aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/compiler/brw_fs.h
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2019-07-18 09:15:15 -0500
committerJason Ekstrand <[email protected]>2019-07-29 23:30:26 +0000
commite401303597ae9c6ab5f538f14847dd463b455dd1 (patch)
treea77683ff6e43aca4f4c012f1afb5629510810de5 /src/intel/compiler/brw_fs.h
parent010d255656d21dbac80c3bfbddcd4dbc92faa988 (diff)
intel/fs: Remove calculate_urb_setup from fs_visitor
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/intel/compiler/brw_fs.h')
-rw-r--r--src/intel/compiler/brw_fs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/intel/compiler/brw_fs.h b/src/intel/compiler/brw_fs.h
index 2eb49dd5ace..e0e337d46c0 100644
--- a/src/intel/compiler/brw_fs.h
+++ b/src/intel/compiler/brw_fs.h
@@ -104,7 +104,6 @@ public:
bool fixup_sends_duplicate_payload();
void fixup_3src_null_dest();
void assign_curb_setup();
- void calculate_urb_setup();
void assign_urb_setup();
void convert_attr_sources_to_hw_regs(fs_inst *inst);
void assign_vs_urb_setup();