summaryrefslogtreecommitdiffstats
path: root/src/compiler/shader_info.h
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2017-08-29 20:10:35 -0700
committerJason Ekstrand <[email protected]>2018-03-07 12:13:47 -0800
commit57bff0a546c8ebe9a09335200719cb9e13d6aea9 (patch)
treefad82c7e452f7f94e8103002cc5ce1b70f00e84f /src/compiler/shader_info.h
parent789221dcfa5df3c88e28978c90ccfb9eafb30e10 (diff)
spirv: Add support for subgroup arithmetic
Reviewed-by: Lionel Landwerlin <[email protected]> Reviewed-by: Iago Toral Quiroga <[email protected]>
Diffstat (limited to 'src/compiler/shader_info.h')
-rw-r--r--src/compiler/shader_info.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/shader_info.h b/src/compiler/shader_info.h
index fd740e0d489..4cbe461d381 100644
--- a/src/compiler/shader_info.h
+++ b/src/compiler/shader_info.h
@@ -45,6 +45,7 @@ struct spirv_supported_capabilities {
bool variable_pointers;
bool storage_16bit;
bool shader_viewport_index_layer;
+ bool subgroup_arithmetic;
bool subgroup_ballot;
bool subgroup_basic;
bool subgroup_quad;