diff options
Diffstat (limited to 'src/intel/compiler/brw_eu.h')
-rw-r--r-- | src/intel/compiler/brw_eu.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/intel/compiler/brw_eu.h b/src/intel/compiler/brw_eu.h index 196ba96c77e..2228b022404 100644 --- a/src/intel/compiler/brw_eu.h +++ b/src/intel/compiler/brw_eu.h @@ -578,6 +578,17 @@ brw_untyped_atomic(struct brw_codegen *p, bool header_present); void +brw_untyped_atomic_float(struct brw_codegen *p, + struct brw_reg dst, + struct brw_reg payload, + struct brw_reg surface, + unsigned atomic_op, + unsigned msg_length, + bool response_expected, + bool header_present); + + +void brw_untyped_surface_read(struct brw_codegen *p, struct brw_reg dst, struct brw_reg payload, |