summaryrefslogtreecommitdiffstats
path: root/src/intel/compiler/brw_eu.h
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2018-11-15 15:17:06 -0600
committerJason Ekstrand <[email protected]>2019-01-29 18:43:55 +0000
commit8babaa84e8141fe4ad248ab68b51e27a6025d7d9 (patch)
treee166de2b3728afa48af563f3f189dfc5c757f6f3 /src/intel/compiler/brw_eu.h
parentd6a6e103901507af0a4dc17052443dece430d0c1 (diff)
intel/eu: Add support for the SENDS[C] messages
Reviewed-by: Iago Toral Quiroga <[email protected]>
Diffstat (limited to 'src/intel/compiler/brw_eu.h')
-rw-r--r--src/intel/compiler/brw_eu.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/intel/compiler/brw_eu.h b/src/intel/compiler/brw_eu.h
index 2c4ccaecb94..a7041ea4a34 100644
--- a/src/intel/compiler/brw_eu.h
+++ b/src/intel/compiler/brw_eu.h
@@ -811,6 +811,17 @@ brw_send_indirect_message(struct brw_codegen *p,
struct brw_reg desc,
unsigned desc_imm);
+void
+brw_send_indirect_split_message(struct brw_codegen *p,
+ unsigned sfid,
+ struct brw_reg dst,
+ struct brw_reg payload0,
+ struct brw_reg payload1,
+ struct brw_reg desc,
+ unsigned desc_imm,
+ struct brw_reg ex_desc,
+ unsigned ex_desc_imm);
+
void brw_ff_sync(struct brw_codegen *p,
struct brw_reg dest,
unsigned msg_reg_nr,