1# Copyright (c) 2014-2020 The Khronos Group Inc. 2# 3# Permission is hereby granted, free of charge, to any person obtaining a copy 4# of this software and/or associated documentation files (the "Materials"), 5# to deal in the Materials without restriction, including without limitation 6# the rights to use, copy, modify, merge, publish, distribute, sublicense, 7# and/or sell copies of the Materials, and to permit persons to whom the 8# Materials are furnished to do so, subject to the following conditions: 9# 10# The above copyright notice and this permission notice shall be included in 11# all copies or substantial portions of the Materials. 12# 13# MODIFICATIONS TO THIS FILE MAY MEAN IT NO LONGER ACCURATELY REFLECTS KHRONOS 14# STANDARDS. THE UNMODIFIED, NORMATIVE VERSIONS OF KHRONOS SPECIFICATIONS AND 15# HEADER INFORMATION ARE LOCATED AT https://www.khronos.org/registry/ 16# 17# THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 18# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 19# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 20# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 21# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 22# FROM,OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS 23# IN THE MATERIALS. 24 25# This header is automatically generated by the same tool that creates 26# the Binary Section of the SPIR-V specification. 27 28# Enumeration tokens for SPIR-V, in various styles: 29# C, C++, C++11, JSON, Lua, Python, C#, D 30# 31# - C will have tokens with a "Spv" prefix, e.g.: SpvSourceLanguageGLSL 32# - C++ will have tokens in the "spv" name space, e.g.: spv::SourceLanguageGLSL 33# - C++11 will use enum classes in the spv namespace, e.g.: spv::SourceLanguage::GLSL 34# - Lua will use tables, e.g.: spv.SourceLanguage.GLSL 35# - Python will use dictionaries, e.g.: spv['SourceLanguage']['GLSL'] 36# - C# will use enum classes in the Specification class located in the "Spv" namespace, 37# e.g.: Spv.Specification.SourceLanguage.GLSL 38# - D will have tokens under the "spv" module, e.g: spv.SourceLanguage.GLSL 39# 40# Some tokens act like mask values, which can be OR'd together, 41# while others are mutually exclusive. The mask-like ones have 42# "Mask" in their name, and a parallel enum that has the shift 43# amount (1 << x) for each corresponding enumerant. 44 45spv = { 46 'MagicNumber' : 0x07230203, 47 'Version' : 0x00010600, 48 'Revision' : 1, 49 'OpCodeMask' : 0xffff, 50 'WordCountShift' : 16, 51 52 'SourceLanguage' : { 53 'Unknown' : 0, 54 'ESSL' : 1, 55 'GLSL' : 2, 56 'OpenCL_C' : 3, 57 'OpenCL_CPP' : 4, 58 'HLSL' : 5, 59 'CPP_for_OpenCL' : 6, 60 'SYCL' : 7, 61 }, 62 63 'ExecutionModel' : { 64 'Vertex' : 0, 65 'TessellationControl' : 1, 66 'TessellationEvaluation' : 2, 67 'Geometry' : 3, 68 'Fragment' : 4, 69 'GLCompute' : 5, 70 'Kernel' : 6, 71 'TaskNV' : 5267, 72 'MeshNV' : 5268, 73 'RayGenerationKHR' : 5313, 74 'RayGenerationNV' : 5313, 75 'IntersectionKHR' : 5314, 76 'IntersectionNV' : 5314, 77 'AnyHitKHR' : 5315, 78 'AnyHitNV' : 5315, 79 'ClosestHitKHR' : 5316, 80 'ClosestHitNV' : 5316, 81 'MissKHR' : 5317, 82 'MissNV' : 5317, 83 'CallableKHR' : 5318, 84 'CallableNV' : 5318, 85 }, 86 87 'AddressingModel' : { 88 'Logical' : 0, 89 'Physical32' : 1, 90 'Physical64' : 2, 91 'PhysicalStorageBuffer64' : 5348, 92 'PhysicalStorageBuffer64EXT' : 5348, 93 }, 94 95 'MemoryModel' : { 96 'Simple' : 0, 97 'GLSL450' : 1, 98 'OpenCL' : 2, 99 'Vulkan' : 3, 100 'VulkanKHR' : 3, 101 }, 102 103 'ExecutionMode' : { 104 'Invocations' : 0, 105 'SpacingEqual' : 1, 106 'SpacingFractionalEven' : 2, 107 'SpacingFractionalOdd' : 3, 108 'VertexOrderCw' : 4, 109 'VertexOrderCcw' : 5, 110 'PixelCenterInteger' : 6, 111 'OriginUpperLeft' : 7, 112 'OriginLowerLeft' : 8, 113 'EarlyFragmentTests' : 9, 114 'PointMode' : 10, 115 'Xfb' : 11, 116 'DepthReplacing' : 12, 117 'DepthGreater' : 14, 118 'DepthLess' : 15, 119 'DepthUnchanged' : 16, 120 'LocalSize' : 17, 121 'LocalSizeHint' : 18, 122 'InputPoints' : 19, 123 'InputLines' : 20, 124 'InputLinesAdjacency' : 21, 125 'Triangles' : 22, 126 'InputTrianglesAdjacency' : 23, 127 'Quads' : 24, 128 'Isolines' : 25, 129 'OutputVertices' : 26, 130 'OutputPoints' : 27, 131 'OutputLineStrip' : 28, 132 'OutputTriangleStrip' : 29, 133 'VecTypeHint' : 30, 134 'ContractionOff' : 31, 135 'Initializer' : 33, 136 'Finalizer' : 34, 137 'SubgroupSize' : 35, 138 'SubgroupsPerWorkgroup' : 36, 139 'SubgroupsPerWorkgroupId' : 37, 140 'LocalSizeId' : 38, 141 'LocalSizeHintId' : 39, 142 'SubgroupUniformControlFlowKHR' : 4421, 143 'PostDepthCoverage' : 4446, 144 'DenormPreserve' : 4459, 145 'DenormFlushToZero' : 4460, 146 'SignedZeroInfNanPreserve' : 4461, 147 'RoundingModeRTE' : 4462, 148 'RoundingModeRTZ' : 4463, 149 'StencilRefReplacingEXT' : 5027, 150 'OutputLinesNV' : 5269, 151 'OutputPrimitivesNV' : 5270, 152 'DerivativeGroupQuadsNV' : 5289, 153 'DerivativeGroupLinearNV' : 5290, 154 'OutputTrianglesNV' : 5298, 155 'PixelInterlockOrderedEXT' : 5366, 156 'PixelInterlockUnorderedEXT' : 5367, 157 'SampleInterlockOrderedEXT' : 5368, 158 'SampleInterlockUnorderedEXT' : 5369, 159 'ShadingRateInterlockOrderedEXT' : 5370, 160 'ShadingRateInterlockUnorderedEXT' : 5371, 161 'SharedLocalMemorySizeINTEL' : 5618, 162 'RoundingModeRTPINTEL' : 5620, 163 'RoundingModeRTNINTEL' : 5621, 164 'FloatingPointModeALTINTEL' : 5622, 165 'FloatingPointModeIEEEINTEL' : 5623, 166 'MaxWorkgroupSizeINTEL' : 5893, 167 'MaxWorkDimINTEL' : 5894, 168 'NoGlobalOffsetINTEL' : 5895, 169 'NumSIMDWorkitemsINTEL' : 5896, 170 'SchedulerTargetFmaxMhzINTEL' : 5903, 171 'NamedBarrierCountINTEL' : 6417, 172 }, 173 174 'StorageClass' : { 175 'UniformConstant' : 0, 176 'Input' : 1, 177 'Uniform' : 2, 178 'Output' : 3, 179 'Workgroup' : 4, 180 'CrossWorkgroup' : 5, 181 'Private' : 6, 182 'Function' : 7, 183 'Generic' : 8, 184 'PushConstant' : 9, 185 'AtomicCounter' : 10, 186 'Image' : 11, 187 'StorageBuffer' : 12, 188 'CallableDataKHR' : 5328, 189 'CallableDataNV' : 5328, 190 'IncomingCallableDataKHR' : 5329, 191 'IncomingCallableDataNV' : 5329, 192 'RayPayloadKHR' : 5338, 193 'RayPayloadNV' : 5338, 194 'HitAttributeKHR' : 5339, 195 'HitAttributeNV' : 5339, 196 'IncomingRayPayloadKHR' : 5342, 197 'IncomingRayPayloadNV' : 5342, 198 'ShaderRecordBufferKHR' : 5343, 199 'ShaderRecordBufferNV' : 5343, 200 'PhysicalStorageBuffer' : 5349, 201 'PhysicalStorageBufferEXT' : 5349, 202 'CodeSectionINTEL' : 5605, 203 'DeviceOnlyINTEL' : 5936, 204 'HostOnlyINTEL' : 5937, 205 }, 206 207 'Dim' : { 208 'Dim1D' : 0, 209 'Dim2D' : 1, 210 'Dim3D' : 2, 211 'Cube' : 3, 212 'Rect' : 4, 213 'Buffer' : 5, 214 'SubpassData' : 6, 215 }, 216 217 'SamplerAddressingMode' : { 218 'None' : 0, 219 'ClampToEdge' : 1, 220 'Clamp' : 2, 221 'Repeat' : 3, 222 'RepeatMirrored' : 4, 223 }, 224 225 'SamplerFilterMode' : { 226 'Nearest' : 0, 227 'Linear' : 1, 228 }, 229 230 'ImageFormat' : { 231 'Unknown' : 0, 232 'Rgba32f' : 1, 233 'Rgba16f' : 2, 234 'R32f' : 3, 235 'Rgba8' : 4, 236 'Rgba8Snorm' : 5, 237 'Rg32f' : 6, 238 'Rg16f' : 7, 239 'R11fG11fB10f' : 8, 240 'R16f' : 9, 241 'Rgba16' : 10, 242 'Rgb10A2' : 11, 243 'Rg16' : 12, 244 'Rg8' : 13, 245 'R16' : 14, 246 'R8' : 15, 247 'Rgba16Snorm' : 16, 248 'Rg16Snorm' : 17, 249 'Rg8Snorm' : 18, 250 'R16Snorm' : 19, 251 'R8Snorm' : 20, 252 'Rgba32i' : 21, 253 'Rgba16i' : 22, 254 'Rgba8i' : 23, 255 'R32i' : 24, 256 'Rg32i' : 25, 257 'Rg16i' : 26, 258 'Rg8i' : 27, 259 'R16i' : 28, 260 'R8i' : 29, 261 'Rgba32ui' : 30, 262 'Rgba16ui' : 31, 263 'Rgba8ui' : 32, 264 'R32ui' : 33, 265 'Rgb10a2ui' : 34, 266 'Rg32ui' : 35, 267 'Rg16ui' : 36, 268 'Rg8ui' : 37, 269 'R16ui' : 38, 270 'R8ui' : 39, 271 'R64ui' : 40, 272 'R64i' : 41, 273 }, 274 275 'ImageChannelOrder' : { 276 'R' : 0, 277 'A' : 1, 278 'RG' : 2, 279 'RA' : 3, 280 'RGB' : 4, 281 'RGBA' : 5, 282 'BGRA' : 6, 283 'ARGB' : 7, 284 'Intensity' : 8, 285 'Luminance' : 9, 286 'Rx' : 10, 287 'RGx' : 11, 288 'RGBx' : 12, 289 'Depth' : 13, 290 'DepthStencil' : 14, 291 'sRGB' : 15, 292 'sRGBx' : 16, 293 'sRGBA' : 17, 294 'sBGRA' : 18, 295 'ABGR' : 19, 296 }, 297 298 'ImageChannelDataType' : { 299 'SnormInt8' : 0, 300 'SnormInt16' : 1, 301 'UnormInt8' : 2, 302 'UnormInt16' : 3, 303 'UnormShort565' : 4, 304 'UnormShort555' : 5, 305 'UnormInt101010' : 6, 306 'SignedInt8' : 7, 307 'SignedInt16' : 8, 308 'SignedInt32' : 9, 309 'UnsignedInt8' : 10, 310 'UnsignedInt16' : 11, 311 'UnsignedInt32' : 12, 312 'HalfFloat' : 13, 313 'Float' : 14, 314 'UnormInt24' : 15, 315 'UnormInt101010_2' : 16, 316 }, 317 318 'ImageOperandsShift' : { 319 'Bias' : 0, 320 'Lod' : 1, 321 'Grad' : 2, 322 'ConstOffset' : 3, 323 'Offset' : 4, 324 'ConstOffsets' : 5, 325 'Sample' : 6, 326 'MinLod' : 7, 327 'MakeTexelAvailable' : 8, 328 'MakeTexelAvailableKHR' : 8, 329 'MakeTexelVisible' : 9, 330 'MakeTexelVisibleKHR' : 9, 331 'NonPrivateTexel' : 10, 332 'NonPrivateTexelKHR' : 10, 333 'VolatileTexel' : 11, 334 'VolatileTexelKHR' : 11, 335 'SignExtend' : 12, 336 'ZeroExtend' : 13, 337 'Nontemporal' : 14, 338 'Offsets' : 16, 339 }, 340 341 'ImageOperandsMask' : { 342 'MaskNone' : 0, 343 'Bias' : 0x00000001, 344 'Lod' : 0x00000002, 345 'Grad' : 0x00000004, 346 'ConstOffset' : 0x00000008, 347 'Offset' : 0x00000010, 348 'ConstOffsets' : 0x00000020, 349 'Sample' : 0x00000040, 350 'MinLod' : 0x00000080, 351 'MakeTexelAvailable' : 0x00000100, 352 'MakeTexelAvailableKHR' : 0x00000100, 353 'MakeTexelVisible' : 0x00000200, 354 'MakeTexelVisibleKHR' : 0x00000200, 355 'NonPrivateTexel' : 0x00000400, 356 'NonPrivateTexelKHR' : 0x00000400, 357 'VolatileTexel' : 0x00000800, 358 'VolatileTexelKHR' : 0x00000800, 359 'SignExtend' : 0x00001000, 360 'ZeroExtend' : 0x00002000, 361 'Nontemporal' : 0x00004000, 362 'Offsets' : 0x00010000, 363 }, 364 365 'FPFastMathModeShift' : { 366 'NotNaN' : 0, 367 'NotInf' : 1, 368 'NSZ' : 2, 369 'AllowRecip' : 3, 370 'Fast' : 4, 371 'AllowContractFastINTEL' : 16, 372 'AllowReassocINTEL' : 17, 373 }, 374 375 'FPFastMathModeMask' : { 376 'MaskNone' : 0, 377 'NotNaN' : 0x00000001, 378 'NotInf' : 0x00000002, 379 'NSZ' : 0x00000004, 380 'AllowRecip' : 0x00000008, 381 'Fast' : 0x00000010, 382 'AllowContractFastINTEL' : 0x00010000, 383 'AllowReassocINTEL' : 0x00020000, 384 }, 385 386 'FPRoundingMode' : { 387 'RTE' : 0, 388 'RTZ' : 1, 389 'RTP' : 2, 390 'RTN' : 3, 391 }, 392 393 'LinkageType' : { 394 'Export' : 0, 395 'Import' : 1, 396 'LinkOnceODR' : 2, 397 }, 398 399 'AccessQualifier' : { 400 'ReadOnly' : 0, 401 'WriteOnly' : 1, 402 'ReadWrite' : 2, 403 }, 404 405 'FunctionParameterAttribute' : { 406 'Zext' : 0, 407 'Sext' : 1, 408 'ByVal' : 2, 409 'Sret' : 3, 410 'NoAlias' : 4, 411 'NoCapture' : 5, 412 'NoWrite' : 6, 413 'NoReadWrite' : 7, 414 }, 415 416 'Decoration' : { 417 'RelaxedPrecision' : 0, 418 'SpecId' : 1, 419 'Block' : 2, 420 'BufferBlock' : 3, 421 'RowMajor' : 4, 422 'ColMajor' : 5, 423 'ArrayStride' : 6, 424 'MatrixStride' : 7, 425 'GLSLShared' : 8, 426 'GLSLPacked' : 9, 427 'CPacked' : 10, 428 'BuiltIn' : 11, 429 'NoPerspective' : 13, 430 'Flat' : 14, 431 'Patch' : 15, 432 'Centroid' : 16, 433 'Sample' : 17, 434 'Invariant' : 18, 435 'Restrict' : 19, 436 'Aliased' : 20, 437 'Volatile' : 21, 438 'Constant' : 22, 439 'Coherent' : 23, 440 'NonWritable' : 24, 441 'NonReadable' : 25, 442 'Uniform' : 26, 443 'UniformId' : 27, 444 'SaturatedConversion' : 28, 445 'Stream' : 29, 446 'Location' : 30, 447 'Component' : 31, 448 'Index' : 32, 449 'Binding' : 33, 450 'DescriptorSet' : 34, 451 'Offset' : 35, 452 'XfbBuffer' : 36, 453 'XfbStride' : 37, 454 'FuncParamAttr' : 38, 455 'FPRoundingMode' : 39, 456 'FPFastMathMode' : 40, 457 'LinkageAttributes' : 41, 458 'NoContraction' : 42, 459 'InputAttachmentIndex' : 43, 460 'Alignment' : 44, 461 'MaxByteOffset' : 45, 462 'AlignmentId' : 46, 463 'MaxByteOffsetId' : 47, 464 'NoSignedWrap' : 4469, 465 'NoUnsignedWrap' : 4470, 466 'ExplicitInterpAMD' : 4999, 467 'OverrideCoverageNV' : 5248, 468 'PassthroughNV' : 5250, 469 'ViewportRelativeNV' : 5252, 470 'SecondaryViewportRelativeNV' : 5256, 471 'PerPrimitiveNV' : 5271, 472 'PerViewNV' : 5272, 473 'PerTaskNV' : 5273, 474 'PerVertexKHR' : 5285, 475 'PerVertexNV' : 5285, 476 'NonUniform' : 5300, 477 'NonUniformEXT' : 5300, 478 'RestrictPointer' : 5355, 479 'RestrictPointerEXT' : 5355, 480 'AliasedPointer' : 5356, 481 'AliasedPointerEXT' : 5356, 482 'BindlessSamplerNV' : 5398, 483 'BindlessImageNV' : 5399, 484 'BoundSamplerNV' : 5400, 485 'BoundImageNV' : 5401, 486 'SIMTCallINTEL' : 5599, 487 'ReferencedIndirectlyINTEL' : 5602, 488 'ClobberINTEL' : 5607, 489 'SideEffectsINTEL' : 5608, 490 'VectorComputeVariableINTEL' : 5624, 491 'FuncParamIOKindINTEL' : 5625, 492 'VectorComputeFunctionINTEL' : 5626, 493 'StackCallINTEL' : 5627, 494 'GlobalVariableOffsetINTEL' : 5628, 495 'CounterBuffer' : 5634, 496 'HlslCounterBufferGOOGLE' : 5634, 497 'HlslSemanticGOOGLE' : 5635, 498 'UserSemantic' : 5635, 499 'UserTypeGOOGLE' : 5636, 500 'FunctionRoundingModeINTEL' : 5822, 501 'FunctionDenormModeINTEL' : 5823, 502 'RegisterINTEL' : 5825, 503 'MemoryINTEL' : 5826, 504 'NumbanksINTEL' : 5827, 505 'BankwidthINTEL' : 5828, 506 'MaxPrivateCopiesINTEL' : 5829, 507 'SinglepumpINTEL' : 5830, 508 'DoublepumpINTEL' : 5831, 509 'MaxReplicatesINTEL' : 5832, 510 'SimpleDualPortINTEL' : 5833, 511 'MergeINTEL' : 5834, 512 'BankBitsINTEL' : 5835, 513 'ForcePow2DepthINTEL' : 5836, 514 'BurstCoalesceINTEL' : 5899, 515 'CacheSizeINTEL' : 5900, 516 'DontStaticallyCoalesceINTEL' : 5901, 517 'PrefetchINTEL' : 5902, 518 'StallEnableINTEL' : 5905, 519 'FuseLoopsInFunctionINTEL' : 5907, 520 'AliasScopeINTEL' : 5914, 521 'NoAliasINTEL' : 5915, 522 'BufferLocationINTEL' : 5921, 523 'IOPipeStorageINTEL' : 5944, 524 'FunctionFloatingPointModeINTEL' : 6080, 525 'SingleElementVectorINTEL' : 6085, 526 'VectorComputeCallableFunctionINTEL' : 6087, 527 'MediaBlockIOINTEL' : 6140, 528 }, 529 530 'BuiltIn' : { 531 'Position' : 0, 532 'PointSize' : 1, 533 'ClipDistance' : 3, 534 'CullDistance' : 4, 535 'VertexId' : 5, 536 'InstanceId' : 6, 537 'PrimitiveId' : 7, 538 'InvocationId' : 8, 539 'Layer' : 9, 540 'ViewportIndex' : 10, 541 'TessLevelOuter' : 11, 542 'TessLevelInner' : 12, 543 'TessCoord' : 13, 544 'PatchVertices' : 14, 545 'FragCoord' : 15, 546 'PointCoord' : 16, 547 'FrontFacing' : 17, 548 'SampleId' : 18, 549 'SamplePosition' : 19, 550 'SampleMask' : 20, 551 'FragDepth' : 22, 552 'HelperInvocation' : 23, 553 'NumWorkgroups' : 24, 554 'WorkgroupSize' : 25, 555 'WorkgroupId' : 26, 556 'LocalInvocationId' : 27, 557 'GlobalInvocationId' : 28, 558 'LocalInvocationIndex' : 29, 559 'WorkDim' : 30, 560 'GlobalSize' : 31, 561 'EnqueuedWorkgroupSize' : 32, 562 'GlobalOffset' : 33, 563 'GlobalLinearId' : 34, 564 'SubgroupSize' : 36, 565 'SubgroupMaxSize' : 37, 566 'NumSubgroups' : 38, 567 'NumEnqueuedSubgroups' : 39, 568 'SubgroupId' : 40, 569 'SubgroupLocalInvocationId' : 41, 570 'VertexIndex' : 42, 571 'InstanceIndex' : 43, 572 'SubgroupEqMask' : 4416, 573 'SubgroupEqMaskKHR' : 4416, 574 'SubgroupGeMask' : 4417, 575 'SubgroupGeMaskKHR' : 4417, 576 'SubgroupGtMask' : 4418, 577 'SubgroupGtMaskKHR' : 4418, 578 'SubgroupLeMask' : 4419, 579 'SubgroupLeMaskKHR' : 4419, 580 'SubgroupLtMask' : 4420, 581 'SubgroupLtMaskKHR' : 4420, 582 'BaseVertex' : 4424, 583 'BaseInstance' : 4425, 584 'DrawIndex' : 4426, 585 'PrimitiveShadingRateKHR' : 4432, 586 'DeviceIndex' : 4438, 587 'ViewIndex' : 4440, 588 'ShadingRateKHR' : 4444, 589 'BaryCoordNoPerspAMD' : 4992, 590 'BaryCoordNoPerspCentroidAMD' : 4993, 591 'BaryCoordNoPerspSampleAMD' : 4994, 592 'BaryCoordSmoothAMD' : 4995, 593 'BaryCoordSmoothCentroidAMD' : 4996, 594 'BaryCoordSmoothSampleAMD' : 4997, 595 'BaryCoordPullModelAMD' : 4998, 596 'FragStencilRefEXT' : 5014, 597 'ViewportMaskNV' : 5253, 598 'SecondaryPositionNV' : 5257, 599 'SecondaryViewportMaskNV' : 5258, 600 'PositionPerViewNV' : 5261, 601 'ViewportMaskPerViewNV' : 5262, 602 'FullyCoveredEXT' : 5264, 603 'TaskCountNV' : 5274, 604 'PrimitiveCountNV' : 5275, 605 'PrimitiveIndicesNV' : 5276, 606 'ClipDistancePerViewNV' : 5277, 607 'CullDistancePerViewNV' : 5278, 608 'LayerPerViewNV' : 5279, 609 'MeshViewCountNV' : 5280, 610 'MeshViewIndicesNV' : 5281, 611 'BaryCoordKHR' : 5286, 612 'BaryCoordNV' : 5286, 613 'BaryCoordNoPerspKHR' : 5287, 614 'BaryCoordNoPerspNV' : 5287, 615 'FragSizeEXT' : 5292, 616 'FragmentSizeNV' : 5292, 617 'FragInvocationCountEXT' : 5293, 618 'InvocationsPerPixelNV' : 5293, 619 'LaunchIdKHR' : 5319, 620 'LaunchIdNV' : 5319, 621 'LaunchSizeKHR' : 5320, 622 'LaunchSizeNV' : 5320, 623 'WorldRayOriginKHR' : 5321, 624 'WorldRayOriginNV' : 5321, 625 'WorldRayDirectionKHR' : 5322, 626 'WorldRayDirectionNV' : 5322, 627 'ObjectRayOriginKHR' : 5323, 628 'ObjectRayOriginNV' : 5323, 629 'ObjectRayDirectionKHR' : 5324, 630 'ObjectRayDirectionNV' : 5324, 631 'RayTminKHR' : 5325, 632 'RayTminNV' : 5325, 633 'RayTmaxKHR' : 5326, 634 'RayTmaxNV' : 5326, 635 'InstanceCustomIndexKHR' : 5327, 636 'InstanceCustomIndexNV' : 5327, 637 'ObjectToWorldKHR' : 5330, 638 'ObjectToWorldNV' : 5330, 639 'WorldToObjectKHR' : 5331, 640 'WorldToObjectNV' : 5331, 641 'HitTNV' : 5332, 642 'HitKindKHR' : 5333, 643 'HitKindNV' : 5333, 644 'CurrentRayTimeNV' : 5334, 645 'IncomingRayFlagsKHR' : 5351, 646 'IncomingRayFlagsNV' : 5351, 647 'RayGeometryIndexKHR' : 5352, 648 'WarpsPerSMNV' : 5374, 649 'SMCountNV' : 5375, 650 'WarpIDNV' : 5376, 651 'SMIDNV' : 5377, 652 }, 653 654 'SelectionControlShift' : { 655 'Flatten' : 0, 656 'DontFlatten' : 1, 657 }, 658 659 'SelectionControlMask' : { 660 'MaskNone' : 0, 661 'Flatten' : 0x00000001, 662 'DontFlatten' : 0x00000002, 663 }, 664 665 'LoopControlShift' : { 666 'Unroll' : 0, 667 'DontUnroll' : 1, 668 'DependencyInfinite' : 2, 669 'DependencyLength' : 3, 670 'MinIterations' : 4, 671 'MaxIterations' : 5, 672 'IterationMultiple' : 6, 673 'PeelCount' : 7, 674 'PartialCount' : 8, 675 'InitiationIntervalINTEL' : 16, 676 'MaxConcurrencyINTEL' : 17, 677 'DependencyArrayINTEL' : 18, 678 'PipelineEnableINTEL' : 19, 679 'LoopCoalesceINTEL' : 20, 680 'MaxInterleavingINTEL' : 21, 681 'SpeculatedIterationsINTEL' : 22, 682 'NoFusionINTEL' : 23, 683 }, 684 685 'LoopControlMask' : { 686 'MaskNone' : 0, 687 'Unroll' : 0x00000001, 688 'DontUnroll' : 0x00000002, 689 'DependencyInfinite' : 0x00000004, 690 'DependencyLength' : 0x00000008, 691 'MinIterations' : 0x00000010, 692 'MaxIterations' : 0x00000020, 693 'IterationMultiple' : 0x00000040, 694 'PeelCount' : 0x00000080, 695 'PartialCount' : 0x00000100, 696 'InitiationIntervalINTEL' : 0x00010000, 697 'MaxConcurrencyINTEL' : 0x00020000, 698 'DependencyArrayINTEL' : 0x00040000, 699 'PipelineEnableINTEL' : 0x00080000, 700 'LoopCoalesceINTEL' : 0x00100000, 701 'MaxInterleavingINTEL' : 0x00200000, 702 'SpeculatedIterationsINTEL' : 0x00400000, 703 'NoFusionINTEL' : 0x00800000, 704 }, 705 706 'FunctionControlShift' : { 707 'Inline' : 0, 708 'DontInline' : 1, 709 'Pure' : 2, 710 'Const' : 3, 711 'OptNoneINTEL' : 16, 712 }, 713 714 'FunctionControlMask' : { 715 'MaskNone' : 0, 716 'Inline' : 0x00000001, 717 'DontInline' : 0x00000002, 718 'Pure' : 0x00000004, 719 'Const' : 0x00000008, 720 'OptNoneINTEL' : 0x00010000, 721 }, 722 723 'MemorySemanticsShift' : { 724 'Acquire' : 1, 725 'Release' : 2, 726 'AcquireRelease' : 3, 727 'SequentiallyConsistent' : 4, 728 'UniformMemory' : 6, 729 'SubgroupMemory' : 7, 730 'WorkgroupMemory' : 8, 731 'CrossWorkgroupMemory' : 9, 732 'AtomicCounterMemory' : 10, 733 'ImageMemory' : 11, 734 'OutputMemory' : 12, 735 'OutputMemoryKHR' : 12, 736 'MakeAvailable' : 13, 737 'MakeAvailableKHR' : 13, 738 'MakeVisible' : 14, 739 'MakeVisibleKHR' : 14, 740 'Volatile' : 15, 741 }, 742 743 'MemorySemanticsMask' : { 744 'MaskNone' : 0, 745 'Acquire' : 0x00000002, 746 'Release' : 0x00000004, 747 'AcquireRelease' : 0x00000008, 748 'SequentiallyConsistent' : 0x00000010, 749 'UniformMemory' : 0x00000040, 750 'SubgroupMemory' : 0x00000080, 751 'WorkgroupMemory' : 0x00000100, 752 'CrossWorkgroupMemory' : 0x00000200, 753 'AtomicCounterMemory' : 0x00000400, 754 'ImageMemory' : 0x00000800, 755 'OutputMemory' : 0x00001000, 756 'OutputMemoryKHR' : 0x00001000, 757 'MakeAvailable' : 0x00002000, 758 'MakeAvailableKHR' : 0x00002000, 759 'MakeVisible' : 0x00004000, 760 'MakeVisibleKHR' : 0x00004000, 761 'Volatile' : 0x00008000, 762 }, 763 764 'MemoryAccessShift' : { 765 'Volatile' : 0, 766 'Aligned' : 1, 767 'Nontemporal' : 2, 768 'MakePointerAvailable' : 3, 769 'MakePointerAvailableKHR' : 3, 770 'MakePointerVisible' : 4, 771 'MakePointerVisibleKHR' : 4, 772 'NonPrivatePointer' : 5, 773 'NonPrivatePointerKHR' : 5, 774 'AliasScopeINTELMask' : 16, 775 'NoAliasINTELMask' : 17, 776 }, 777 778 'MemoryAccessMask' : { 779 'MaskNone' : 0, 780 'Volatile' : 0x00000001, 781 'Aligned' : 0x00000002, 782 'Nontemporal' : 0x00000004, 783 'MakePointerAvailable' : 0x00000008, 784 'MakePointerAvailableKHR' : 0x00000008, 785 'MakePointerVisible' : 0x00000010, 786 'MakePointerVisibleKHR' : 0x00000010, 787 'NonPrivatePointer' : 0x00000020, 788 'NonPrivatePointerKHR' : 0x00000020, 789 'AliasScopeINTELMask' : 0x00010000, 790 'NoAliasINTELMask' : 0x00020000, 791 }, 792 793 'Scope' : { 794 'CrossDevice' : 0, 795 'Device' : 1, 796 'Workgroup' : 2, 797 'Subgroup' : 3, 798 'Invocation' : 4, 799 'QueueFamily' : 5, 800 'QueueFamilyKHR' : 5, 801 'ShaderCallKHR' : 6, 802 }, 803 804 'GroupOperation' : { 805 'Reduce' : 0, 806 'InclusiveScan' : 1, 807 'ExclusiveScan' : 2, 808 'ClusteredReduce' : 3, 809 'PartitionedReduceNV' : 6, 810 'PartitionedInclusiveScanNV' : 7, 811 'PartitionedExclusiveScanNV' : 8, 812 }, 813 814 'KernelEnqueueFlags' : { 815 'NoWait' : 0, 816 'WaitKernel' : 1, 817 'WaitWorkGroup' : 2, 818 }, 819 820 'KernelProfilingInfoShift' : { 821 'CmdExecTime' : 0, 822 }, 823 824 'KernelProfilingInfoMask' : { 825 'MaskNone' : 0, 826 'CmdExecTime' : 0x00000001, 827 }, 828 829 'Capability' : { 830 'Matrix' : 0, 831 'Shader' : 1, 832 'Geometry' : 2, 833 'Tessellation' : 3, 834 'Addresses' : 4, 835 'Linkage' : 5, 836 'Kernel' : 6, 837 'Vector16' : 7, 838 'Float16Buffer' : 8, 839 'Float16' : 9, 840 'Float64' : 10, 841 'Int64' : 11, 842 'Int64Atomics' : 12, 843 'ImageBasic' : 13, 844 'ImageReadWrite' : 14, 845 'ImageMipmap' : 15, 846 'Pipes' : 17, 847 'Groups' : 18, 848 'DeviceEnqueue' : 19, 849 'LiteralSampler' : 20, 850 'AtomicStorage' : 21, 851 'Int16' : 22, 852 'TessellationPointSize' : 23, 853 'GeometryPointSize' : 24, 854 'ImageGatherExtended' : 25, 855 'StorageImageMultisample' : 27, 856 'UniformBufferArrayDynamicIndexing' : 28, 857 'SampledImageArrayDynamicIndexing' : 29, 858 'StorageBufferArrayDynamicIndexing' : 30, 859 'StorageImageArrayDynamicIndexing' : 31, 860 'ClipDistance' : 32, 861 'CullDistance' : 33, 862 'ImageCubeArray' : 34, 863 'SampleRateShading' : 35, 864 'ImageRect' : 36, 865 'SampledRect' : 37, 866 'GenericPointer' : 38, 867 'Int8' : 39, 868 'InputAttachment' : 40, 869 'SparseResidency' : 41, 870 'MinLod' : 42, 871 'Sampled1D' : 43, 872 'Image1D' : 44, 873 'SampledCubeArray' : 45, 874 'SampledBuffer' : 46, 875 'ImageBuffer' : 47, 876 'ImageMSArray' : 48, 877 'StorageImageExtendedFormats' : 49, 878 'ImageQuery' : 50, 879 'DerivativeControl' : 51, 880 'InterpolationFunction' : 52, 881 'TransformFeedback' : 53, 882 'GeometryStreams' : 54, 883 'StorageImageReadWithoutFormat' : 55, 884 'StorageImageWriteWithoutFormat' : 56, 885 'MultiViewport' : 57, 886 'SubgroupDispatch' : 58, 887 'NamedBarrier' : 59, 888 'PipeStorage' : 60, 889 'GroupNonUniform' : 61, 890 'GroupNonUniformVote' : 62, 891 'GroupNonUniformArithmetic' : 63, 892 'GroupNonUniformBallot' : 64, 893 'GroupNonUniformShuffle' : 65, 894 'GroupNonUniformShuffleRelative' : 66, 895 'GroupNonUniformClustered' : 67, 896 'GroupNonUniformQuad' : 68, 897 'ShaderLayer' : 69, 898 'ShaderViewportIndex' : 70, 899 'UniformDecoration' : 71, 900 'FragmentShadingRateKHR' : 4422, 901 'SubgroupBallotKHR' : 4423, 902 'DrawParameters' : 4427, 903 'WorkgroupMemoryExplicitLayoutKHR' : 4428, 904 'WorkgroupMemoryExplicitLayout8BitAccessKHR' : 4429, 905 'WorkgroupMemoryExplicitLayout16BitAccessKHR' : 4430, 906 'SubgroupVoteKHR' : 4431, 907 'StorageBuffer16BitAccess' : 4433, 908 'StorageUniformBufferBlock16' : 4433, 909 'StorageUniform16' : 4434, 910 'UniformAndStorageBuffer16BitAccess' : 4434, 911 'StoragePushConstant16' : 4435, 912 'StorageInputOutput16' : 4436, 913 'DeviceGroup' : 4437, 914 'MultiView' : 4439, 915 'VariablePointersStorageBuffer' : 4441, 916 'VariablePointers' : 4442, 917 'AtomicStorageOps' : 4445, 918 'SampleMaskPostDepthCoverage' : 4447, 919 'StorageBuffer8BitAccess' : 4448, 920 'UniformAndStorageBuffer8BitAccess' : 4449, 921 'StoragePushConstant8' : 4450, 922 'DenormPreserve' : 4464, 923 'DenormFlushToZero' : 4465, 924 'SignedZeroInfNanPreserve' : 4466, 925 'RoundingModeRTE' : 4467, 926 'RoundingModeRTZ' : 4468, 927 'RayQueryProvisionalKHR' : 4471, 928 'RayQueryKHR' : 4472, 929 'RayTraversalPrimitiveCullingKHR' : 4478, 930 'RayTracingKHR' : 4479, 931 'Float16ImageAMD' : 5008, 932 'ImageGatherBiasLodAMD' : 5009, 933 'FragmentMaskAMD' : 5010, 934 'StencilExportEXT' : 5013, 935 'ImageReadWriteLodAMD' : 5015, 936 'Int64ImageEXT' : 5016, 937 'ShaderClockKHR' : 5055, 938 'SampleMaskOverrideCoverageNV' : 5249, 939 'GeometryShaderPassthroughNV' : 5251, 940 'ShaderViewportIndexLayerEXT' : 5254, 941 'ShaderViewportIndexLayerNV' : 5254, 942 'ShaderViewportMaskNV' : 5255, 943 'ShaderStereoViewNV' : 5259, 944 'PerViewAttributesNV' : 5260, 945 'FragmentFullyCoveredEXT' : 5265, 946 'MeshShadingNV' : 5266, 947 'ImageFootprintNV' : 5282, 948 'FragmentBarycentricKHR' : 5284, 949 'FragmentBarycentricNV' : 5284, 950 'ComputeDerivativeGroupQuadsNV' : 5288, 951 'FragmentDensityEXT' : 5291, 952 'ShadingRateNV' : 5291, 953 'GroupNonUniformPartitionedNV' : 5297, 954 'ShaderNonUniform' : 5301, 955 'ShaderNonUniformEXT' : 5301, 956 'RuntimeDescriptorArray' : 5302, 957 'RuntimeDescriptorArrayEXT' : 5302, 958 'InputAttachmentArrayDynamicIndexing' : 5303, 959 'InputAttachmentArrayDynamicIndexingEXT' : 5303, 960 'UniformTexelBufferArrayDynamicIndexing' : 5304, 961 'UniformTexelBufferArrayDynamicIndexingEXT' : 5304, 962 'StorageTexelBufferArrayDynamicIndexing' : 5305, 963 'StorageTexelBufferArrayDynamicIndexingEXT' : 5305, 964 'UniformBufferArrayNonUniformIndexing' : 5306, 965 'UniformBufferArrayNonUniformIndexingEXT' : 5306, 966 'SampledImageArrayNonUniformIndexing' : 5307, 967 'SampledImageArrayNonUniformIndexingEXT' : 5307, 968 'StorageBufferArrayNonUniformIndexing' : 5308, 969 'StorageBufferArrayNonUniformIndexingEXT' : 5308, 970 'StorageImageArrayNonUniformIndexing' : 5309, 971 'StorageImageArrayNonUniformIndexingEXT' : 5309, 972 'InputAttachmentArrayNonUniformIndexing' : 5310, 973 'InputAttachmentArrayNonUniformIndexingEXT' : 5310, 974 'UniformTexelBufferArrayNonUniformIndexing' : 5311, 975 'UniformTexelBufferArrayNonUniformIndexingEXT' : 5311, 976 'StorageTexelBufferArrayNonUniformIndexing' : 5312, 977 'StorageTexelBufferArrayNonUniformIndexingEXT' : 5312, 978 'RayTracingNV' : 5340, 979 'RayTracingMotionBlurNV' : 5341, 980 'VulkanMemoryModel' : 5345, 981 'VulkanMemoryModelKHR' : 5345, 982 'VulkanMemoryModelDeviceScope' : 5346, 983 'VulkanMemoryModelDeviceScopeKHR' : 5346, 984 'PhysicalStorageBufferAddresses' : 5347, 985 'PhysicalStorageBufferAddressesEXT' : 5347, 986 'ComputeDerivativeGroupLinearNV' : 5350, 987 'RayTracingProvisionalKHR' : 5353, 988 'CooperativeMatrixNV' : 5357, 989 'FragmentShaderSampleInterlockEXT' : 5363, 990 'FragmentShaderShadingRateInterlockEXT' : 5372, 991 'ShaderSMBuiltinsNV' : 5373, 992 'FragmentShaderPixelInterlockEXT' : 5378, 993 'DemoteToHelperInvocation' : 5379, 994 'DemoteToHelperInvocationEXT' : 5379, 995 'BindlessTextureNV' : 5390, 996 'SubgroupShuffleINTEL' : 5568, 997 'SubgroupBufferBlockIOINTEL' : 5569, 998 'SubgroupImageBlockIOINTEL' : 5570, 999 'SubgroupImageMediaBlockIOINTEL' : 5579, 1000 'RoundToInfinityINTEL' : 5582, 1001 'FloatingPointModeINTEL' : 5583, 1002 'IntegerFunctions2INTEL' : 5584, 1003 'FunctionPointersINTEL' : 5603, 1004 'IndirectReferencesINTEL' : 5604, 1005 'AsmINTEL' : 5606, 1006 'AtomicFloat32MinMaxEXT' : 5612, 1007 'AtomicFloat64MinMaxEXT' : 5613, 1008 'AtomicFloat16MinMaxEXT' : 5616, 1009 'VectorComputeINTEL' : 5617, 1010 'VectorAnyINTEL' : 5619, 1011 'ExpectAssumeKHR' : 5629, 1012 'SubgroupAvcMotionEstimationINTEL' : 5696, 1013 'SubgroupAvcMotionEstimationIntraINTEL' : 5697, 1014 'SubgroupAvcMotionEstimationChromaINTEL' : 5698, 1015 'VariableLengthArrayINTEL' : 5817, 1016 'FunctionFloatControlINTEL' : 5821, 1017 'FPGAMemoryAttributesINTEL' : 5824, 1018 'FPFastMathModeINTEL' : 5837, 1019 'ArbitraryPrecisionIntegersINTEL' : 5844, 1020 'ArbitraryPrecisionFloatingPointINTEL' : 5845, 1021 'UnstructuredLoopControlsINTEL' : 5886, 1022 'FPGALoopControlsINTEL' : 5888, 1023 'KernelAttributesINTEL' : 5892, 1024 'FPGAKernelAttributesINTEL' : 5897, 1025 'FPGAMemoryAccessesINTEL' : 5898, 1026 'FPGAClusterAttributesINTEL' : 5904, 1027 'LoopFuseINTEL' : 5906, 1028 'MemoryAccessAliasingINTEL' : 5910, 1029 'FPGABufferLocationINTEL' : 5920, 1030 'ArbitraryPrecisionFixedPointINTEL' : 5922, 1031 'USMStorageClassesINTEL' : 5935, 1032 'IOPipesINTEL' : 5943, 1033 'BlockingPipesINTEL' : 5945, 1034 'FPGARegINTEL' : 5948, 1035 'DotProductInputAll' : 6016, 1036 'DotProductInputAllKHR' : 6016, 1037 'DotProductInput4x8Bit' : 6017, 1038 'DotProductInput4x8BitKHR' : 6017, 1039 'DotProductInput4x8BitPacked' : 6018, 1040 'DotProductInput4x8BitPackedKHR' : 6018, 1041 'DotProduct' : 6019, 1042 'DotProductKHR' : 6019, 1043 'BitInstructions' : 6025, 1044 'AtomicFloat32AddEXT' : 6033, 1045 'AtomicFloat64AddEXT' : 6034, 1046 'LongConstantCompositeINTEL' : 6089, 1047 'OptNoneINTEL' : 6094, 1048 'AtomicFloat16AddEXT' : 6095, 1049 'DebugInfoModuleINTEL' : 6114, 1050 'SplitBarrierINTEL' : 6141, 1051 'GroupUniformArithmeticKHR' : 6400, 1052 }, 1053 1054 'RayFlagsShift' : { 1055 'OpaqueKHR' : 0, 1056 'NoOpaqueKHR' : 1, 1057 'TerminateOnFirstHitKHR' : 2, 1058 'SkipClosestHitShaderKHR' : 3, 1059 'CullBackFacingTrianglesKHR' : 4, 1060 'CullFrontFacingTrianglesKHR' : 5, 1061 'CullOpaqueKHR' : 6, 1062 'CullNoOpaqueKHR' : 7, 1063 'SkipTrianglesKHR' : 8, 1064 'SkipAABBsKHR' : 9, 1065 }, 1066 1067 'RayFlagsMask' : { 1068 'MaskNone' : 0, 1069 'OpaqueKHR' : 0x00000001, 1070 'NoOpaqueKHR' : 0x00000002, 1071 'TerminateOnFirstHitKHR' : 0x00000004, 1072 'SkipClosestHitShaderKHR' : 0x00000008, 1073 'CullBackFacingTrianglesKHR' : 0x00000010, 1074 'CullFrontFacingTrianglesKHR' : 0x00000020, 1075 'CullOpaqueKHR' : 0x00000040, 1076 'CullNoOpaqueKHR' : 0x00000080, 1077 'SkipTrianglesKHR' : 0x00000100, 1078 'SkipAABBsKHR' : 0x00000200, 1079 }, 1080 1081 'RayQueryIntersection' : { 1082 'RayQueryCandidateIntersectionKHR' : 0, 1083 'RayQueryCommittedIntersectionKHR' : 1, 1084 }, 1085 1086 'RayQueryCommittedIntersectionType' : { 1087 'RayQueryCommittedIntersectionNoneKHR' : 0, 1088 'RayQueryCommittedIntersectionTriangleKHR' : 1, 1089 'RayQueryCommittedIntersectionGeneratedKHR' : 2, 1090 }, 1091 1092 'RayQueryCandidateIntersectionType' : { 1093 'RayQueryCandidateIntersectionTriangleKHR' : 0, 1094 'RayQueryCandidateIntersectionAABBKHR' : 1, 1095 }, 1096 1097 'FragmentShadingRateShift' : { 1098 'Vertical2Pixels' : 0, 1099 'Vertical4Pixels' : 1, 1100 'Horizontal2Pixels' : 2, 1101 'Horizontal4Pixels' : 3, 1102 }, 1103 1104 'FragmentShadingRateMask' : { 1105 'MaskNone' : 0, 1106 'Vertical2Pixels' : 0x00000001, 1107 'Vertical4Pixels' : 0x00000002, 1108 'Horizontal2Pixels' : 0x00000004, 1109 'Horizontal4Pixels' : 0x00000008, 1110 }, 1111 1112 'FPDenormMode' : { 1113 'Preserve' : 0, 1114 'FlushToZero' : 1, 1115 }, 1116 1117 'FPOperationMode' : { 1118 'IEEE' : 0, 1119 'ALT' : 1, 1120 }, 1121 1122 'QuantizationModes' : { 1123 'TRN' : 0, 1124 'TRN_ZERO' : 1, 1125 'RND' : 2, 1126 'RND_ZERO' : 3, 1127 'RND_INF' : 4, 1128 'RND_MIN_INF' : 5, 1129 'RND_CONV' : 6, 1130 'RND_CONV_ODD' : 7, 1131 }, 1132 1133 'OverflowModes' : { 1134 'WRAP' : 0, 1135 'SAT' : 1, 1136 'SAT_ZERO' : 2, 1137 'SAT_SYM' : 3, 1138 }, 1139 1140 'PackedVectorFormat' : { 1141 'PackedVectorFormat4x8Bit' : 0, 1142 'PackedVectorFormat4x8BitKHR' : 0, 1143 }, 1144 1145 'Op' : { 1146 'OpNop' : 0, 1147 'OpUndef' : 1, 1148 'OpSourceContinued' : 2, 1149 'OpSource' : 3, 1150 'OpSourceExtension' : 4, 1151 'OpName' : 5, 1152 'OpMemberName' : 6, 1153 'OpString' : 7, 1154 'OpLine' : 8, 1155 'OpExtension' : 10, 1156 'OpExtInstImport' : 11, 1157 'OpExtInst' : 12, 1158 'OpMemoryModel' : 14, 1159 'OpEntryPoint' : 15, 1160 'OpExecutionMode' : 16, 1161 'OpCapability' : 17, 1162 'OpTypeVoid' : 19, 1163 'OpTypeBool' : 20, 1164 'OpTypeInt' : 21, 1165 'OpTypeFloat' : 22, 1166 'OpTypeVector' : 23, 1167 'OpTypeMatrix' : 24, 1168 'OpTypeImage' : 25, 1169 'OpTypeSampler' : 26, 1170 'OpTypeSampledImage' : 27, 1171 'OpTypeArray' : 28, 1172 'OpTypeRuntimeArray' : 29, 1173 'OpTypeStruct' : 30, 1174 'OpTypeOpaque' : 31, 1175 'OpTypePointer' : 32, 1176 'OpTypeFunction' : 33, 1177 'OpTypeEvent' : 34, 1178 'OpTypeDeviceEvent' : 35, 1179 'OpTypeReserveId' : 36, 1180 'OpTypeQueue' : 37, 1181 'OpTypePipe' : 38, 1182 'OpTypeForwardPointer' : 39, 1183 'OpConstantTrue' : 41, 1184 'OpConstantFalse' : 42, 1185 'OpConstant' : 43, 1186 'OpConstantComposite' : 44, 1187 'OpConstantSampler' : 45, 1188 'OpConstantNull' : 46, 1189 'OpSpecConstantTrue' : 48, 1190 'OpSpecConstantFalse' : 49, 1191 'OpSpecConstant' : 50, 1192 'OpSpecConstantComposite' : 51, 1193 'OpSpecConstantOp' : 52, 1194 'OpFunction' : 54, 1195 'OpFunctionParameter' : 55, 1196 'OpFunctionEnd' : 56, 1197 'OpFunctionCall' : 57, 1198 'OpVariable' : 59, 1199 'OpImageTexelPointer' : 60, 1200 'OpLoad' : 61, 1201 'OpStore' : 62, 1202 'OpCopyMemory' : 63, 1203 'OpCopyMemorySized' : 64, 1204 'OpAccessChain' : 65, 1205 'OpInBoundsAccessChain' : 66, 1206 'OpPtrAccessChain' : 67, 1207 'OpArrayLength' : 68, 1208 'OpGenericPtrMemSemantics' : 69, 1209 'OpInBoundsPtrAccessChain' : 70, 1210 'OpDecorate' : 71, 1211 'OpMemberDecorate' : 72, 1212 'OpDecorationGroup' : 73, 1213 'OpGroupDecorate' : 74, 1214 'OpGroupMemberDecorate' : 75, 1215 'OpVectorExtractDynamic' : 77, 1216 'OpVectorInsertDynamic' : 78, 1217 'OpVectorShuffle' : 79, 1218 'OpCompositeConstruct' : 80, 1219 'OpCompositeExtract' : 81, 1220 'OpCompositeInsert' : 82, 1221 'OpCopyObject' : 83, 1222 'OpTranspose' : 84, 1223 'OpSampledImage' : 86, 1224 'OpImageSampleImplicitLod' : 87, 1225 'OpImageSampleExplicitLod' : 88, 1226 'OpImageSampleDrefImplicitLod' : 89, 1227 'OpImageSampleDrefExplicitLod' : 90, 1228 'OpImageSampleProjImplicitLod' : 91, 1229 'OpImageSampleProjExplicitLod' : 92, 1230 'OpImageSampleProjDrefImplicitLod' : 93, 1231 'OpImageSampleProjDrefExplicitLod' : 94, 1232 'OpImageFetch' : 95, 1233 'OpImageGather' : 96, 1234 'OpImageDrefGather' : 97, 1235 'OpImageRead' : 98, 1236 'OpImageWrite' : 99, 1237 'OpImage' : 100, 1238 'OpImageQueryFormat' : 101, 1239 'OpImageQueryOrder' : 102, 1240 'OpImageQuerySizeLod' : 103, 1241 'OpImageQuerySize' : 104, 1242 'OpImageQueryLod' : 105, 1243 'OpImageQueryLevels' : 106, 1244 'OpImageQuerySamples' : 107, 1245 'OpConvertFToU' : 109, 1246 'OpConvertFToS' : 110, 1247 'OpConvertSToF' : 111, 1248 'OpConvertUToF' : 112, 1249 'OpUConvert' : 113, 1250 'OpSConvert' : 114, 1251 'OpFConvert' : 115, 1252 'OpQuantizeToF16' : 116, 1253 'OpConvertPtrToU' : 117, 1254 'OpSatConvertSToU' : 118, 1255 'OpSatConvertUToS' : 119, 1256 'OpConvertUToPtr' : 120, 1257 'OpPtrCastToGeneric' : 121, 1258 'OpGenericCastToPtr' : 122, 1259 'OpGenericCastToPtrExplicit' : 123, 1260 'OpBitcast' : 124, 1261 'OpSNegate' : 126, 1262 'OpFNegate' : 127, 1263 'OpIAdd' : 128, 1264 'OpFAdd' : 129, 1265 'OpISub' : 130, 1266 'OpFSub' : 131, 1267 'OpIMul' : 132, 1268 'OpFMul' : 133, 1269 'OpUDiv' : 134, 1270 'OpSDiv' : 135, 1271 'OpFDiv' : 136, 1272 'OpUMod' : 137, 1273 'OpSRem' : 138, 1274 'OpSMod' : 139, 1275 'OpFRem' : 140, 1276 'OpFMod' : 141, 1277 'OpVectorTimesScalar' : 142, 1278 'OpMatrixTimesScalar' : 143, 1279 'OpVectorTimesMatrix' : 144, 1280 'OpMatrixTimesVector' : 145, 1281 'OpMatrixTimesMatrix' : 146, 1282 'OpOuterProduct' : 147, 1283 'OpDot' : 148, 1284 'OpIAddCarry' : 149, 1285 'OpISubBorrow' : 150, 1286 'OpUMulExtended' : 151, 1287 'OpSMulExtended' : 152, 1288 'OpAny' : 154, 1289 'OpAll' : 155, 1290 'OpIsNan' : 156, 1291 'OpIsInf' : 157, 1292 'OpIsFinite' : 158, 1293 'OpIsNormal' : 159, 1294 'OpSignBitSet' : 160, 1295 'OpLessOrGreater' : 161, 1296 'OpOrdered' : 162, 1297 'OpUnordered' : 163, 1298 'OpLogicalEqual' : 164, 1299 'OpLogicalNotEqual' : 165, 1300 'OpLogicalOr' : 166, 1301 'OpLogicalAnd' : 167, 1302 'OpLogicalNot' : 168, 1303 'OpSelect' : 169, 1304 'OpIEqual' : 170, 1305 'OpINotEqual' : 171, 1306 'OpUGreaterThan' : 172, 1307 'OpSGreaterThan' : 173, 1308 'OpUGreaterThanEqual' : 174, 1309 'OpSGreaterThanEqual' : 175, 1310 'OpULessThan' : 176, 1311 'OpSLessThan' : 177, 1312 'OpULessThanEqual' : 178, 1313 'OpSLessThanEqual' : 179, 1314 'OpFOrdEqual' : 180, 1315 'OpFUnordEqual' : 181, 1316 'OpFOrdNotEqual' : 182, 1317 'OpFUnordNotEqual' : 183, 1318 'OpFOrdLessThan' : 184, 1319 'OpFUnordLessThan' : 185, 1320 'OpFOrdGreaterThan' : 186, 1321 'OpFUnordGreaterThan' : 187, 1322 'OpFOrdLessThanEqual' : 188, 1323 'OpFUnordLessThanEqual' : 189, 1324 'OpFOrdGreaterThanEqual' : 190, 1325 'OpFUnordGreaterThanEqual' : 191, 1326 'OpShiftRightLogical' : 194, 1327 'OpShiftRightArithmetic' : 195, 1328 'OpShiftLeftLogical' : 196, 1329 'OpBitwiseOr' : 197, 1330 'OpBitwiseXor' : 198, 1331 'OpBitwiseAnd' : 199, 1332 'OpNot' : 200, 1333 'OpBitFieldInsert' : 201, 1334 'OpBitFieldSExtract' : 202, 1335 'OpBitFieldUExtract' : 203, 1336 'OpBitReverse' : 204, 1337 'OpBitCount' : 205, 1338 'OpDPdx' : 207, 1339 'OpDPdy' : 208, 1340 'OpFwidth' : 209, 1341 'OpDPdxFine' : 210, 1342 'OpDPdyFine' : 211, 1343 'OpFwidthFine' : 212, 1344 'OpDPdxCoarse' : 213, 1345 'OpDPdyCoarse' : 214, 1346 'OpFwidthCoarse' : 215, 1347 'OpEmitVertex' : 218, 1348 'OpEndPrimitive' : 219, 1349 'OpEmitStreamVertex' : 220, 1350 'OpEndStreamPrimitive' : 221, 1351 'OpControlBarrier' : 224, 1352 'OpMemoryBarrier' : 225, 1353 'OpAtomicLoad' : 227, 1354 'OpAtomicStore' : 228, 1355 'OpAtomicExchange' : 229, 1356 'OpAtomicCompareExchange' : 230, 1357 'OpAtomicCompareExchangeWeak' : 231, 1358 'OpAtomicIIncrement' : 232, 1359 'OpAtomicIDecrement' : 233, 1360 'OpAtomicIAdd' : 234, 1361 'OpAtomicISub' : 235, 1362 'OpAtomicSMin' : 236, 1363 'OpAtomicUMin' : 237, 1364 'OpAtomicSMax' : 238, 1365 'OpAtomicUMax' : 239, 1366 'OpAtomicAnd' : 240, 1367 'OpAtomicOr' : 241, 1368 'OpAtomicXor' : 242, 1369 'OpPhi' : 245, 1370 'OpLoopMerge' : 246, 1371 'OpSelectionMerge' : 247, 1372 'OpLabel' : 248, 1373 'OpBranch' : 249, 1374 'OpBranchConditional' : 250, 1375 'OpSwitch' : 251, 1376 'OpKill' : 252, 1377 'OpReturn' : 253, 1378 'OpReturnValue' : 254, 1379 'OpUnreachable' : 255, 1380 'OpLifetimeStart' : 256, 1381 'OpLifetimeStop' : 257, 1382 'OpGroupAsyncCopy' : 259, 1383 'OpGroupWaitEvents' : 260, 1384 'OpGroupAll' : 261, 1385 'OpGroupAny' : 262, 1386 'OpGroupBroadcast' : 263, 1387 'OpGroupIAdd' : 264, 1388 'OpGroupFAdd' : 265, 1389 'OpGroupFMin' : 266, 1390 'OpGroupUMin' : 267, 1391 'OpGroupSMin' : 268, 1392 'OpGroupFMax' : 269, 1393 'OpGroupUMax' : 270, 1394 'OpGroupSMax' : 271, 1395 'OpReadPipe' : 274, 1396 'OpWritePipe' : 275, 1397 'OpReservedReadPipe' : 276, 1398 'OpReservedWritePipe' : 277, 1399 'OpReserveReadPipePackets' : 278, 1400 'OpReserveWritePipePackets' : 279, 1401 'OpCommitReadPipe' : 280, 1402 'OpCommitWritePipe' : 281, 1403 'OpIsValidReserveId' : 282, 1404 'OpGetNumPipePackets' : 283, 1405 'OpGetMaxPipePackets' : 284, 1406 'OpGroupReserveReadPipePackets' : 285, 1407 'OpGroupReserveWritePipePackets' : 286, 1408 'OpGroupCommitReadPipe' : 287, 1409 'OpGroupCommitWritePipe' : 288, 1410 'OpEnqueueMarker' : 291, 1411 'OpEnqueueKernel' : 292, 1412 'OpGetKernelNDrangeSubGroupCount' : 293, 1413 'OpGetKernelNDrangeMaxSubGroupSize' : 294, 1414 'OpGetKernelWorkGroupSize' : 295, 1415 'OpGetKernelPreferredWorkGroupSizeMultiple' : 296, 1416 'OpRetainEvent' : 297, 1417 'OpReleaseEvent' : 298, 1418 'OpCreateUserEvent' : 299, 1419 'OpIsValidEvent' : 300, 1420 'OpSetUserEventStatus' : 301, 1421 'OpCaptureEventProfilingInfo' : 302, 1422 'OpGetDefaultQueue' : 303, 1423 'OpBuildNDRange' : 304, 1424 'OpImageSparseSampleImplicitLod' : 305, 1425 'OpImageSparseSampleExplicitLod' : 306, 1426 'OpImageSparseSampleDrefImplicitLod' : 307, 1427 'OpImageSparseSampleDrefExplicitLod' : 308, 1428 'OpImageSparseSampleProjImplicitLod' : 309, 1429 'OpImageSparseSampleProjExplicitLod' : 310, 1430 'OpImageSparseSampleProjDrefImplicitLod' : 311, 1431 'OpImageSparseSampleProjDrefExplicitLod' : 312, 1432 'OpImageSparseFetch' : 313, 1433 'OpImageSparseGather' : 314, 1434 'OpImageSparseDrefGather' : 315, 1435 'OpImageSparseTexelsResident' : 316, 1436 'OpNoLine' : 317, 1437 'OpAtomicFlagTestAndSet' : 318, 1438 'OpAtomicFlagClear' : 319, 1439 'OpImageSparseRead' : 320, 1440 'OpSizeOf' : 321, 1441 'OpTypePipeStorage' : 322, 1442 'OpConstantPipeStorage' : 323, 1443 'OpCreatePipeFromPipeStorage' : 324, 1444 'OpGetKernelLocalSizeForSubgroupCount' : 325, 1445 'OpGetKernelMaxNumSubgroups' : 326, 1446 'OpTypeNamedBarrier' : 327, 1447 'OpNamedBarrierInitialize' : 328, 1448 'OpMemoryNamedBarrier' : 329, 1449 'OpModuleProcessed' : 330, 1450 'OpExecutionModeId' : 331, 1451 'OpDecorateId' : 332, 1452 'OpGroupNonUniformElect' : 333, 1453 'OpGroupNonUniformAll' : 334, 1454 'OpGroupNonUniformAny' : 335, 1455 'OpGroupNonUniformAllEqual' : 336, 1456 'OpGroupNonUniformBroadcast' : 337, 1457 'OpGroupNonUniformBroadcastFirst' : 338, 1458 'OpGroupNonUniformBallot' : 339, 1459 'OpGroupNonUniformInverseBallot' : 340, 1460 'OpGroupNonUniformBallotBitExtract' : 341, 1461 'OpGroupNonUniformBallotBitCount' : 342, 1462 'OpGroupNonUniformBallotFindLSB' : 343, 1463 'OpGroupNonUniformBallotFindMSB' : 344, 1464 'OpGroupNonUniformShuffle' : 345, 1465 'OpGroupNonUniformShuffleXor' : 346, 1466 'OpGroupNonUniformShuffleUp' : 347, 1467 'OpGroupNonUniformShuffleDown' : 348, 1468 'OpGroupNonUniformIAdd' : 349, 1469 'OpGroupNonUniformFAdd' : 350, 1470 'OpGroupNonUniformIMul' : 351, 1471 'OpGroupNonUniformFMul' : 352, 1472 'OpGroupNonUniformSMin' : 353, 1473 'OpGroupNonUniformUMin' : 354, 1474 'OpGroupNonUniformFMin' : 355, 1475 'OpGroupNonUniformSMax' : 356, 1476 'OpGroupNonUniformUMax' : 357, 1477 'OpGroupNonUniformFMax' : 358, 1478 'OpGroupNonUniformBitwiseAnd' : 359, 1479 'OpGroupNonUniformBitwiseOr' : 360, 1480 'OpGroupNonUniformBitwiseXor' : 361, 1481 'OpGroupNonUniformLogicalAnd' : 362, 1482 'OpGroupNonUniformLogicalOr' : 363, 1483 'OpGroupNonUniformLogicalXor' : 364, 1484 'OpGroupNonUniformQuadBroadcast' : 365, 1485 'OpGroupNonUniformQuadSwap' : 366, 1486 'OpCopyLogical' : 400, 1487 'OpPtrEqual' : 401, 1488 'OpPtrNotEqual' : 402, 1489 'OpPtrDiff' : 403, 1490 'OpTerminateInvocation' : 4416, 1491 'OpSubgroupBallotKHR' : 4421, 1492 'OpSubgroupFirstInvocationKHR' : 4422, 1493 'OpSubgroupAllKHR' : 4428, 1494 'OpSubgroupAnyKHR' : 4429, 1495 'OpSubgroupAllEqualKHR' : 4430, 1496 'OpSubgroupReadInvocationKHR' : 4432, 1497 'OpTraceRayKHR' : 4445, 1498 'OpExecuteCallableKHR' : 4446, 1499 'OpConvertUToAccelerationStructureKHR' : 4447, 1500 'OpIgnoreIntersectionKHR' : 4448, 1501 'OpTerminateRayKHR' : 4449, 1502 'OpSDot' : 4450, 1503 'OpSDotKHR' : 4450, 1504 'OpUDot' : 4451, 1505 'OpUDotKHR' : 4451, 1506 'OpSUDot' : 4452, 1507 'OpSUDotKHR' : 4452, 1508 'OpSDotAccSat' : 4453, 1509 'OpSDotAccSatKHR' : 4453, 1510 'OpUDotAccSat' : 4454, 1511 'OpUDotAccSatKHR' : 4454, 1512 'OpSUDotAccSat' : 4455, 1513 'OpSUDotAccSatKHR' : 4455, 1514 'OpTypeRayQueryKHR' : 4472, 1515 'OpRayQueryInitializeKHR' : 4473, 1516 'OpRayQueryTerminateKHR' : 4474, 1517 'OpRayQueryGenerateIntersectionKHR' : 4475, 1518 'OpRayQueryConfirmIntersectionKHR' : 4476, 1519 'OpRayQueryProceedKHR' : 4477, 1520 'OpRayQueryGetIntersectionTypeKHR' : 4479, 1521 'OpGroupIAddNonUniformAMD' : 5000, 1522 'OpGroupFAddNonUniformAMD' : 5001, 1523 'OpGroupFMinNonUniformAMD' : 5002, 1524 'OpGroupUMinNonUniformAMD' : 5003, 1525 'OpGroupSMinNonUniformAMD' : 5004, 1526 'OpGroupFMaxNonUniformAMD' : 5005, 1527 'OpGroupUMaxNonUniformAMD' : 5006, 1528 'OpGroupSMaxNonUniformAMD' : 5007, 1529 'OpFragmentMaskFetchAMD' : 5011, 1530 'OpFragmentFetchAMD' : 5012, 1531 'OpReadClockKHR' : 5056, 1532 'OpImageSampleFootprintNV' : 5283, 1533 'OpGroupNonUniformPartitionNV' : 5296, 1534 'OpWritePackedPrimitiveIndices4x8NV' : 5299, 1535 'OpReportIntersectionKHR' : 5334, 1536 'OpReportIntersectionNV' : 5334, 1537 'OpIgnoreIntersectionNV' : 5335, 1538 'OpTerminateRayNV' : 5336, 1539 'OpTraceNV' : 5337, 1540 'OpTraceMotionNV' : 5338, 1541 'OpTraceRayMotionNV' : 5339, 1542 'OpTypeAccelerationStructureKHR' : 5341, 1543 'OpTypeAccelerationStructureNV' : 5341, 1544 'OpExecuteCallableNV' : 5344, 1545 'OpTypeCooperativeMatrixNV' : 5358, 1546 'OpCooperativeMatrixLoadNV' : 5359, 1547 'OpCooperativeMatrixStoreNV' : 5360, 1548 'OpCooperativeMatrixMulAddNV' : 5361, 1549 'OpCooperativeMatrixLengthNV' : 5362, 1550 'OpBeginInvocationInterlockEXT' : 5364, 1551 'OpEndInvocationInterlockEXT' : 5365, 1552 'OpDemoteToHelperInvocation' : 5380, 1553 'OpDemoteToHelperInvocationEXT' : 5380, 1554 'OpIsHelperInvocationEXT' : 5381, 1555 'OpConvertUToImageNV' : 5391, 1556 'OpConvertUToSamplerNV' : 5392, 1557 'OpConvertImageToUNV' : 5393, 1558 'OpConvertSamplerToUNV' : 5394, 1559 'OpConvertUToSampledImageNV' : 5395, 1560 'OpConvertSampledImageToUNV' : 5396, 1561 'OpSamplerImageAddressingModeNV' : 5397, 1562 'OpSubgroupShuffleINTEL' : 5571, 1563 'OpSubgroupShuffleDownINTEL' : 5572, 1564 'OpSubgroupShuffleUpINTEL' : 5573, 1565 'OpSubgroupShuffleXorINTEL' : 5574, 1566 'OpSubgroupBlockReadINTEL' : 5575, 1567 'OpSubgroupBlockWriteINTEL' : 5576, 1568 'OpSubgroupImageBlockReadINTEL' : 5577, 1569 'OpSubgroupImageBlockWriteINTEL' : 5578, 1570 'OpSubgroupImageMediaBlockReadINTEL' : 5580, 1571 'OpSubgroupImageMediaBlockWriteINTEL' : 5581, 1572 'OpUCountLeadingZerosINTEL' : 5585, 1573 'OpUCountTrailingZerosINTEL' : 5586, 1574 'OpAbsISubINTEL' : 5587, 1575 'OpAbsUSubINTEL' : 5588, 1576 'OpIAddSatINTEL' : 5589, 1577 'OpUAddSatINTEL' : 5590, 1578 'OpIAverageINTEL' : 5591, 1579 'OpUAverageINTEL' : 5592, 1580 'OpIAverageRoundedINTEL' : 5593, 1581 'OpUAverageRoundedINTEL' : 5594, 1582 'OpISubSatINTEL' : 5595, 1583 'OpUSubSatINTEL' : 5596, 1584 'OpIMul32x16INTEL' : 5597, 1585 'OpUMul32x16INTEL' : 5598, 1586 'OpConstantFunctionPointerINTEL' : 5600, 1587 'OpFunctionPointerCallINTEL' : 5601, 1588 'OpAsmTargetINTEL' : 5609, 1589 'OpAsmINTEL' : 5610, 1590 'OpAsmCallINTEL' : 5611, 1591 'OpAtomicFMinEXT' : 5614, 1592 'OpAtomicFMaxEXT' : 5615, 1593 'OpAssumeTrueKHR' : 5630, 1594 'OpExpectKHR' : 5631, 1595 'OpDecorateString' : 5632, 1596 'OpDecorateStringGOOGLE' : 5632, 1597 'OpMemberDecorateString' : 5633, 1598 'OpMemberDecorateStringGOOGLE' : 5633, 1599 'OpVmeImageINTEL' : 5699, 1600 'OpTypeVmeImageINTEL' : 5700, 1601 'OpTypeAvcImePayloadINTEL' : 5701, 1602 'OpTypeAvcRefPayloadINTEL' : 5702, 1603 'OpTypeAvcSicPayloadINTEL' : 5703, 1604 'OpTypeAvcMcePayloadINTEL' : 5704, 1605 'OpTypeAvcMceResultINTEL' : 5705, 1606 'OpTypeAvcImeResultINTEL' : 5706, 1607 'OpTypeAvcImeResultSingleReferenceStreamoutINTEL' : 5707, 1608 'OpTypeAvcImeResultDualReferenceStreamoutINTEL' : 5708, 1609 'OpTypeAvcImeSingleReferenceStreaminINTEL' : 5709, 1610 'OpTypeAvcImeDualReferenceStreaminINTEL' : 5710, 1611 'OpTypeAvcRefResultINTEL' : 5711, 1612 'OpTypeAvcSicResultINTEL' : 5712, 1613 'OpSubgroupAvcMceGetDefaultInterBaseMultiReferencePenaltyINTEL' : 5713, 1614 'OpSubgroupAvcMceSetInterBaseMultiReferencePenaltyINTEL' : 5714, 1615 'OpSubgroupAvcMceGetDefaultInterShapePenaltyINTEL' : 5715, 1616 'OpSubgroupAvcMceSetInterShapePenaltyINTEL' : 5716, 1617 'OpSubgroupAvcMceGetDefaultInterDirectionPenaltyINTEL' : 5717, 1618 'OpSubgroupAvcMceSetInterDirectionPenaltyINTEL' : 5718, 1619 'OpSubgroupAvcMceGetDefaultIntraLumaShapePenaltyINTEL' : 5719, 1620 'OpSubgroupAvcMceGetDefaultInterMotionVectorCostTableINTEL' : 5720, 1621 'OpSubgroupAvcMceGetDefaultHighPenaltyCostTableINTEL' : 5721, 1622 'OpSubgroupAvcMceGetDefaultMediumPenaltyCostTableINTEL' : 5722, 1623 'OpSubgroupAvcMceGetDefaultLowPenaltyCostTableINTEL' : 5723, 1624 'OpSubgroupAvcMceSetMotionVectorCostFunctionINTEL' : 5724, 1625 'OpSubgroupAvcMceGetDefaultIntraLumaModePenaltyINTEL' : 5725, 1626 'OpSubgroupAvcMceGetDefaultNonDcLumaIntraPenaltyINTEL' : 5726, 1627 'OpSubgroupAvcMceGetDefaultIntraChromaModeBasePenaltyINTEL' : 5727, 1628 'OpSubgroupAvcMceSetAcOnlyHaarINTEL' : 5728, 1629 'OpSubgroupAvcMceSetSourceInterlacedFieldPolarityINTEL' : 5729, 1630 'OpSubgroupAvcMceSetSingleReferenceInterlacedFieldPolarityINTEL' : 5730, 1631 'OpSubgroupAvcMceSetDualReferenceInterlacedFieldPolaritiesINTEL' : 5731, 1632 'OpSubgroupAvcMceConvertToImePayloadINTEL' : 5732, 1633 'OpSubgroupAvcMceConvertToImeResultINTEL' : 5733, 1634 'OpSubgroupAvcMceConvertToRefPayloadINTEL' : 5734, 1635 'OpSubgroupAvcMceConvertToRefResultINTEL' : 5735, 1636 'OpSubgroupAvcMceConvertToSicPayloadINTEL' : 5736, 1637 'OpSubgroupAvcMceConvertToSicResultINTEL' : 5737, 1638 'OpSubgroupAvcMceGetMotionVectorsINTEL' : 5738, 1639 'OpSubgroupAvcMceGetInterDistortionsINTEL' : 5739, 1640 'OpSubgroupAvcMceGetBestInterDistortionsINTEL' : 5740, 1641 'OpSubgroupAvcMceGetInterMajorShapeINTEL' : 5741, 1642 'OpSubgroupAvcMceGetInterMinorShapeINTEL' : 5742, 1643 'OpSubgroupAvcMceGetInterDirectionsINTEL' : 5743, 1644 'OpSubgroupAvcMceGetInterMotionVectorCountINTEL' : 5744, 1645 'OpSubgroupAvcMceGetInterReferenceIdsINTEL' : 5745, 1646 'OpSubgroupAvcMceGetInterReferenceInterlacedFieldPolaritiesINTEL' : 5746, 1647 'OpSubgroupAvcImeInitializeINTEL' : 5747, 1648 'OpSubgroupAvcImeSetSingleReferenceINTEL' : 5748, 1649 'OpSubgroupAvcImeSetDualReferenceINTEL' : 5749, 1650 'OpSubgroupAvcImeRefWindowSizeINTEL' : 5750, 1651 'OpSubgroupAvcImeAdjustRefOffsetINTEL' : 5751, 1652 'OpSubgroupAvcImeConvertToMcePayloadINTEL' : 5752, 1653 'OpSubgroupAvcImeSetMaxMotionVectorCountINTEL' : 5753, 1654 'OpSubgroupAvcImeSetUnidirectionalMixDisableINTEL' : 5754, 1655 'OpSubgroupAvcImeSetEarlySearchTerminationThresholdINTEL' : 5755, 1656 'OpSubgroupAvcImeSetWeightedSadINTEL' : 5756, 1657 'OpSubgroupAvcImeEvaluateWithSingleReferenceINTEL' : 5757, 1658 'OpSubgroupAvcImeEvaluateWithDualReferenceINTEL' : 5758, 1659 'OpSubgroupAvcImeEvaluateWithSingleReferenceStreaminINTEL' : 5759, 1660 'OpSubgroupAvcImeEvaluateWithDualReferenceStreaminINTEL' : 5760, 1661 'OpSubgroupAvcImeEvaluateWithSingleReferenceStreamoutINTEL' : 5761, 1662 'OpSubgroupAvcImeEvaluateWithDualReferenceStreamoutINTEL' : 5762, 1663 'OpSubgroupAvcImeEvaluateWithSingleReferenceStreaminoutINTEL' : 5763, 1664 'OpSubgroupAvcImeEvaluateWithDualReferenceStreaminoutINTEL' : 5764, 1665 'OpSubgroupAvcImeConvertToMceResultINTEL' : 5765, 1666 'OpSubgroupAvcImeGetSingleReferenceStreaminINTEL' : 5766, 1667 'OpSubgroupAvcImeGetDualReferenceStreaminINTEL' : 5767, 1668 'OpSubgroupAvcImeStripSingleReferenceStreamoutINTEL' : 5768, 1669 'OpSubgroupAvcImeStripDualReferenceStreamoutINTEL' : 5769, 1670 'OpSubgroupAvcImeGetStreamoutSingleReferenceMajorShapeMotionVectorsINTEL' : 5770, 1671 'OpSubgroupAvcImeGetStreamoutSingleReferenceMajorShapeDistortionsINTEL' : 5771, 1672 'OpSubgroupAvcImeGetStreamoutSingleReferenceMajorShapeReferenceIdsINTEL' : 5772, 1673 'OpSubgroupAvcImeGetStreamoutDualReferenceMajorShapeMotionVectorsINTEL' : 5773, 1674 'OpSubgroupAvcImeGetStreamoutDualReferenceMajorShapeDistortionsINTEL' : 5774, 1675 'OpSubgroupAvcImeGetStreamoutDualReferenceMajorShapeReferenceIdsINTEL' : 5775, 1676 'OpSubgroupAvcImeGetBorderReachedINTEL' : 5776, 1677 'OpSubgroupAvcImeGetTruncatedSearchIndicationINTEL' : 5777, 1678 'OpSubgroupAvcImeGetUnidirectionalEarlySearchTerminationINTEL' : 5778, 1679 'OpSubgroupAvcImeGetWeightingPatternMinimumMotionVectorINTEL' : 5779, 1680 'OpSubgroupAvcImeGetWeightingPatternMinimumDistortionINTEL' : 5780, 1681 'OpSubgroupAvcFmeInitializeINTEL' : 5781, 1682 'OpSubgroupAvcBmeInitializeINTEL' : 5782, 1683 'OpSubgroupAvcRefConvertToMcePayloadINTEL' : 5783, 1684 'OpSubgroupAvcRefSetBidirectionalMixDisableINTEL' : 5784, 1685 'OpSubgroupAvcRefSetBilinearFilterEnableINTEL' : 5785, 1686 'OpSubgroupAvcRefEvaluateWithSingleReferenceINTEL' : 5786, 1687 'OpSubgroupAvcRefEvaluateWithDualReferenceINTEL' : 5787, 1688 'OpSubgroupAvcRefEvaluateWithMultiReferenceINTEL' : 5788, 1689 'OpSubgroupAvcRefEvaluateWithMultiReferenceInterlacedINTEL' : 5789, 1690 'OpSubgroupAvcRefConvertToMceResultINTEL' : 5790, 1691 'OpSubgroupAvcSicInitializeINTEL' : 5791, 1692 'OpSubgroupAvcSicConfigureSkcINTEL' : 5792, 1693 'OpSubgroupAvcSicConfigureIpeLumaINTEL' : 5793, 1694 'OpSubgroupAvcSicConfigureIpeLumaChromaINTEL' : 5794, 1695 'OpSubgroupAvcSicGetMotionVectorMaskINTEL' : 5795, 1696 'OpSubgroupAvcSicConvertToMcePayloadINTEL' : 5796, 1697 'OpSubgroupAvcSicSetIntraLumaShapePenaltyINTEL' : 5797, 1698 'OpSubgroupAvcSicSetIntraLumaModeCostFunctionINTEL' : 5798, 1699 'OpSubgroupAvcSicSetIntraChromaModeCostFunctionINTEL' : 5799, 1700 'OpSubgroupAvcSicSetBilinearFilterEnableINTEL' : 5800, 1701 'OpSubgroupAvcSicSetSkcForwardTransformEnableINTEL' : 5801, 1702 'OpSubgroupAvcSicSetBlockBasedRawSkipSadINTEL' : 5802, 1703 'OpSubgroupAvcSicEvaluateIpeINTEL' : 5803, 1704 'OpSubgroupAvcSicEvaluateWithSingleReferenceINTEL' : 5804, 1705 'OpSubgroupAvcSicEvaluateWithDualReferenceINTEL' : 5805, 1706 'OpSubgroupAvcSicEvaluateWithMultiReferenceINTEL' : 5806, 1707 'OpSubgroupAvcSicEvaluateWithMultiReferenceInterlacedINTEL' : 5807, 1708 'OpSubgroupAvcSicConvertToMceResultINTEL' : 5808, 1709 'OpSubgroupAvcSicGetIpeLumaShapeINTEL' : 5809, 1710 'OpSubgroupAvcSicGetBestIpeLumaDistortionINTEL' : 5810, 1711 'OpSubgroupAvcSicGetBestIpeChromaDistortionINTEL' : 5811, 1712 'OpSubgroupAvcSicGetPackedIpeLumaModesINTEL' : 5812, 1713 'OpSubgroupAvcSicGetIpeChromaModeINTEL' : 5813, 1714 'OpSubgroupAvcSicGetPackedSkcLumaCountThresholdINTEL' : 5814, 1715 'OpSubgroupAvcSicGetPackedSkcLumaSumThresholdINTEL' : 5815, 1716 'OpSubgroupAvcSicGetInterRawSadsINTEL' : 5816, 1717 'OpVariableLengthArrayINTEL' : 5818, 1718 'OpSaveMemoryINTEL' : 5819, 1719 'OpRestoreMemoryINTEL' : 5820, 1720 'OpArbitraryFloatSinCosPiINTEL' : 5840, 1721 'OpArbitraryFloatCastINTEL' : 5841, 1722 'OpArbitraryFloatCastFromIntINTEL' : 5842, 1723 'OpArbitraryFloatCastToIntINTEL' : 5843, 1724 'OpArbitraryFloatAddINTEL' : 5846, 1725 'OpArbitraryFloatSubINTEL' : 5847, 1726 'OpArbitraryFloatMulINTEL' : 5848, 1727 'OpArbitraryFloatDivINTEL' : 5849, 1728 'OpArbitraryFloatGTINTEL' : 5850, 1729 'OpArbitraryFloatGEINTEL' : 5851, 1730 'OpArbitraryFloatLTINTEL' : 5852, 1731 'OpArbitraryFloatLEINTEL' : 5853, 1732 'OpArbitraryFloatEQINTEL' : 5854, 1733 'OpArbitraryFloatRecipINTEL' : 5855, 1734 'OpArbitraryFloatRSqrtINTEL' : 5856, 1735 'OpArbitraryFloatCbrtINTEL' : 5857, 1736 'OpArbitraryFloatHypotINTEL' : 5858, 1737 'OpArbitraryFloatSqrtINTEL' : 5859, 1738 'OpArbitraryFloatLogINTEL' : 5860, 1739 'OpArbitraryFloatLog2INTEL' : 5861, 1740 'OpArbitraryFloatLog10INTEL' : 5862, 1741 'OpArbitraryFloatLog1pINTEL' : 5863, 1742 'OpArbitraryFloatExpINTEL' : 5864, 1743 'OpArbitraryFloatExp2INTEL' : 5865, 1744 'OpArbitraryFloatExp10INTEL' : 5866, 1745 'OpArbitraryFloatExpm1INTEL' : 5867, 1746 'OpArbitraryFloatSinINTEL' : 5868, 1747 'OpArbitraryFloatCosINTEL' : 5869, 1748 'OpArbitraryFloatSinCosINTEL' : 5870, 1749 'OpArbitraryFloatSinPiINTEL' : 5871, 1750 'OpArbitraryFloatCosPiINTEL' : 5872, 1751 'OpArbitraryFloatASinINTEL' : 5873, 1752 'OpArbitraryFloatASinPiINTEL' : 5874, 1753 'OpArbitraryFloatACosINTEL' : 5875, 1754 'OpArbitraryFloatACosPiINTEL' : 5876, 1755 'OpArbitraryFloatATanINTEL' : 5877, 1756 'OpArbitraryFloatATanPiINTEL' : 5878, 1757 'OpArbitraryFloatATan2INTEL' : 5879, 1758 'OpArbitraryFloatPowINTEL' : 5880, 1759 'OpArbitraryFloatPowRINTEL' : 5881, 1760 'OpArbitraryFloatPowNINTEL' : 5882, 1761 'OpLoopControlINTEL' : 5887, 1762 'OpAliasDomainDeclINTEL' : 5911, 1763 'OpAliasScopeDeclINTEL' : 5912, 1764 'OpAliasScopeListDeclINTEL' : 5913, 1765 'OpFixedSqrtINTEL' : 5923, 1766 'OpFixedRecipINTEL' : 5924, 1767 'OpFixedRsqrtINTEL' : 5925, 1768 'OpFixedSinINTEL' : 5926, 1769 'OpFixedCosINTEL' : 5927, 1770 'OpFixedSinCosINTEL' : 5928, 1771 'OpFixedSinPiINTEL' : 5929, 1772 'OpFixedCosPiINTEL' : 5930, 1773 'OpFixedSinCosPiINTEL' : 5931, 1774 'OpFixedLogINTEL' : 5932, 1775 'OpFixedExpINTEL' : 5933, 1776 'OpPtrCastToCrossWorkgroupINTEL' : 5934, 1777 'OpCrossWorkgroupCastToPtrINTEL' : 5938, 1778 'OpReadPipeBlockingINTEL' : 5946, 1779 'OpWritePipeBlockingINTEL' : 5947, 1780 'OpFPGARegINTEL' : 5949, 1781 'OpRayQueryGetRayTMinKHR' : 6016, 1782 'OpRayQueryGetRayFlagsKHR' : 6017, 1783 'OpRayQueryGetIntersectionTKHR' : 6018, 1784 'OpRayQueryGetIntersectionInstanceCustomIndexKHR' : 6019, 1785 'OpRayQueryGetIntersectionInstanceIdKHR' : 6020, 1786 'OpRayQueryGetIntersectionInstanceShaderBindingTableRecordOffsetKHR' : 6021, 1787 'OpRayQueryGetIntersectionGeometryIndexKHR' : 6022, 1788 'OpRayQueryGetIntersectionPrimitiveIndexKHR' : 6023, 1789 'OpRayQueryGetIntersectionBarycentricsKHR' : 6024, 1790 'OpRayQueryGetIntersectionFrontFaceKHR' : 6025, 1791 'OpRayQueryGetIntersectionCandidateAABBOpaqueKHR' : 6026, 1792 'OpRayQueryGetIntersectionObjectRayDirectionKHR' : 6027, 1793 'OpRayQueryGetIntersectionObjectRayOriginKHR' : 6028, 1794 'OpRayQueryGetWorldRayDirectionKHR' : 6029, 1795 'OpRayQueryGetWorldRayOriginKHR' : 6030, 1796 'OpRayQueryGetIntersectionObjectToWorldKHR' : 6031, 1797 'OpRayQueryGetIntersectionWorldToObjectKHR' : 6032, 1798 'OpAtomicFAddEXT' : 6035, 1799 'OpTypeBufferSurfaceINTEL' : 6086, 1800 'OpTypeStructContinuedINTEL' : 6090, 1801 'OpConstantCompositeContinuedINTEL' : 6091, 1802 'OpSpecConstantCompositeContinuedINTEL' : 6092, 1803 'OpControlBarrierArriveINTEL' : 6142, 1804 'OpControlBarrierWaitINTEL' : 6143, 1805 'OpGroupIMulKHR' : 6401, 1806 'OpGroupFMulKHR' : 6402, 1807 'OpGroupBitwiseAndKHR' : 6403, 1808 'OpGroupBitwiseOrKHR' : 6404, 1809 'OpGroupBitwiseXorKHR' : 6405, 1810 'OpGroupLogicalAndKHR' : 6406, 1811 'OpGroupLogicalOrKHR' : 6407, 1812 'OpGroupLogicalXorKHR' : 6408, 1813 }, 1814 1815} 1816 1817