mirror of
https://github.com/openharmony/third_party_spirv-headers.git
synced 2026-07-19 14:53:32 -04:00
Merge pull request #117 from ehsannas/UserTypeGOOGLE
Add grammar and symbols for UserTypeGOOGLE extension to unified1.
This commit is contained in:
@@ -7888,6 +7888,15 @@
|
||||
],
|
||||
"extensions" : [ "SPV_GOOGLE_hlsl_functionality1" ],
|
||||
"version" : "None"
|
||||
},
|
||||
{
|
||||
"enumerant" : "UserTypeGOOGLE",
|
||||
"value" : 5636,
|
||||
"parameters" : [
|
||||
{ "kind" : "LiteralString", "name" : "'User Type'" }
|
||||
],
|
||||
"extensions" : [ "SPV_GOOGLE_user_type" ],
|
||||
"version" : "None"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
@@ -459,6 +459,7 @@ typedef enum SpvDecoration_ {
|
||||
SpvDecorationHlslCounterBufferGOOGLE = 5634,
|
||||
SpvDecorationHlslSemanticGOOGLE = 5635,
|
||||
SpvDecorationUserSemantic = 5635,
|
||||
SpvDecorationUserTypeGOOGLE = 5636,
|
||||
SpvDecorationMax = 0x7fffffff,
|
||||
} SpvDecoration;
|
||||
|
||||
|
||||
@@ -455,6 +455,7 @@ enum Decoration {
|
||||
DecorationHlslCounterBufferGOOGLE = 5634,
|
||||
DecorationHlslSemanticGOOGLE = 5635,
|
||||
DecorationUserSemantic = 5635,
|
||||
DecorationUserTypeGOOGLE = 5636,
|
||||
DecorationMax = 0x7fffffff,
|
||||
};
|
||||
|
||||
|
||||
@@ -455,6 +455,7 @@ enum class Decoration : unsigned {
|
||||
HlslCounterBufferGOOGLE = 5634,
|
||||
HlslSemanticGOOGLE = 5635,
|
||||
UserSemantic = 5635,
|
||||
UserTypeGOOGLE = 5636,
|
||||
Max = 0x7fffffff,
|
||||
};
|
||||
|
||||
|
||||
@@ -488,7 +488,8 @@
|
||||
"CounterBuffer": 5634,
|
||||
"HlslCounterBufferGOOGLE": 5634,
|
||||
"HlslSemanticGOOGLE": 5635,
|
||||
"UserSemantic": 5635
|
||||
"UserSemantic": 5635,
|
||||
"UserTypeGOOGLE": 5636
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
@@ -428,6 +428,7 @@ spv = {
|
||||
HlslCounterBufferGOOGLE = 5634,
|
||||
HlslSemanticGOOGLE = 5635,
|
||||
UserSemantic = 5635,
|
||||
UserTypeGOOGLE = 5636,
|
||||
},
|
||||
|
||||
BuiltIn = {
|
||||
|
||||
@@ -428,6 +428,7 @@ spv = {
|
||||
'HlslCounterBufferGOOGLE' : 5634,
|
||||
'HlslSemanticGOOGLE' : 5635,
|
||||
'UserSemantic' : 5635,
|
||||
'UserTypeGOOGLE' : 5635,
|
||||
},
|
||||
|
||||
'BuiltIn' : {
|
||||
|
||||
Reference in New Issue
Block a user