summaryrefslogtreecommitdiff
path: root/include/spirv/unified1/spirv.h
diff options
context:
space:
mode:
authorKevin Petit <kevin.petit@arm.com>2023-07-26 16:56:29 +0100
committerKevin Petit <kevin.petit@arm.com>2023-07-26 16:59:40 +0100
commit272be321ad6ccb8bc7533c325a5faf5806e6c06f (patch)
treea392f63f7155d04729d9b21178e36847853007cb /include/spirv/unified1/spirv.h
parent51b106461707f46d962554efe1bf56dee28958a3 (diff)
downloadSPIRV-Headers-272be321ad6ccb8bc7533c325a5faf5806e6c06f.tar.gz
SPIRV-Headers-272be321ad6ccb8bc7533c325a5faf5806e6c06f.tar.bz2
SPIRV-Headers-272be321ad6ccb8bc7533c325a5faf5806e6c06f.zip
Add KHR suffix to Cooperative Matrix Operands
Signed-off-by: Kevin Petit <kevin.petit@arm.com> Change-Id: I0303c1b16e46e77f0e7e95999c606cc75f7f0d4c
Diffstat (limited to 'include/spirv/unified1/spirv.h')
-rw-r--r--include/spirv/unified1/spirv.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/include/spirv/unified1/spirv.h b/include/spirv/unified1/spirv.h
index e719b00..bc1ef4c 100644
--- a/include/spirv/unified1/spirv.h
+++ b/include/spirv/unified1/spirv.h
@@ -1285,21 +1285,21 @@ typedef enum SpvPackedVectorFormat_ {
} SpvPackedVectorFormat;
typedef enum SpvCooperativeMatrixOperandsShift_ {
- SpvCooperativeMatrixOperandsMatrixASignedComponentsShift = 0,
- SpvCooperativeMatrixOperandsMatrixBSignedComponentsShift = 1,
- SpvCooperativeMatrixOperandsMatrixCSignedComponentsShift = 2,
- SpvCooperativeMatrixOperandsMatrixResultSignedComponentsShift = 3,
- SpvCooperativeMatrixOperandsSaturatingAccumulationShift = 4,
+ SpvCooperativeMatrixOperandsMatrixASignedComponentsKHRShift = 0,
+ SpvCooperativeMatrixOperandsMatrixBSignedComponentsKHRShift = 1,
+ SpvCooperativeMatrixOperandsMatrixCSignedComponentsKHRShift = 2,
+ SpvCooperativeMatrixOperandsMatrixResultSignedComponentsKHRShift = 3,
+ SpvCooperativeMatrixOperandsSaturatingAccumulationKHRShift = 4,
SpvCooperativeMatrixOperandsMax = 0x7fffffff,
} SpvCooperativeMatrixOperandsShift;
typedef enum SpvCooperativeMatrixOperandsMask_ {
SpvCooperativeMatrixOperandsMaskNone = 0,
- SpvCooperativeMatrixOperandsMatrixASignedComponentsMask = 0x00000001,
- SpvCooperativeMatrixOperandsMatrixBSignedComponentsMask = 0x00000002,
- SpvCooperativeMatrixOperandsMatrixCSignedComponentsMask = 0x00000004,
- SpvCooperativeMatrixOperandsMatrixResultSignedComponentsMask = 0x00000008,
- SpvCooperativeMatrixOperandsSaturatingAccumulationMask = 0x00000010,
+ SpvCooperativeMatrixOperandsMatrixASignedComponentsKHRMask = 0x00000001,
+ SpvCooperativeMatrixOperandsMatrixBSignedComponentsKHRMask = 0x00000002,
+ SpvCooperativeMatrixOperandsMatrixCSignedComponentsKHRMask = 0x00000004,
+ SpvCooperativeMatrixOperandsMatrixResultSignedComponentsKHRMask = 0x00000008,
+ SpvCooperativeMatrixOperandsSaturatingAccumulationKHRMask = 0x00000010,
} SpvCooperativeMatrixOperandsMask;
typedef enum SpvCooperativeMatrixLayout_ {