summaryrefslogtreecommitdiff
path: root/src/intel/compiler/brw_ir_fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/intel/compiler/brw_ir_fs.h')
-rw-r--r--src/intel/compiler/brw_ir_fs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/intel/compiler/brw_ir_fs.h b/src/intel/compiler/brw_ir_fs.h
index f7b389d360e..6ba3a6ca97e 100644
--- a/src/intel/compiler/brw_ir_fs.h
+++ b/src/intel/compiler/brw_ir_fs.h
@@ -667,4 +667,7 @@ is_coalescing_payload(const brw::simple_allocator &alloc, const fs_inst *inst)
alloc.sizes[inst->src[0].nr] * REG_SIZE == inst->size_written;
}
+bool
+has_bank_conflict(const gen_device_info *devinfo, const fs_inst *inst);
+
#endif