-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathspirv.syn
More file actions
357 lines (351 loc) · 6.05 KB
/
spirv.syn
File metadata and controls
357 lines (351 loc) · 6.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
; TextPad syntax definitions for SPIRV
; Copyright (C) 1998-2002, Helios Software Solutions
C=1
[Syntax]
Namespace1 = 6
IgnoreCase = No
KeyWordLength =
BracketChars = {[()]}
OperatorChars = -+*/<>!~%^&|=
PreprocStart = #
SyntaxStart =
SyntaxEnd =
HexPrefix = 0x
CommentStart =
CommentEnd =
CommentStartAlt =
CommentEndAlt =
SingleComment = ;
SingleCommentCol =
SingleCommentAlt =
SingleCommentColAlt =
SingleCommentEsc =
StringsSpanLines = Yes
StringStart = "
StringEnd = "
StringAlt =
StringEsc = \
CharStart = '
CharEnd = '
CharEsc = \
[Preprocessor keywords]
[Keywords 1]
OpAccessChain
OpAll
OpAny
OpArrayLength
OpAtomicAnd
OpAtomicCompareExchange
OpAtomicCompareExchangeWeak
OpAtomicExchange
OpAtomicFlagClear
OpAtomicFlagTestAndSet
OpAtomicIAdd
OpAtomicIDecrement
OpAtomicIIncrement
OpAtomicISub
OpAtomicLoad
OpAtomicOr
OpAtomicSMax
OpAtomicSMin
OpAtomicStore
OpAtomicUMax
OpAtomicUMin
OpAtomicXor
OpBitCount
OpBitFieldInsert
OpBitFieldSExtract
OpBitFieldUExtract
OpBitReverse
OpBitcast
OpBitwiseAnd
OpBitwiseOr
OpBitwiseXor
OpBranch
OpBranchConditional
OpBuildNDRange
OpCapability
OpCaptureEventProfilingInfo
OpCommitReadPipe
OpCommitWritePipe
OpCompositeConstruct
OpCompositeExtract
OpCompositeInsert
OpConstant
OpConstantComposite
OpConstantFalse
OpConstantNull
OpConstantPipeStorage
OpConstantSampler
OpConstantTrue
OpControlBarrier
OpConvertFToS
OpConvertFToU
OpConvertPtrToU
OpConvertSToF
OpConvertUToF
OpConvertUToPtr
OpCopyMemory
OpCopyMemorySized
OpCopyObject
OpCreatePipeFromPipeStorage
OpCreateUserEvent
OpDPdx
OpDPdxCoarse
OpDPdxFine
OpDPdy
OpDPdyCoarse
OpDPdyFine
OpDecorate
OpDecorateId
OpDecorationGroup
OpDot
OpEmitStreamVertex
OpEmitVertex
OpEndPrimitive
OpEndStreamPrimitive
OpEnqueueKernel
OpEnqueueMarker
OpEntryPoint
OpExecutionMode
OpExecutionModeId
OpExtInst
OpExtInstImport
OpExtension
OpFAdd
OpFConvert
OpFDiv
OpFMod
OpFMul
OpFNegate
OpFOrdEqual
OpFOrdGreaterThan
OpFOrdGreaterThanEqual
OpFOrdLessThan
OpFOrdLessThanEqual
OpFOrdNotEqual
OpFRem
OpFSub
OpFUnordEqual
OpFUnordGreaterThan
OpFUnordGreaterThanEqual
OpFUnordLessThan
OpFUnordLessThanEqual
OpFUnordNotEqual
OpFunction
OpFunctionCall
OpFunctionEnd
OpFunctionParameter
OpFwidth
OpFwidthCoarse
OpFwidthFine
OpGenericCastToPtr
OpGenericCastToPtrExplicit
OpGenericPtrMemSemantics
OpGetDefaultQueue
OpGetKernelLocalSizeForSubgroupCount
OpGetKernelMaxNumSubgroups
OpGetKernelNDrangeMaxSubGroupSize
OpGetKernelNDrangeSubGroupCount
OpGetKernelPreferredWorkGroupSizeMultiple
OpGetKernelWorkGroupSize
OpGetMaxPipePackets
OpGetNumPipePackets
OpGroupAll
OpGroupAny
OpGroupAsyncCopy
OpGroupBroadcast
OpGroupCommitReadPipe
OpGroupCommitWritePipe
OpGroupDecorate
OpGroupFAdd
OpGroupFAddNonUniformAMD
OpGroupFMax
OpGroupFMaxNonUniformAMD
OpGroupFMin
OpGroupFMinNonUniformAMD
OpGroupIAdd
OpGroupIAddNonUniformAMD
OpGroupMemberDecorate
OpGroupReserveReadPipePackets
OpGroupReserveWritePipePackets
OpGroupSMax
OpGroupSMaxNonUniformAMD
OpGroupSMin
OpGroupSMinNonUniformAMD
OpGroupUMax
OpGroupUMaxNonUniformAMD
OpGroupUMin
OpGroupUMinNonUniformAMD
OpGroupWaitEvents
OpIAdd
OpIAddCarry
OpIEqual
OpIMul
OpINotEqual
OpISub
OpISubBorrow
OpImage
OpImageDrefGather
OpImageFetch
OpImageGather
OpImageQueryFormat
OpImageQueryLevels
OpImageQueryLod
OpImageQueryOrder
OpImageQuerySamples
OpImageQuerySize
OpImageQuerySizeLod
OpImageRead
OpImageSampleDrefExplicitLod
OpImageSampleDrefImplicitLod
OpImageSampleExplicitLod
OpImageSampleImplicitLod
OpImageSampleProjDrefExplicitLod
OpImageSampleProjDrefImplicitLod
OpImageSampleProjExplicitLod
OpImageSampleProjImplicitLod
OpImageSparseDrefGather
OpImageSparseFetch
OpImageSparseGather
OpImageSparseRead
OpImageSparseSampleDrefExplicitLod
OpImageSparseSampleDrefImplicitLod
OpImageSparseSampleExplicitLod
OpImageSparseSampleImplicitLod
OpImageSparseSampleProjDrefExplicitLod
OpImageSparseSampleProjDrefImplicitLod
OpImageSparseSampleProjExplicitLod
OpImageSparseSampleProjImplicitLod
OpImageSparseTexelsResident
OpImageTexelPointer
OpImageWrite
OpInBoundsAccessChain
OpInBoundsPtrAccessChain
OpIsFinite
OpIsInf
OpIsNan
OpIsNormal
OpIsValidEvent
OpIsValidReserveId
OpKill
OpLabel
OpLessOrGreater
OpLifetimeStart
OpLifetimeStop
OpLine
OpLoad
OpLogicalAnd
OpLogicalEqual
OpLogicalNot
OpLogicalNotEqual
OpLogicalOr
OpLoopMerge
OpMatrixTimesMatrix
OpMatrixTimesScalar
OpMatrixTimesVector
OpMemberDecorate
OpMemberName
OpMemoryBarrier
OpMemoryModel
OpMemoryNamedBarrier
OpModuleProcessed
OpName
OpNamedBarrierInitialize
OpNoLine
OpNop
OpNot
OpOrdered
OpOuterProduct
OpPhi
OpPtrAccessChain
OpPtrCastToGeneric
OpQuantizeToF16
OpReadPipe
OpReleaseEvent
OpReserveReadPipePackets
OpReserveWritePipePackets
OpReservedReadPipe
OpReservedWritePipe
OpRetainEvent
OpReturn
OpReturnValue
OpSConvert
OpSDiv
OpSGreaterThan
OpSGreaterThanEqual
OpSLessThan
OpSLessThanEqual
OpSMod
OpSMulExtended
OpSNegate
OpSRem
OpSampledImage
OpSatConvertSToU
OpSatConvertUToS
OpSelect
OpSelectionMerge
OpSetUserEventStatus
OpShiftLeftLogical
OpShiftRightArithmetic
OpShiftRightLogical
OpSignBitSet
OpSizeOf
OpSource
OpSourceContinued
OpSourceExtension
OpSpecConstant
OpSpecConstantComposite
OpSpecConstantFalse
OpSpecConstantOp
OpSpecConstantTrue
OpStore
OpString
OpSubgroupBallotKHR
OpSubgroupFirstInvocationKHR
OpSubgroupReadInvocationKHR
OpSwitch
OpTranspose
OpTypeArray
OpTypeBool
OpTypeDeviceEvent
OpTypeEvent
OpTypeFloat
OpTypeForwardPointer
OpTypeFunction
OpTypeImage
OpTypeInt
OpTypeMatrix
OpTypeNamedBarrier
OpTypeOpaque
OpTypePipe
OpTypePipeStorage
OpTypePointer
OpTypeQueue
OpTypeReserveId
OpTypeRuntimeArray
OpTypeSampledImage
OpTypeSampler
OpTypeStruct
OpTypeVector
OpTypeVoid
OpUConvert
OpUDiv
OpUGreaterThan
OpUGreaterThanEqual
OpULessThan
OpULessThanEqual
OpUMod
OpUMulExtended
OpUndef
OpUnordered
OpUnreachable
OpVariable
OpVectorExtractDynamic
OpVectorInsertDynamic
OpVectorShuffle
OpVectorTimesMatrix
OpVectorTimesScalar
OpWritePipe
[Keywords 2]
eq