summaryrefslogtreecommitdiff
path: root/src/compiler/shader_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler/shader_info.h')
-rw-r--r--src/compiler/shader_info.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/compiler/shader_info.h b/src/compiler/shader_info.h
index fb9349100f9..f890b6c028f 100644
--- a/src/compiler/shader_info.h
+++ b/src/compiler/shader_info.h
@@ -378,6 +378,11 @@ typedef struct shader_info {
* AddressingModelPhysical64: 64
*/
unsigned ptr_size;
+
+ /**
+ * Uses subgroup intrinsics which can communicate across a quad.
+ */
+ bool uses_wide_subgroup_intrinsics;
} cs;
/* Applies to both TCS and TES. */