Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/SPIRV-Headers.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Petit <kevin.petit@arm.com>2022-04-20 18:53:10 +0300
committerKevin Petit <kevin.petit@arm.com>2022-04-20 18:53:10 +0300
commitee9e6ddf3f9d1b556f6debc22f2c733b4b60b924 (patch)
tree769b0c84c627652334bf888ad861ce598227da57
parentc0bd6042230fa759fe588bb1a169af45cf1782b3 (diff)
do not enable the instruction with the extension
Go via the capability Change-Id: I9273f53dc6fa29a1bc6a66854f17731da1532117
-rw-r--r--include/spirv/unified1/spirv.core.grammar.json3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/spirv/unified1/spirv.core.grammar.json b/include/spirv/unified1/spirv.core.grammar.json
index 2540413..ee49898 100644
--- a/include/spirv/unified1/spirv.core.grammar.json
+++ b/include/spirv/unified1/spirv.core.grammar.json
@@ -4195,9 +4195,6 @@
{ "kind" : "IdRef", "name" : "'Delta'" },
{ "kind" : "IdRef", "name" : "'ClusterSize'", "quantifier" : "?" }
],
- "extensions" : [
- "SPV_KHR_subgroup_rotate"
- ],
"capabilities" : [ "GroupNonUniformRotateKHR" ],
"version" : "None"
},