| ... | ... | @@ -313,16 +313,16 @@ pub const OperandKind = enum { |
| 313 | 313 | .{ .name = "IterationMultiple", .value = 0x0040, .parameters = &.{.literal_integer} }, |
| 314 | 314 | .{ .name = "PeelCount", .value = 0x0080, .parameters = &.{.literal_integer} }, |
| 315 | 315 | .{ .name = "PartialCount", .value = 0x0100, .parameters = &.{.literal_integer} }, |
| 316 | | .{ .name = "InitiationIntervalINTEL", .value = 0x10000, .parameters = &.{.literal_integer} }, |
| 317 | | .{ .name = "MaxConcurrencyINTEL", .value = 0x20000, .parameters = &.{.literal_integer} }, |
| 318 | | .{ .name = "DependencyArrayINTEL", .value = 0x40000, .parameters = &.{.literal_integer} }, |
| 319 | | .{ .name = "PipelineEnableINTEL", .value = 0x80000, .parameters = &.{.literal_integer} }, |
| 320 | | .{ .name = "LoopCoalesceINTEL", .value = 0x100000, .parameters = &.{.literal_integer} }, |
| 321 | | .{ .name = "MaxInterleavingINTEL", .value = 0x200000, .parameters = &.{.literal_integer} }, |
| 322 | | .{ .name = "SpeculatedIterationsINTEL", .value = 0x400000, .parameters = &.{.literal_integer} }, |
| 323 | | .{ .name = "NoFusionINTEL", .value = 0x800000, .parameters = &.{} }, |
| 324 | | .{ .name = "LoopCountINTEL", .value = 0x1000000, .parameters = &.{.literal_integer} }, |
| 325 | | .{ .name = "MaxReinvocationDelayINTEL", .value = 0x2000000, .parameters = &.{.literal_integer} }, |
| 316 | .{ .name = "InitiationIntervalALTERA", .value = 0x10000, .parameters = &.{.literal_integer} }, |
| 317 | .{ .name = "MaxConcurrencyALTERA", .value = 0x20000, .parameters = &.{.literal_integer} }, |
| 318 | .{ .name = "DependencyArrayALTERA", .value = 0x40000, .parameters = &.{.literal_integer} }, |
| 319 | .{ .name = "PipelineEnableALTERA", .value = 0x80000, .parameters = &.{.literal_integer} }, |
| 320 | .{ .name = "LoopCoalesceALTERA", .value = 0x100000, .parameters = &.{.literal_integer} }, |
| 321 | .{ .name = "MaxInterleavingALTERA", .value = 0x200000, .parameters = &.{.literal_integer} }, |
| 322 | .{ .name = "SpeculatedIterationsALTERA", .value = 0x400000, .parameters = &.{.literal_integer} }, |
| 323 | .{ .name = "NoFusionALTERA", .value = 0x800000, .parameters = &.{} }, |
| 324 | .{ .name = "LoopCountALTERA", .value = 0x1000000, .parameters = &.{.literal_integer} }, |
| 325 | .{ .name = "MaxReinvocationDelayALTERA", .value = 0x2000000, .parameters = &.{.literal_integer} }, |
| 326 | 326 | }, |
| 327 | 327 | .function_control => &.{ |
| 328 | 328 | .{ .name = "Inline", .value = 0x0001, .parameters = &.{} }, |
| ... | ... | @@ -500,6 +500,7 @@ pub const OperandKind = enum { |
| 500 | 500 | .{ .name = "QuadDerivativesKHR", .value = 5088, .parameters = &.{} }, |
| 501 | 501 | .{ .name = "RequireFullQuadsKHR", .value = 5089, .parameters = &.{} }, |
| 502 | 502 | .{ .name = "SharesInputWithAMDX", .value = 5102, .parameters = &.{ .id_ref, .id_ref } }, |
| 503 | .{ .name = "ArithmeticPoisonKHR", .value = 5157, .parameters = &.{} }, |
| 503 | 504 | .{ .name = "OutputLinesEXT", .value = 5269, .parameters = &.{} }, |
| 504 | 505 | .{ .name = "OutputPrimitivesEXT", .value = 5270, .parameters = &.{.literal_integer} }, |
| 505 | 506 | .{ .name = "DerivativeGroupQuadsKHR", .value = 5289, .parameters = &.{} }, |
| ... | ... | @@ -511,6 +512,7 @@ pub const OperandKind = enum { |
| 511 | 512 | .{ .name = "SampleInterlockUnorderedEXT", .value = 5369, .parameters = &.{} }, |
| 512 | 513 | .{ .name = "ShadingRateInterlockOrderedEXT", .value = 5370, .parameters = &.{} }, |
| 513 | 514 | .{ .name = "ShadingRateInterlockUnorderedEXT", .value = 5371, .parameters = &.{} }, |
| 515 | .{ .name = "Shader64BitIndexingEXT", .value = 5427, .parameters = &.{} }, |
| 514 | 516 | .{ .name = "SharedLocalMemorySizeINTEL", .value = 5618, .parameters = &.{.literal_integer} }, |
| 515 | 517 | .{ .name = "RoundingModeRTPINTEL", .value = 5620, .parameters = &.{.literal_integer} }, |
| 516 | 518 | .{ .name = "RoundingModeRTNINTEL", .value = 5621, .parameters = &.{.literal_integer} }, |
| ... | ... | @@ -556,9 +558,10 @@ pub const OperandKind = enum { |
| 556 | 558 | .{ .name = "PhysicalStorageBuffer", .value = 5349, .parameters = &.{} }, |
| 557 | 559 | .{ .name = "HitObjectAttributeNV", .value = 5385, .parameters = &.{} }, |
| 558 | 560 | .{ .name = "TaskPayloadWorkgroupEXT", .value = 5402, .parameters = &.{} }, |
| 561 | .{ .name = "HitObjectAttributeEXT", .value = 5411, .parameters = &.{} }, |
| 559 | 562 | .{ .name = "CodeSectionINTEL", .value = 5605, .parameters = &.{} }, |
| 560 | | .{ .name = "DeviceOnlyINTEL", .value = 5936, .parameters = &.{} }, |
| 561 | | .{ .name = "HostOnlyINTEL", .value = 5937, .parameters = &.{} }, |
| 563 | .{ .name = "DeviceOnlyALTERA", .value = 5936, .parameters = &.{} }, |
| 564 | .{ .name = "HostOnlyALTERA", .value = 5937, .parameters = &.{} }, |
| 562 | 565 | }, |
| 563 | 566 | .dim => &.{ |
| 564 | 567 | .{ .name = "1D", .value = 0, .parameters = &.{} }, |
| ... | ... | @@ -730,7 +733,7 @@ pub const OperandKind = enum { |
| 730 | 733 | .{ .name = "NoCapture", .value = 5, .parameters = &.{} }, |
| 731 | 734 | .{ .name = "NoWrite", .value = 6, .parameters = &.{} }, |
| 732 | 735 | .{ .name = "NoReadWrite", .value = 7, .parameters = &.{} }, |
| 733 | | .{ .name = "RuntimeAlignedINTEL", .value = 5940, .parameters = &.{} }, |
| 736 | .{ .name = "RuntimeAlignedALTERA", .value = 5940, .parameters = &.{} }, |
| 734 | 737 | }, |
| 735 | 738 | .decoration => &.{ |
| 736 | 739 | .{ .name = "RelaxedPrecision", .value = 0, .parameters = &.{} }, |
| ... | ... | @@ -795,6 +798,9 @@ pub const OperandKind = enum { |
| 795 | 798 | .{ .name = "PayloadNodeSparseArrayAMDX", .value = 5099, .parameters = &.{} }, |
| 796 | 799 | .{ .name = "PayloadNodeArraySizeAMDX", .value = 5100, .parameters = &.{.id_ref} }, |
| 797 | 800 | .{ .name = "PayloadDispatchIndirectAMDX", .value = 5105, .parameters = &.{} }, |
| 801 | .{ .name = "ArrayStrideIdEXT", .value = 5124, .parameters = &.{.id_ref} }, |
| 802 | .{ .name = "OffsetIdEXT", .value = 5125, .parameters = &.{.id_ref} }, |
| 803 | .{ .name = "UTFEncodedKHR", .value = 5145, .parameters = &.{} }, |
| 798 | 804 | .{ .name = "OverrideCoverageNV", .value = 5248, .parameters = &.{} }, |
| 799 | 805 | .{ .name = "PassthroughNV", .value = 5250, .parameters = &.{} }, |
| 800 | 806 | .{ .name = "ViewportRelativeNV", .value = 5252, .parameters = &.{} }, |
| ... | ... | @@ -806,7 +812,10 @@ pub const OperandKind = enum { |
| 806 | 812 | .{ .name = "NonUniform", .value = 5300, .parameters = &.{} }, |
| 807 | 813 | .{ .name = "RestrictPointer", .value = 5355, .parameters = &.{} }, |
| 808 | 814 | .{ .name = "AliasedPointer", .value = 5356, .parameters = &.{} }, |
| 815 | .{ .name = "MemberOffsetNV", .value = 5358, .parameters = &.{.literal_integer} }, |
| 809 | 816 | .{ .name = "HitObjectShaderRecordBufferNV", .value = 5386, .parameters = &.{} }, |
| 817 | .{ .name = "HitObjectShaderRecordBufferEXT", .value = 5389, .parameters = &.{} }, |
| 818 | .{ .name = "BankNV", .value = 5397, .parameters = &.{.literal_integer} }, |
| 810 | 819 | .{ .name = "BindlessSamplerNV", .value = 5398, .parameters = &.{} }, |
| 811 | 820 | .{ .name = "BindlessImageNV", .value = 5399, .parameters = &.{} }, |
| 812 | 821 | .{ .name = "BoundSamplerNV", .value = 5400, .parameters = &.{} }, |
| ... | ... | @@ -825,55 +834,56 @@ pub const OperandKind = enum { |
| 825 | 834 | .{ .name = "UserTypeGOOGLE", .value = 5636, .parameters = &.{.literal_string} }, |
| 826 | 835 | .{ .name = "FunctionRoundingModeINTEL", .value = 5822, .parameters = &.{ .literal_integer, .fp_rounding_mode } }, |
| 827 | 836 | .{ .name = "FunctionDenormModeINTEL", .value = 5823, .parameters = &.{ .literal_integer, .fp_denorm_mode } }, |
| 828 | | .{ .name = "RegisterINTEL", .value = 5825, .parameters = &.{} }, |
| 829 | | .{ .name = "MemoryINTEL", .value = 5826, .parameters = &.{.literal_string} }, |
| 830 | | .{ .name = "NumbanksINTEL", .value = 5827, .parameters = &.{.literal_integer} }, |
| 831 | | .{ .name = "BankwidthINTEL", .value = 5828, .parameters = &.{.literal_integer} }, |
| 832 | | .{ .name = "MaxPrivateCopiesINTEL", .value = 5829, .parameters = &.{.literal_integer} }, |
| 833 | | .{ .name = "SinglepumpINTEL", .value = 5830, .parameters = &.{} }, |
| 834 | | .{ .name = "DoublepumpINTEL", .value = 5831, .parameters = &.{} }, |
| 835 | | .{ .name = "MaxReplicatesINTEL", .value = 5832, .parameters = &.{.literal_integer} }, |
| 836 | | .{ .name = "SimpleDualPortINTEL", .value = 5833, .parameters = &.{} }, |
| 837 | | .{ .name = "MergeINTEL", .value = 5834, .parameters = &.{ .literal_string, .literal_string } }, |
| 838 | | .{ .name = "BankBitsINTEL", .value = 5835, .parameters = &.{.literal_integer} }, |
| 839 | | .{ .name = "ForcePow2DepthINTEL", .value = 5836, .parameters = &.{.literal_integer} }, |
| 840 | | .{ .name = "StridesizeINTEL", .value = 5883, .parameters = &.{.literal_integer} }, |
| 841 | | .{ .name = "WordsizeINTEL", .value = 5884, .parameters = &.{.literal_integer} }, |
| 842 | | .{ .name = "TrueDualPortINTEL", .value = 5885, .parameters = &.{} }, |
| 843 | | .{ .name = "BurstCoalesceINTEL", .value = 5899, .parameters = &.{} }, |
| 844 | | .{ .name = "CacheSizeINTEL", .value = 5900, .parameters = &.{.literal_integer} }, |
| 845 | | .{ .name = "DontStaticallyCoalesceINTEL", .value = 5901, .parameters = &.{} }, |
| 846 | | .{ .name = "PrefetchINTEL", .value = 5902, .parameters = &.{.literal_integer} }, |
| 847 | | .{ .name = "StallEnableINTEL", .value = 5905, .parameters = &.{} }, |
| 848 | | .{ .name = "FuseLoopsInFunctionINTEL", .value = 5907, .parameters = &.{} }, |
| 849 | | .{ .name = "MathOpDSPModeINTEL", .value = 5909, .parameters = &.{ .literal_integer, .literal_integer } }, |
| 837 | .{ .name = "RegisterALTERA", .value = 5825, .parameters = &.{} }, |
| 838 | .{ .name = "MemoryALTERA", .value = 5826, .parameters = &.{.literal_string} }, |
| 839 | .{ .name = "NumbanksALTERA", .value = 5827, .parameters = &.{.literal_integer} }, |
| 840 | .{ .name = "BankwidthALTERA", .value = 5828, .parameters = &.{.literal_integer} }, |
| 841 | .{ .name = "MaxPrivateCopiesALTERA", .value = 5829, .parameters = &.{.literal_integer} }, |
| 842 | .{ .name = "SinglepumpALTERA", .value = 5830, .parameters = &.{} }, |
| 843 | .{ .name = "DoublepumpALTERA", .value = 5831, .parameters = &.{} }, |
| 844 | .{ .name = "MaxReplicatesALTERA", .value = 5832, .parameters = &.{.literal_integer} }, |
| 845 | .{ .name = "SimpleDualPortALTERA", .value = 5833, .parameters = &.{} }, |
| 846 | .{ .name = "MergeALTERA", .value = 5834, .parameters = &.{ .literal_string, .literal_string } }, |
| 847 | .{ .name = "BankBitsALTERA", .value = 5835, .parameters = &.{.literal_integer} }, |
| 848 | .{ .name = "ForcePow2DepthALTERA", .value = 5836, .parameters = &.{.literal_integer} }, |
| 849 | .{ .name = "StridesizeALTERA", .value = 5883, .parameters = &.{.literal_integer} }, |
| 850 | .{ .name = "WordsizeALTERA", .value = 5884, .parameters = &.{.literal_integer} }, |
| 851 | .{ .name = "TrueDualPortALTERA", .value = 5885, .parameters = &.{} }, |
| 852 | .{ .name = "BurstCoalesceALTERA", .value = 5899, .parameters = &.{} }, |
| 853 | .{ .name = "CacheSizeALTERA", .value = 5900, .parameters = &.{.literal_integer} }, |
| 854 | .{ .name = "DontStaticallyCoalesceALTERA", .value = 5901, .parameters = &.{} }, |
| 855 | .{ .name = "PrefetchALTERA", .value = 5902, .parameters = &.{.literal_integer} }, |
| 856 | .{ .name = "StallEnableALTERA", .value = 5905, .parameters = &.{} }, |
| 857 | .{ .name = "FuseLoopsInFunctionALTERA", .value = 5907, .parameters = &.{} }, |
| 858 | .{ .name = "MathOpDSPModeALTERA", .value = 5909, .parameters = &.{ .literal_integer, .literal_integer } }, |
| 850 | 859 | .{ .name = "AliasScopeINTEL", .value = 5914, .parameters = &.{.id_ref} }, |
| 851 | 860 | .{ .name = "NoAliasINTEL", .value = 5915, .parameters = &.{.id_ref} }, |
| 852 | | .{ .name = "InitiationIntervalINTEL", .value = 5917, .parameters = &.{.literal_integer} }, |
| 853 | | .{ .name = "MaxConcurrencyINTEL", .value = 5918, .parameters = &.{.literal_integer} }, |
| 854 | | .{ .name = "PipelineEnableINTEL", .value = 5919, .parameters = &.{.literal_integer} }, |
| 855 | | .{ .name = "BufferLocationINTEL", .value = 5921, .parameters = &.{.literal_integer} }, |
| 856 | | .{ .name = "IOPipeStorageINTEL", .value = 5944, .parameters = &.{.literal_integer} }, |
| 861 | .{ .name = "InitiationIntervalALTERA", .value = 5917, .parameters = &.{.literal_integer} }, |
| 862 | .{ .name = "MaxConcurrencyALTERA", .value = 5918, .parameters = &.{.literal_integer} }, |
| 863 | .{ .name = "PipelineEnableALTERA", .value = 5919, .parameters = &.{.literal_integer} }, |
| 864 | .{ .name = "BufferLocationALTERA", .value = 5921, .parameters = &.{.literal_integer} }, |
| 865 | .{ .name = "IOPipeStorageALTERA", .value = 5944, .parameters = &.{.literal_integer} }, |
| 857 | 866 | .{ .name = "FunctionFloatingPointModeINTEL", .value = 6080, .parameters = &.{ .literal_integer, .fp_operation_mode } }, |
| 858 | 867 | .{ .name = "SingleElementVectorINTEL", .value = 6085, .parameters = &.{} }, |
| 859 | 868 | .{ .name = "VectorComputeCallableFunctionINTEL", .value = 6087, .parameters = &.{} }, |
| 860 | 869 | .{ .name = "MediaBlockIOINTEL", .value = 6140, .parameters = &.{} }, |
| 861 | | .{ .name = "StallFreeINTEL", .value = 6151, .parameters = &.{} }, |
| 870 | .{ .name = "StallFreeALTERA", .value = 6151, .parameters = &.{} }, |
| 862 | 871 | .{ .name = "FPMaxErrorDecorationINTEL", .value = 6170, .parameters = &.{.literal_float} }, |
| 863 | | .{ .name = "LatencyControlLabelINTEL", .value = 6172, .parameters = &.{.literal_integer} }, |
| 864 | | .{ .name = "LatencyControlConstraintINTEL", .value = 6173, .parameters = &.{ .literal_integer, .literal_integer, .literal_integer } }, |
| 865 | | .{ .name = "ConduitKernelArgumentINTEL", .value = 6175, .parameters = &.{} }, |
| 866 | | .{ .name = "RegisterMapKernelArgumentINTEL", .value = 6176, .parameters = &.{} }, |
| 867 | | .{ .name = "MMHostInterfaceAddressWidthINTEL", .value = 6177, .parameters = &.{.literal_integer} }, |
| 868 | | .{ .name = "MMHostInterfaceDataWidthINTEL", .value = 6178, .parameters = &.{.literal_integer} }, |
| 869 | | .{ .name = "MMHostInterfaceLatencyINTEL", .value = 6179, .parameters = &.{.literal_integer} }, |
| 870 | | .{ .name = "MMHostInterfaceReadWriteModeINTEL", .value = 6180, .parameters = &.{.access_qualifier} }, |
| 871 | | .{ .name = "MMHostInterfaceMaxBurstINTEL", .value = 6181, .parameters = &.{.literal_integer} }, |
| 872 | | .{ .name = "MMHostInterfaceWaitRequestINTEL", .value = 6182, .parameters = &.{.literal_integer} }, |
| 873 | | .{ .name = "StableKernelArgumentINTEL", .value = 6183, .parameters = &.{} }, |
| 872 | .{ .name = "LatencyControlLabelALTERA", .value = 6172, .parameters = &.{.literal_integer} }, |
| 873 | .{ .name = "LatencyControlConstraintALTERA", .value = 6173, .parameters = &.{ .literal_integer, .literal_integer, .literal_integer } }, |
| 874 | .{ .name = "ConduitKernelArgumentALTERA", .value = 6175, .parameters = &.{} }, |
| 875 | .{ .name = "RegisterMapKernelArgumentALTERA", .value = 6176, .parameters = &.{} }, |
| 876 | .{ .name = "MMHostInterfaceAddressWidthALTERA", .value = 6177, .parameters = &.{.literal_integer} }, |
| 877 | .{ .name = "MMHostInterfaceDataWidthALTERA", .value = 6178, .parameters = &.{.literal_integer} }, |
| 878 | .{ .name = "MMHostInterfaceLatencyALTERA", .value = 6179, .parameters = &.{.literal_integer} }, |
| 879 | .{ .name = "MMHostInterfaceReadWriteModeALTERA", .value = 6180, .parameters = &.{.access_qualifier} }, |
| 880 | .{ .name = "MMHostInterfaceMaxBurstALTERA", .value = 6181, .parameters = &.{.literal_integer} }, |
| 881 | .{ .name = "MMHostInterfaceWaitRequestALTERA", .value = 6182, .parameters = &.{.literal_integer} }, |
| 882 | .{ .name = "StableKernelArgumentALTERA", .value = 6183, .parameters = &.{} }, |
| 874 | 883 | .{ .name = "HostAccessINTEL", .value = 6188, .parameters = &.{ .host_access_qualifier, .literal_string } }, |
| 875 | | .{ .name = "InitModeINTEL", .value = 6190, .parameters = &.{.initialization_mode_qualifier} }, |
| 876 | | .{ .name = "ImplementInRegisterMapINTEL", .value = 6191, .parameters = &.{.literal_integer} }, |
| 884 | .{ .name = "InitModeALTERA", .value = 6190, .parameters = &.{.initialization_mode_qualifier} }, |
| 885 | .{ .name = "ImplementInRegisterMapALTERA", .value = 6191, .parameters = &.{.literal_integer} }, |
| 886 | .{ .name = "ConditionalINTEL", .value = 6247, .parameters = &.{.id_ref} }, |
| 877 | 887 | .{ .name = "CacheControlLoadINTEL", .value = 6442, .parameters = &.{ .literal_integer, .load_cache_control } }, |
| 878 | 888 | .{ .name = "CacheControlStoreINTEL", .value = 6443, .parameters = &.{ .literal_integer, .store_cache_control } }, |
| 879 | 889 | }, |
| ... | ... | @@ -949,6 +959,8 @@ pub const OperandKind = enum { |
| 949 | 959 | .{ .name = "FragStencilRefEXT", .value = 5014, .parameters = &.{} }, |
| 950 | 960 | .{ .name = "RemainingRecursionLevelsAMDX", .value = 5021, .parameters = &.{} }, |
| 951 | 961 | .{ .name = "ShaderIndexAMDX", .value = 5073, .parameters = &.{} }, |
| 962 | .{ .name = "SamplerHeapEXT", .value = 5122, .parameters = &.{} }, |
| 963 | .{ .name = "ResourceHeapEXT", .value = 5123, .parameters = &.{} }, |
| 952 | 964 | .{ .name = "ViewportMaskNV", .value = 5253, .parameters = &.{} }, |
| 953 | 965 | .{ .name = "SecondaryPositionNV", .value = 5257, .parameters = &.{} }, |
| 954 | 966 | .{ .name = "SecondaryViewportMaskNV", .value = 5258, .parameters = &.{} }, |
| ... | ... | @@ -1019,9 +1031,9 @@ pub const OperandKind = enum { |
| 1019 | 1031 | .{ .name = "InclusiveScan", .value = 1, .parameters = &.{} }, |
| 1020 | 1032 | .{ .name = "ExclusiveScan", .value = 2, .parameters = &.{} }, |
| 1021 | 1033 | .{ .name = "ClusteredReduce", .value = 3, .parameters = &.{} }, |
| 1022 | | .{ .name = "PartitionedReduceNV", .value = 6, .parameters = &.{} }, |
| 1023 | | .{ .name = "PartitionedInclusiveScanNV", .value = 7, .parameters = &.{} }, |
| 1024 | | .{ .name = "PartitionedExclusiveScanNV", .value = 8, .parameters = &.{} }, |
| 1034 | .{ .name = "PartitionedReduceEXT", .value = 6, .parameters = &.{} }, |
| 1035 | .{ .name = "PartitionedInclusiveScanEXT", .value = 7, .parameters = &.{} }, |
| 1036 | .{ .name = "PartitionedExclusiveScanEXT", .value = 8, .parameters = &.{} }, |
| 1025 | 1037 | }, |
| 1026 | 1038 | .kernel_enqueue_flags => &.{ |
| 1027 | 1039 | .{ .name = "NoWait", .value = 0, .parameters = &.{} }, |
| ... | ... | @@ -1144,6 +1156,7 @@ pub const OperandKind = enum { |
| 1144 | 1156 | .{ .name = "TextureBoxFilterQCOM", .value = 4485, .parameters = &.{} }, |
| 1145 | 1157 | .{ .name = "TextureBlockMatchQCOM", .value = 4486, .parameters = &.{} }, |
| 1146 | 1158 | .{ .name = "TileShadingQCOM", .value = 4495, .parameters = &.{} }, |
| 1159 | .{ .name = "CooperativeMatrixConversionQCOM", .value = 4496, .parameters = &.{} }, |
| 1147 | 1160 | .{ .name = "TextureBlockMatch2QCOM", .value = 4498, .parameters = &.{} }, |
| 1148 | 1161 | .{ .name = "Float16ImageAMD", .value = 5008, .parameters = &.{} }, |
| 1149 | 1162 | .{ .name = "ImageGatherBiasLodAMD", .value = 5009, .parameters = &.{} }, |
| ... | ... | @@ -1159,6 +1172,10 @@ pub const OperandKind = enum { |
| 1159 | 1172 | .{ .name = "BFloat16TypeKHR", .value = 5116, .parameters = &.{} }, |
| 1160 | 1173 | .{ .name = "BFloat16DotProductKHR", .value = 5117, .parameters = &.{} }, |
| 1161 | 1174 | .{ .name = "BFloat16CooperativeMatrixKHR", .value = 5118, .parameters = &.{} }, |
| 1175 | .{ .name = "AbortKHR", .value = 5120, .parameters = &.{} }, |
| 1176 | .{ .name = "DescriptorHeapEXT", .value = 5128, .parameters = &.{} }, |
| 1177 | .{ .name = "ConstantDataKHR", .value = 5146, .parameters = &.{} }, |
| 1178 | .{ .name = "PoisonFreezeKHR", .value = 5156, .parameters = &.{} }, |
| 1162 | 1179 | .{ .name = "SampleMaskOverrideCoverageNV", .value = 5249, .parameters = &.{} }, |
| 1163 | 1180 | .{ .name = "GeometryShaderPassthroughNV", .value = 5251, .parameters = &.{} }, |
| 1164 | 1181 | .{ .name = "ShaderViewportIndexLayerEXT", .value = 5254, .parameters = &.{} }, |
| ... | ... | @@ -1172,7 +1189,7 @@ pub const OperandKind = enum { |
| 1172 | 1189 | .{ .name = "FragmentBarycentricKHR", .value = 5284, .parameters = &.{} }, |
| 1173 | 1190 | .{ .name = "ComputeDerivativeGroupQuadsKHR", .value = 5288, .parameters = &.{} }, |
| 1174 | 1191 | .{ .name = "FragmentDensityEXT", .value = 5291, .parameters = &.{} }, |
| 1175 | | .{ .name = "GroupNonUniformPartitionedNV", .value = 5297, .parameters = &.{} }, |
| 1192 | .{ .name = "GroupNonUniformPartitionedEXT", .value = 5297, .parameters = &.{} }, |
| 1176 | 1193 | .{ .name = "ShaderNonUniform", .value = 5301, .parameters = &.{} }, |
| 1177 | 1194 | .{ .name = "RuntimeDescriptorArray", .value = 5302, .parameters = &.{} }, |
| 1178 | 1195 | .{ .name = "InputAttachmentArrayDynamicIndexing", .value = 5303, .parameters = &.{} }, |
| ... | ... | @@ -1202,6 +1219,7 @@ pub const OperandKind = enum { |
| 1202 | 1219 | .{ .name = "DisplacementMicromapNV", .value = 5380, .parameters = &.{} }, |
| 1203 | 1220 | .{ .name = "RayTracingOpacityMicromapEXT", .value = 5381, .parameters = &.{} }, |
| 1204 | 1221 | .{ .name = "ShaderInvocationReorderNV", .value = 5383, .parameters = &.{} }, |
| 1222 | .{ .name = "ShaderInvocationReorderEXT", .value = 5388, .parameters = &.{} }, |
| 1205 | 1223 | .{ .name = "BindlessTextureNV", .value = 5390, .parameters = &.{} }, |
| 1206 | 1224 | .{ .name = "RayQueryPositionFetchKHR", .value = 5391, .parameters = &.{} }, |
| 1207 | 1225 | .{ .name = "CooperativeVectorNV", .value = 5394, .parameters = &.{} }, |
| ... | ... | @@ -1210,6 +1228,9 @@ pub const OperandKind = enum { |
| 1210 | 1228 | .{ .name = "RawAccessChainsNV", .value = 5414, .parameters = &.{} }, |
| 1211 | 1229 | .{ .name = "RayTracingSpheresGeometryNV", .value = 5418, .parameters = &.{} }, |
| 1212 | 1230 | .{ .name = "RayTracingLinearSweptSpheresGeometryNV", .value = 5419, .parameters = &.{} }, |
| 1231 | .{ .name = "PushConstantBanksNV", .value = 5423, .parameters = &.{} }, |
| 1232 | .{ .name = "LongVectorEXT", .value = 5425, .parameters = &.{} }, |
| 1233 | .{ .name = "Shader64BitIndexingEXT", .value = 5426, .parameters = &.{} }, |
| 1213 | 1234 | .{ .name = "CooperativeMatrixReductionsNV", .value = 5430, .parameters = &.{} }, |
| 1214 | 1235 | .{ .name = "CooperativeMatrixConversionsNV", .value = 5431, .parameters = &.{} }, |
| 1215 | 1236 | .{ .name = "CooperativeMatrixPerElementOperationsNV", .value = 5432, .parameters = &.{} }, |
| ... | ... | @@ -1239,27 +1260,27 @@ pub const OperandKind = enum { |
| 1239 | 1260 | .{ .name = "SubgroupAvcMotionEstimationChromaINTEL", .value = 5698, .parameters = &.{} }, |
| 1240 | 1261 | .{ .name = "VariableLengthArrayINTEL", .value = 5817, .parameters = &.{} }, |
| 1241 | 1262 | .{ .name = "FunctionFloatControlINTEL", .value = 5821, .parameters = &.{} }, |
| 1242 | | .{ .name = "FPGAMemoryAttributesINTEL", .value = 5824, .parameters = &.{} }, |
| 1263 | .{ .name = "FPGAMemoryAttributesALTERA", .value = 5824, .parameters = &.{} }, |
| 1243 | 1264 | .{ .name = "FPFastMathModeINTEL", .value = 5837, .parameters = &.{} }, |
| 1244 | | .{ .name = "ArbitraryPrecisionIntegersINTEL", .value = 5844, .parameters = &.{} }, |
| 1245 | | .{ .name = "ArbitraryPrecisionFloatingPointINTEL", .value = 5845, .parameters = &.{} }, |
| 1265 | .{ .name = "ArbitraryPrecisionIntegersALTERA", .value = 5844, .parameters = &.{} }, |
| 1266 | .{ .name = "ArbitraryPrecisionFloatingPointALTERA", .value = 5845, .parameters = &.{} }, |
| 1246 | 1267 | .{ .name = "UnstructuredLoopControlsINTEL", .value = 5886, .parameters = &.{} }, |
| 1247 | | .{ .name = "FPGALoopControlsINTEL", .value = 5888, .parameters = &.{} }, |
| 1268 | .{ .name = "FPGALoopControlsALTERA", .value = 5888, .parameters = &.{} }, |
| 1248 | 1269 | .{ .name = "KernelAttributesINTEL", .value = 5892, .parameters = &.{} }, |
| 1249 | 1270 | .{ .name = "FPGAKernelAttributesINTEL", .value = 5897, .parameters = &.{} }, |
| 1250 | | .{ .name = "FPGAMemoryAccessesINTEL", .value = 5898, .parameters = &.{} }, |
| 1251 | | .{ .name = "FPGAClusterAttributesINTEL", .value = 5904, .parameters = &.{} }, |
| 1252 | | .{ .name = "LoopFuseINTEL", .value = 5906, .parameters = &.{} }, |
| 1253 | | .{ .name = "FPGADSPControlINTEL", .value = 5908, .parameters = &.{} }, |
| 1271 | .{ .name = "FPGAMemoryAccessesALTERA", .value = 5898, .parameters = &.{} }, |
| 1272 | .{ .name = "FPGAClusterAttributesALTERA", .value = 5904, .parameters = &.{} }, |
| 1273 | .{ .name = "LoopFuseALTERA", .value = 5906, .parameters = &.{} }, |
| 1274 | .{ .name = "FPGADSPControlALTERA", .value = 5908, .parameters = &.{} }, |
| 1254 | 1275 | .{ .name = "MemoryAccessAliasingINTEL", .value = 5910, .parameters = &.{} }, |
| 1255 | | .{ .name = "FPGAInvocationPipeliningAttributesINTEL", .value = 5916, .parameters = &.{} }, |
| 1256 | | .{ .name = "FPGABufferLocationINTEL", .value = 5920, .parameters = &.{} }, |
| 1257 | | .{ .name = "ArbitraryPrecisionFixedPointINTEL", .value = 5922, .parameters = &.{} }, |
| 1258 | | .{ .name = "USMStorageClassesINTEL", .value = 5935, .parameters = &.{} }, |
| 1259 | | .{ .name = "RuntimeAlignedAttributeINTEL", .value = 5939, .parameters = &.{} }, |
| 1260 | | .{ .name = "IOPipesINTEL", .value = 5943, .parameters = &.{} }, |
| 1261 | | .{ .name = "BlockingPipesINTEL", .value = 5945, .parameters = &.{} }, |
| 1262 | | .{ .name = "FPGARegINTEL", .value = 5948, .parameters = &.{} }, |
| 1276 | .{ .name = "FPGAInvocationPipeliningAttributesALTERA", .value = 5916, .parameters = &.{} }, |
| 1277 | .{ .name = "FPGABufferLocationALTERA", .value = 5920, .parameters = &.{} }, |
| 1278 | .{ .name = "ArbitraryPrecisionFixedPointALTERA", .value = 5922, .parameters = &.{} }, |
| 1279 | .{ .name = "USMStorageClassesALTERA", .value = 5935, .parameters = &.{} }, |
| 1280 | .{ .name = "RuntimeAlignedAttributeALTERA", .value = 5939, .parameters = &.{} }, |
| 1281 | .{ .name = "IOPipesALTERA", .value = 5943, .parameters = &.{} }, |
| 1282 | .{ .name = "BlockingPipesALTERA", .value = 5945, .parameters = &.{} }, |
| 1283 | .{ .name = "FPGARegALTERA", .value = 5948, .parameters = &.{} }, |
| 1263 | 1284 | .{ .name = "DotProductInputAll", .value = 6016, .parameters = &.{} }, |
| 1264 | 1285 | .{ .name = "DotProductInput4x8Bit", .value = 6017, .parameters = &.{} }, |
| 1265 | 1286 | .{ .name = "DotProductInput4x8BitPacked", .value = 6018, .parameters = &.{} }, |
| ... | ... | @@ -1270,6 +1291,7 @@ pub const OperandKind = enum { |
| 1270 | 1291 | .{ .name = "BitInstructions", .value = 6025, .parameters = &.{} }, |
| 1271 | 1292 | .{ .name = "GroupNonUniformRotateKHR", .value = 6026, .parameters = &.{} }, |
| 1272 | 1293 | .{ .name = "FloatControls2", .value = 6029, .parameters = &.{} }, |
| 1294 | .{ .name = "FMAKHR", .value = 6030, .parameters = &.{} }, |
| 1273 | 1295 | .{ .name = "AtomicFloat32AddEXT", .value = 6033, .parameters = &.{} }, |
| 1274 | 1296 | .{ .name = "AtomicFloat64AddEXT", .value = 6034, .parameters = &.{} }, |
| 1275 | 1297 | .{ .name = "LongCompositesINTEL", .value = 6089, .parameters = &.{} }, |
| ... | ... | @@ -1279,26 +1301,33 @@ pub const OperandKind = enum { |
| 1279 | 1301 | .{ .name = "BFloat16ConversionINTEL", .value = 6115, .parameters = &.{} }, |
| 1280 | 1302 | .{ .name = "SplitBarrierINTEL", .value = 6141, .parameters = &.{} }, |
| 1281 | 1303 | .{ .name = "ArithmeticFenceEXT", .value = 6144, .parameters = &.{} }, |
| 1282 | | .{ .name = "FPGAClusterAttributesV2INTEL", .value = 6150, .parameters = &.{} }, |
| 1304 | .{ .name = "FPGAClusterAttributesV2ALTERA", .value = 6150, .parameters = &.{} }, |
| 1283 | 1305 | .{ .name = "FPGAKernelAttributesv2INTEL", .value = 6161, .parameters = &.{} }, |
| 1284 | | .{ .name = "TaskSequenceINTEL", .value = 6162, .parameters = &.{} }, |
| 1306 | .{ .name = "TaskSequenceALTERA", .value = 6162, .parameters = &.{} }, |
| 1285 | 1307 | .{ .name = "FPMaxErrorINTEL", .value = 6169, .parameters = &.{} }, |
| 1286 | | .{ .name = "FPGALatencyControlINTEL", .value = 6171, .parameters = &.{} }, |
| 1287 | | .{ .name = "FPGAArgumentInterfacesINTEL", .value = 6174, .parameters = &.{} }, |
| 1308 | .{ .name = "FPGALatencyControlALTERA", .value = 6171, .parameters = &.{} }, |
| 1309 | .{ .name = "FPGAArgumentInterfacesALTERA", .value = 6174, .parameters = &.{} }, |
| 1288 | 1310 | .{ .name = "GlobalVariableHostAccessINTEL", .value = 6187, .parameters = &.{} }, |
| 1289 | | .{ .name = "GlobalVariableFPGADecorationsINTEL", .value = 6189, .parameters = &.{} }, |
| 1311 | .{ .name = "GlobalVariableFPGADecorationsALTERA", .value = 6189, .parameters = &.{} }, |
| 1290 | 1312 | .{ .name = "SubgroupBufferPrefetchINTEL", .value = 6220, .parameters = &.{} }, |
| 1291 | 1313 | .{ .name = "Subgroup2DBlockIOINTEL", .value = 6228, .parameters = &.{} }, |
| 1292 | 1314 | .{ .name = "Subgroup2DBlockTransformINTEL", .value = 6229, .parameters = &.{} }, |
| 1293 | 1315 | .{ .name = "Subgroup2DBlockTransposeINTEL", .value = 6230, .parameters = &.{} }, |
| 1294 | 1316 | .{ .name = "SubgroupMatrixMultiplyAccumulateINTEL", .value = 6236, .parameters = &.{} }, |
| 1295 | 1317 | .{ .name = "TernaryBitwiseFunctionINTEL", .value = 6241, .parameters = &.{} }, |
| 1318 | .{ .name = "UntypedVariableLengthArrayINTEL", .value = 6243, .parameters = &.{} }, |
| 1319 | .{ .name = "SpecConditionalINTEL", .value = 6245, .parameters = &.{} }, |
| 1320 | .{ .name = "FunctionVariantsINTEL", .value = 6246, .parameters = &.{} }, |
| 1296 | 1321 | .{ .name = "GroupUniformArithmeticKHR", .value = 6400, .parameters = &.{} }, |
| 1297 | 1322 | .{ .name = "TensorFloat32RoundingINTEL", .value = 6425, .parameters = &.{} }, |
| 1298 | 1323 | .{ .name = "MaskedGatherScatterINTEL", .value = 6427, .parameters = &.{} }, |
| 1299 | 1324 | .{ .name = "CacheControlsINTEL", .value = 6441, .parameters = &.{} }, |
| 1300 | 1325 | .{ .name = "RegisterLimitsINTEL", .value = 6460, .parameters = &.{} }, |
| 1301 | 1326 | .{ .name = "BindlessImagesINTEL", .value = 6528, .parameters = &.{} }, |
| 1327 | .{ .name = "DotProductFloat16AccFloat32VALVE", .value = 6912, .parameters = &.{} }, |
| 1328 | .{ .name = "DotProductFloat16AccFloat16VALVE", .value = 6913, .parameters = &.{} }, |
| 1329 | .{ .name = "DotProductBFloat16AccVALVE", .value = 6914, .parameters = &.{} }, |
| 1330 | .{ .name = "DotProductFloat8AccFloat32VALVE", .value = 6915, .parameters = &.{} }, |
| 1302 | 1331 | }, |
| 1303 | 1332 | .ray_query_intersection => &.{ |
| 1304 | 1333 | .{ .name = "RayQueryCandidateIntersectionKHR", .value = 0, .parameters = &.{} }, |
| ... | ... | @@ -1352,8 +1381,8 @@ pub const OperandKind = enum { |
| 1352 | 1381 | .{ .name = "DecodeFunc", .value = 0x0002, .parameters = &.{.id_ref} }, |
| 1353 | 1382 | }, |
| 1354 | 1383 | .initialization_mode_qualifier => &.{ |
| 1355 | | .{ .name = "InitOnDeviceReprogramINTEL", .value = 0, .parameters = &.{} }, |
| 1356 | | .{ .name = "InitOnDeviceResetINTEL", .value = 1, .parameters = &.{} }, |
| 1384 | .{ .name = "InitOnDeviceReprogramALTERA", .value = 0, .parameters = &.{} }, |
| 1385 | .{ .name = "InitOnDeviceResetALTERA", .value = 1, .parameters = &.{} }, |
| 1357 | 1386 | }, |
| 1358 | 1387 | .load_cache_control => &.{ |
| 1359 | 1388 | .{ .name = "UncachedINTEL", .value = 0, .parameters = &.{} }, |
| ... | ... | @@ -1811,12 +1840,14 @@ pub const Opcode = enum(u16) { |
| 1811 | 1840 | OpUntypedInBoundsPtrAccessChainKHR = 4424, |
| 1812 | 1841 | OpUntypedArrayLengthKHR = 4425, |
| 1813 | 1842 | OpUntypedPrefetchKHR = 4426, |
| 1843 | OpFmaKHR = 4427, |
| 1814 | 1844 | OpSubgroupAllKHR = 4428, |
| 1815 | 1845 | OpSubgroupAnyKHR = 4429, |
| 1816 | 1846 | OpSubgroupAllEqualKHR = 4430, |
| 1817 | 1847 | OpGroupNonUniformRotateKHR = 4431, |
| 1818 | 1848 | OpSubgroupReadInvocationKHR = 4432, |
| 1819 | 1849 | OpExtInstWithForwardRefsKHR = 4433, |
| 1850 | OpUntypedGroupAsyncCopyKHR = 4434, |
| 1820 | 1851 | OpTraceRayKHR = 4445, |
| 1821 | 1852 | OpExecuteCallableKHR = 4446, |
| 1822 | 1853 | OpConvertUToAccelerationStructureKHR = 4447, |
| ... | ... | @@ -1847,10 +1878,14 @@ pub const Opcode = enum(u16) { |
| 1847 | 1878 | OpImageBoxFilterQCOM = 4481, |
| 1848 | 1879 | OpImageBlockMatchSSDQCOM = 4482, |
| 1849 | 1880 | OpImageBlockMatchSADQCOM = 4483, |
| 1881 | OpBitCastArrayQCOM = 4497, |
| 1850 | 1882 | OpImageBlockMatchWindowSSDQCOM = 4500, |
| 1851 | 1883 | OpImageBlockMatchWindowSADQCOM = 4501, |
| 1852 | 1884 | OpImageBlockMatchGatherSSDQCOM = 4502, |
| 1853 | 1885 | OpImageBlockMatchGatherSADQCOM = 4503, |
| 1886 | OpCompositeConstructCoopMatQCOM = 4540, |
| 1887 | OpCompositeExtractCoopMatQCOM = 4541, |
| 1888 | OpExtractSubArrayQCOM = 4542, |
| 1854 | 1889 | OpGroupIAddNonUniformAMD = 5000, |
| 1855 | 1890 | OpGroupFAddNonUniformAMD = 5001, |
| 1856 | 1891 | OpGroupFMinNonUniformAMD = 5002, |
| ... | ... | @@ -1872,6 +1907,16 @@ pub const Opcode = enum(u16) { |
| 1872 | 1907 | OpSpecConstantStringAMDX = 5104, |
| 1873 | 1908 | OpGroupNonUniformQuadAllKHR = 5110, |
| 1874 | 1909 | OpGroupNonUniformQuadAnyKHR = 5111, |
| 1910 | OpTypeBufferEXT = 5115, |
| 1911 | OpBufferPointerEXT = 5119, |
| 1912 | OpAbortKHR = 5121, |
| 1913 | OpUntypedImageTexelPointerEXT = 5126, |
| 1914 | OpMemberDecorateIdEXT = 5127, |
| 1915 | OpConstantSizeOfEXT = 5129, |
| 1916 | OpConstantDataKHR = 5147, |
| 1917 | OpSpecConstantDataKHR = 5148, |
| 1918 | OpPoisonKHR = 5158, |
| 1919 | OpFreezeKHR = 5159, |
| 1875 | 1920 | OpHitObjectRecordHitMotionNV = 5249, |
| 1876 | 1921 | OpHitObjectRecordHitWithIndexMotionNV = 5250, |
| 1877 | 1922 | OpHitObjectRecordMissMotionNV = 5251, |
| ... | ... | @@ -1906,7 +1951,7 @@ pub const Opcode = enum(u16) { |
| 1906 | 1951 | OpReorderThreadWithHintNV = 5280, |
| 1907 | 1952 | OpTypeHitObjectNV = 5281, |
| 1908 | 1953 | OpImageSampleFootprintNV = 5283, |
| 1909 | | OpTypeCooperativeVectorNV = 5288, |
| 1954 | OpTypeVectorIdEXT = 5288, |
| 1910 | 1955 | OpCooperativeVectorMatrixMulNV = 5289, |
| 1911 | 1956 | OpCooperativeVectorOuterProductAccumulateNV = 5290, |
| 1912 | 1957 | OpCooperativeVectorReduceSumAccumulateNV = 5291, |
| ... | ... | @@ -1914,12 +1959,42 @@ pub const Opcode = enum(u16) { |
| 1914 | 1959 | OpCooperativeMatrixConvertNV = 5293, |
| 1915 | 1960 | OpEmitMeshTasksEXT = 5294, |
| 1916 | 1961 | OpSetMeshOutputsEXT = 5295, |
| 1917 | | OpGroupNonUniformPartitionNV = 5296, |
| 1962 | OpGroupNonUniformPartitionEXT = 5296, |
| 1918 | 1963 | OpWritePackedPrimitiveIndices4x8NV = 5299, |
| 1919 | 1964 | OpFetchMicroTriangleVertexPositionNV = 5300, |
| 1920 | 1965 | OpFetchMicroTriangleVertexBarycentricNV = 5301, |
| 1921 | 1966 | OpCooperativeVectorLoadNV = 5302, |
| 1922 | 1967 | OpCooperativeVectorStoreNV = 5303, |
| 1968 | OpHitObjectRecordFromQueryEXT = 5304, |
| 1969 | OpHitObjectRecordMissEXT = 5305, |
| 1970 | OpHitObjectRecordMissMotionEXT = 5306, |
| 1971 | OpHitObjectGetIntersectionTriangleVertexPositionsEXT = 5307, |
| 1972 | OpHitObjectGetRayFlagsEXT = 5308, |
| 1973 | OpHitObjectSetShaderBindingTableRecordIndexEXT = 5309, |
| 1974 | OpHitObjectReorderExecuteShaderEXT = 5310, |
| 1975 | OpHitObjectTraceReorderExecuteEXT = 5311, |
| 1976 | OpHitObjectTraceMotionReorderExecuteEXT = 5312, |
| 1977 | OpTypeHitObjectEXT = 5313, |
| 1978 | OpReorderThreadWithHintEXT = 5314, |
| 1979 | OpReorderThreadWithHitObjectEXT = 5315, |
| 1980 | OpHitObjectTraceRayEXT = 5316, |
| 1981 | OpHitObjectTraceRayMotionEXT = 5317, |
| 1982 | OpHitObjectRecordEmptyEXT = 5318, |
| 1983 | OpHitObjectExecuteShaderEXT = 5319, |
| 1984 | OpHitObjectGetCurrentTimeEXT = 5320, |
| 1985 | OpHitObjectGetAttributesEXT = 5321, |
| 1986 | OpHitObjectGetHitKindEXT = 5322, |
| 1987 | OpHitObjectGetPrimitiveIndexEXT = 5323, |
| 1988 | OpHitObjectGetGeometryIndexEXT = 5324, |
| 1989 | OpHitObjectGetInstanceIdEXT = 5325, |
| 1990 | OpHitObjectGetInstanceCustomIndexEXT = 5326, |
| 1991 | OpHitObjectGetObjectRayOriginEXT = 5327, |
| 1992 | OpHitObjectGetObjectRayDirectionEXT = 5328, |
| 1993 | OpHitObjectGetWorldRayDirectionEXT = 5329, |
| 1994 | OpHitObjectGetWorldRayOriginEXT = 5330, |
| 1995 | OpHitObjectGetObjectToWorldEXT = 5331, |
| 1996 | OpHitObjectGetWorldToObjectEXT = 5332, |
| 1997 | OpHitObjectGetRayTMaxEXT = 5333, |
| 1923 | 1998 | OpReportIntersectionKHR = 5334, |
| 1924 | 1999 | OpIgnoreIntersectionNV = 5335, |
| 1925 | 2000 | OpTerminateRayNV = 5336, |
| ... | ... | @@ -1929,8 +2004,14 @@ pub const Opcode = enum(u16) { |
| 1929 | 2004 | OpRayQueryGetIntersectionTriangleVertexPositionsKHR = 5340, |
| 1930 | 2005 | OpTypeAccelerationStructureKHR = 5341, |
| 1931 | 2006 | OpExecuteCallableNV = 5344, |
| 1932 | | OpRayQueryGetClusterIdNV = 5345, |
| 2007 | OpRayQueryGetIntersectionClusterIdNV = 5345, |
| 1933 | 2008 | OpHitObjectGetClusterIdNV = 5346, |
| 2009 | OpHitObjectGetRayTMinEXT = 5347, |
| 2010 | OpHitObjectGetShaderBindingTableRecordIndexEXT = 5348, |
| 2011 | OpHitObjectGetShaderRecordBufferHandleEXT = 5349, |
| 2012 | OpHitObjectIsEmptyEXT = 5350, |
| 2013 | OpHitObjectIsHitEXT = 5351, |
| 2014 | OpHitObjectIsMissEXT = 5352, |
| 1934 | 2015 | OpTypeCooperativeMatrixNV = 5358, |
| 1935 | 2016 | OpCooperativeMatrixLoadNV = 5359, |
| 1936 | 2017 | OpCooperativeMatrixStoreNV = 5360, |
| ... | ... | @@ -2008,10 +2089,10 @@ pub const Opcode = enum(u16) { |
| 2008 | 2089 | OpExpectKHR = 5631, |
| 2009 | 2090 | OpDecorateString = 5632, |
| 2010 | 2091 | OpMemberDecorateString = 5633, |
| 2092 | OpVariableLengthArrayINTEL = 5818, |
| 2093 | OpSaveMemoryINTEL = 5819, |
| 2094 | OpRestoreMemoryINTEL = 5820, |
| 2011 | 2095 | OpLoopControlINTEL = 5887, |
| 2012 | | OpReadPipeBlockingINTEL = 5946, |
| 2013 | | OpWritePipeBlockingINTEL = 5947, |
| 2014 | | OpFPGARegINTEL = 5949, |
| 2015 | 2096 | OpRayQueryGetRayTMinKHR = 6016, |
| 2016 | 2097 | OpRayQueryGetRayFlagsKHR = 6017, |
| 2017 | 2098 | OpRayQueryGetIntersectionTKHR = 6018, |
| ... | ... | @@ -2040,11 +2121,6 @@ pub const Opcode = enum(u16) { |
| 2040 | 2121 | OpControlBarrierArriveINTEL = 6142, |
| 2041 | 2122 | OpControlBarrierWaitINTEL = 6143, |
| 2042 | 2123 | OpArithmeticFenceEXT = 6145, |
| 2043 | | OpTaskSequenceCreateINTEL = 6163, |
| 2044 | | OpTaskSequenceAsyncINTEL = 6164, |
| 2045 | | OpTaskSequenceGetINTEL = 6165, |
| 2046 | | OpTaskSequenceReleaseINTEL = 6166, |
| 2047 | | OpTypeTaskSequenceINTEL = 6199, |
| 2048 | 2124 | OpSubgroupBlockPrefetchINTEL = 6221, |
| 2049 | 2125 | OpSubgroup2DBlockLoadINTEL = 6231, |
| 2050 | 2126 | OpSubgroup2DBlockLoadTransformINTEL = 6232, |
| ... | ... | @@ -2053,6 +2129,14 @@ pub const Opcode = enum(u16) { |
| 2053 | 2129 | OpSubgroup2DBlockStoreINTEL = 6235, |
| 2054 | 2130 | OpSubgroupMatrixMultiplyAccumulateINTEL = 6237, |
| 2055 | 2131 | OpBitwiseFunctionINTEL = 6242, |
| 2132 | OpUntypedVariableLengthArrayINTEL = 6244, |
| 2133 | OpConditionalExtensionINTEL = 6248, |
| 2134 | OpConditionalEntryPointINTEL = 6249, |
| 2135 | OpConditionalCapabilityINTEL = 6250, |
| 2136 | OpSpecConstantTargetINTEL = 6251, |
| 2137 | OpSpecConstantArchitectureINTEL = 6252, |
| 2138 | OpSpecConstantCapabilitiesINTEL = 6253, |
| 2139 | OpConditionalCopyObjectINTEL = 6254, |
| 2056 | 2140 | OpGroupIMulKHR = 6401, |
| 2057 | 2141 | OpGroupFMulKHR = 6402, |
| 2058 | 2142 | OpGroupBitwiseAndKHR = 6403, |
| ... | ... | @@ -2067,6 +2151,9 @@ pub const Opcode = enum(u16) { |
| 2067 | 2151 | OpConvertHandleToImageINTEL = 6529, |
| 2068 | 2152 | OpConvertHandleToSamplerINTEL = 6530, |
| 2069 | 2153 | OpConvertHandleToSampledImageINTEL = 6531, |
| 2154 | OpFDot2MixAcc32VALVE = 6916, |
| 2155 | OpFDot2MixAcc16VALVE = 6917, |
| 2156 | OpFDot4MixAcc32VALVE = 6918, |
| 2070 | 2157 | |
| 2071 | 2158 | pub fn Operands(comptime self: Opcode) type { |
| 2072 | 2159 | return switch (self) { |
| ... | ... | @@ -2380,7 +2467,7 @@ pub const Opcode = enum(u16) { |
| 2380 | 2467 | .OpGroupNonUniformAll => struct { id_result_type: Id, id_result: Id, execution: Id, predicate: Id }, |
| 2381 | 2468 | .OpGroupNonUniformAny => struct { id_result_type: Id, id_result: Id, execution: Id, predicate: Id }, |
| 2382 | 2469 | .OpGroupNonUniformAllEqual => struct { id_result_type: Id, id_result: Id, execution: Id, value: Id }, |
| 2383 | | .OpGroupNonUniformBroadcast => struct { id_result_type: Id, id_result: Id, execution: Id, value: Id, id: Id }, |
| 2470 | .OpGroupNonUniformBroadcast => struct { id_result_type: Id, id_result: Id, execution: Id, value: Id, invocation_id: Id }, |
| 2384 | 2471 | .OpGroupNonUniformBroadcastFirst => struct { id_result_type: Id, id_result: Id, execution: Id, value: Id }, |
| 2385 | 2472 | .OpGroupNonUniformBallot => struct { id_result_type: Id, id_result: Id, execution: Id, predicate: Id }, |
| 2386 | 2473 | .OpGroupNonUniformInverseBallot => struct { id_result_type: Id, id_result: Id, execution: Id, value: Id }, |
| ... | ... | @@ -2388,7 +2475,7 @@ pub const Opcode = enum(u16) { |
| 2388 | 2475 | .OpGroupNonUniformBallotBitCount => struct { id_result_type: Id, id_result: Id, execution: Id, operation: GroupOperation, value: Id }, |
| 2389 | 2476 | .OpGroupNonUniformBallotFindLSB => struct { id_result_type: Id, id_result: Id, execution: Id, value: Id }, |
| 2390 | 2477 | .OpGroupNonUniformBallotFindMSB => struct { id_result_type: Id, id_result: Id, execution: Id, value: Id }, |
| 2391 | | .OpGroupNonUniformShuffle => struct { id_result_type: Id, id_result: Id, execution: Id, value: Id, id: Id }, |
| 2478 | .OpGroupNonUniformShuffle => struct { id_result_type: Id, id_result: Id, execution: Id, value: Id, invocation_id: Id }, |
| 2392 | 2479 | .OpGroupNonUniformShuffleXor => struct { id_result_type: Id, id_result: Id, execution: Id, value: Id, mask: Id }, |
| 2393 | 2480 | .OpGroupNonUniformShuffleUp => struct { id_result_type: Id, id_result: Id, execution: Id, value: Id, delta: Id }, |
| 2394 | 2481 | .OpGroupNonUniformShuffleDown => struct { id_result_type: Id, id_result: Id, execution: Id, value: Id, delta: Id }, |
| ... | ... | @@ -2439,12 +2526,14 @@ pub const Opcode = enum(u16) { |
| 2439 | 2526 | .OpUntypedInBoundsPtrAccessChainKHR => struct { id_result_type: Id, id_result: Id, base_type: Id, base: Id, element: Id, indexes: []const Id = &.{} }, |
| 2440 | 2527 | .OpUntypedArrayLengthKHR => struct { id_result_type: Id, id_result: Id, structure: Id, pointer: Id, array_member: LiteralInteger }, |
| 2441 | 2528 | .OpUntypedPrefetchKHR => struct { pointer_type: Id, num_bytes: Id, rw: ?Id = null, locality: ?Id = null, cache_type: ?Id = null }, |
| 2529 | .OpFmaKHR => struct { id_result_type: Id, id_result: Id, operand_1: Id, operand_2: Id, operand_3: Id }, |
| 2442 | 2530 | .OpSubgroupAllKHR => struct { id_result_type: Id, id_result: Id, predicate: Id }, |
| 2443 | 2531 | .OpSubgroupAnyKHR => struct { id_result_type: Id, id_result: Id, predicate: Id }, |
| 2444 | 2532 | .OpSubgroupAllEqualKHR => struct { id_result_type: Id, id_result: Id, predicate: Id }, |
| 2445 | 2533 | .OpGroupNonUniformRotateKHR => struct { id_result_type: Id, id_result: Id, execution: Id, value: Id, delta: Id, cluster_size: ?Id = null }, |
| 2446 | 2534 | .OpSubgroupReadInvocationKHR => struct { id_result_type: Id, id_result: Id, value: Id, index: Id }, |
| 2447 | 2535 | .OpExtInstWithForwardRefsKHR => struct { id_result_type: Id, id_result: Id, set: Id, instruction: LiteralExtInstInteger, id_ref_4: []const Id = &.{} }, |
| 2536 | .OpUntypedGroupAsyncCopyKHR => struct { id_result_type: Id, id_result: Id, execution: Id, destination: Id, source: Id, element_num_bytes: Id, num_elements: Id, stride: Id, event: Id, destination_memory_operands: ?MemoryAccess.Extended = null, source_memory_operands: ?MemoryAccess.Extended = null }, |
| 2448 | 2537 | .OpTraceRayKHR => struct { accel: Id, ray_flags: Id, cull_mask: Id, sbt_offset: Id, sbt_stride: Id, miss_index: Id, ray_origin: Id, ray_tmin: Id, ray_direction: Id, ray_tmax: Id, payload: Id }, |
| 2449 | 2538 | .OpExecuteCallableKHR => struct { sbt_index: Id, callable_data: Id }, |
| 2450 | 2539 | .OpConvertUToAccelerationStructureKHR => struct { id_result_type: Id, id_result: Id, accel: Id }, |
| ... | ... | @@ -2475,10 +2564,14 @@ pub const Opcode = enum(u16) { |
| 2475 | 2564 | .OpImageBoxFilterQCOM => struct { id_result_type: Id, id_result: Id, texture: Id, coordinates: Id, box_size: Id }, |
| 2476 | 2565 | .OpImageBlockMatchSSDQCOM => struct { id_result_type: Id, id_result: Id, target: Id, target_coordinates: Id, reference: Id, reference_coordinates: Id, block_size: Id }, |
| 2477 | 2566 | .OpImageBlockMatchSADQCOM => struct { id_result_type: Id, id_result: Id, target: Id, target_coordinates: Id, reference: Id, reference_coordinates: Id, block_size: Id }, |
| 2567 | .OpBitCastArrayQCOM => struct { id_result_type: Id, id_result: Id, source_array: Id }, |
| 2478 | 2568 | .OpImageBlockMatchWindowSSDQCOM => struct { id_result_type: Id, id_result: Id, target_sampled_image: Id, target_coordinates: Id, reference_sampled_image: Id, reference_coordinates: Id, block_size: Id }, |
| 2479 | 2569 | .OpImageBlockMatchWindowSADQCOM => struct { id_result_type: Id, id_result: Id, target_sampled_image: Id, target_coordinates: Id, reference_sampled_image: Id, reference_coordinates: Id, block_size: Id }, |
| 2480 | 2570 | .OpImageBlockMatchGatherSSDQCOM => struct { id_result_type: Id, id_result: Id, target_sampled_image: Id, target_coordinates: Id, reference_sampled_image: Id, reference_coordinates: Id, block_size: Id }, |
| 2481 | 2571 | .OpImageBlockMatchGatherSADQCOM => struct { id_result_type: Id, id_result: Id, target_sampled_image: Id, target_coordinates: Id, reference_sampled_image: Id, reference_coordinates: Id, block_size: Id }, |
| 2572 | .OpCompositeConstructCoopMatQCOM => struct { id_result_type: Id, id_result: Id, source_array: Id }, |
| 2573 | .OpCompositeExtractCoopMatQCOM => struct { id_result_type: Id, id_result: Id, source_cooperative_matrix: Id }, |
| 2574 | .OpExtractSubArrayQCOM => struct { id_result_type: Id, id_result: Id, source_array: Id, index: Id }, |
| 2482 | 2575 | .OpGroupIAddNonUniformAMD => struct { id_result_type: Id, id_result: Id, execution: Id, operation: GroupOperation, x: Id }, |
| 2483 | 2576 | .OpGroupFAddNonUniformAMD => struct { id_result_type: Id, id_result: Id, execution: Id, operation: GroupOperation, x: Id }, |
| 2484 | 2577 | .OpGroupFMinNonUniformAMD => struct { id_result_type: Id, id_result: Id, execution: Id, operation: GroupOperation, x: Id }, |
| ... | ... | @@ -2500,6 +2593,16 @@ pub const Opcode = enum(u16) { |
| 2500 | 2593 | .OpSpecConstantStringAMDX => struct { id_result: Id, literal_string: LiteralString }, |
| 2501 | 2594 | .OpGroupNonUniformQuadAllKHR => struct { id_result_type: Id, id_result: Id, predicate: Id }, |
| 2502 | 2595 | .OpGroupNonUniformQuadAnyKHR => struct { id_result_type: Id, id_result: Id, predicate: Id }, |
| 2596 | .OpTypeBufferEXT => struct { id_result: Id, storage_class: StorageClass }, |
| 2597 | .OpBufferPointerEXT => struct { id_result_type: Id, id_result: Id, buffer: Id }, |
| 2598 | .OpAbortKHR => struct { message_type: Id, message: Id }, |
| 2599 | .OpUntypedImageTexelPointerEXT => struct { id_result_type: Id, id_result: Id, image_type: Id, image: Id, coordinate: Id, sample: Id }, |
| 2600 | .OpMemberDecorateIdEXT => struct { structure_type: Id, member: LiteralInteger, decoration: Decoration.Extended }, |
| 2601 | .OpConstantSizeOfEXT => struct { id_result_type: Id, id_result: Id, type: Id }, |
| 2602 | .OpConstantDataKHR => struct { id_result_type: Id, id_result: Id, data: []const LiteralInteger = &.{} }, |
| 2603 | .OpSpecConstantDataKHR => struct { id_result_type: Id, id_result: Id, data: []const LiteralInteger = &.{} }, |
| 2604 | .OpPoisonKHR => struct { id_result_type: Id, id_result: Id }, |
| 2605 | .OpFreezeKHR => struct { id_result_type: Id, id_result: Id, value: Id }, |
| 2503 | 2606 | .OpHitObjectRecordHitMotionNV => struct { hit_object: Id, acceleration_structure: Id, instance_id: Id, primitive_id: Id, geometry_index: Id, hit_kind: Id, sbt_record_offset: Id, sbt_record_stride: Id, origin: Id, t_min: Id, direction: Id, t_max: Id, current_time: Id, hit_object_attributes: Id }, |
| 2504 | 2607 | .OpHitObjectRecordHitWithIndexMotionNV => struct { hit_object: Id, acceleration_structure: Id, instance_id: Id, primitive_id: Id, geometry_index: Id, hit_kind: Id, sbt_record_index: Id, origin: Id, t_min: Id, direction: Id, t_max: Id, current_time: Id, hit_object_attributes: Id }, |
| 2505 | 2608 | .OpHitObjectRecordMissMotionNV => struct { hit_object: Id, sbt_index: Id, origin: Id, t_min: Id, direction: Id, t_max: Id, current_time: Id }, |
| ... | ... | @@ -2534,7 +2637,7 @@ pub const Opcode = enum(u16) { |
| 2534 | 2637 | .OpReorderThreadWithHintNV => struct { hint: Id, bits: Id }, |
| 2535 | 2638 | .OpTypeHitObjectNV => struct { id_result: Id }, |
| 2536 | 2639 | .OpImageSampleFootprintNV => struct { id_result_type: Id, id_result: Id, sampled_image: Id, coordinate: Id, granularity: Id, coarse: Id, image_operands: ?ImageOperands.Extended = null }, |
| 2537 | | .OpTypeCooperativeVectorNV => struct { id_result: Id, component_type: Id, component_count: Id }, |
| 2640 | .OpTypeVectorIdEXT => struct { id_result: Id, component_type: Id, component_count: Id }, |
| 2538 | 2641 | .OpCooperativeVectorMatrixMulNV => struct { id_result_type: Id, id_result: Id, input: Id, input_interpretation: Id, matrix: Id, matrix_offset: Id, matrix_interpretation: Id, m: Id, k: Id, memory_layout: Id, transpose: Id, matrix_stride: ?Id = null, cooperative_matrix_operands: ?CooperativeMatrixOperands = null }, |
| 2539 | 2642 | .OpCooperativeVectorOuterProductAccumulateNV => struct { pointer: Id, offset: Id, a: Id, b: Id, memory_layout: Id, matrix_interpretation: Id, matrix_stride: ?Id = null }, |
| 2540 | 2643 | .OpCooperativeVectorReduceSumAccumulateNV => struct { pointer: Id, offset: Id, v: Id }, |
| ... | ... | @@ -2542,12 +2645,42 @@ pub const Opcode = enum(u16) { |
| 2542 | 2645 | .OpCooperativeMatrixConvertNV => struct { id_result_type: Id, id_result: Id, matrix: Id }, |
| 2543 | 2646 | .OpEmitMeshTasksEXT => struct { group_count_x: Id, group_count_y: Id, group_count_z: Id, payload: ?Id = null }, |
| 2544 | 2647 | .OpSetMeshOutputsEXT => struct { vertex_count: Id, primitive_count: Id }, |
| 2545 | | .OpGroupNonUniformPartitionNV => struct { id_result_type: Id, id_result: Id, value: Id }, |
| 2648 | .OpGroupNonUniformPartitionEXT => struct { id_result_type: Id, id_result: Id, value: Id }, |
| 2546 | 2649 | .OpWritePackedPrimitiveIndices4x8NV => struct { index_offset: Id, packed_indices: Id }, |
| 2547 | 2650 | .OpFetchMicroTriangleVertexPositionNV => struct { id_result_type: Id, id_result: Id, accel: Id, instance_id: Id, geometry_index: Id, primitive_index: Id, barycentric: Id }, |
| 2548 | 2651 | .OpFetchMicroTriangleVertexBarycentricNV => struct { id_result_type: Id, id_result: Id, accel: Id, instance_id: Id, geometry_index: Id, primitive_index: Id, barycentric: Id }, |
| 2549 | 2652 | .OpCooperativeVectorLoadNV => struct { id_result_type: Id, id_result: Id, pointer: Id, offset: Id, memory_access: ?MemoryAccess.Extended = null }, |
| 2550 | 2653 | .OpCooperativeVectorStoreNV => struct { pointer: Id, offset: Id, object: Id, memory_access: ?MemoryAccess.Extended = null }, |
| 2654 | .OpHitObjectRecordFromQueryEXT => struct { hit_object: Id, ray_query: Id, sbt_record_index: Id, hit_object_attributes: Id }, |
| 2655 | .OpHitObjectRecordMissEXT => struct { hit_object: Id, ray_flags: Id, miss_index: Id, ray_origin: Id, ray_tmin: Id, ray_direction: Id, ray_tmax: Id }, |
| 2656 | .OpHitObjectRecordMissMotionEXT => struct { hit_object: Id, ray_flags: Id, miss_index: Id, ray_origin: Id, ray_tmin: Id, ray_direction: Id, ray_tmax: Id, current_time: Id }, |
| 2657 | .OpHitObjectGetIntersectionTriangleVertexPositionsEXT => struct { id_result_type: Id, id_result: Id, hit_object: Id }, |
| 2658 | .OpHitObjectGetRayFlagsEXT => struct { id_result_type: Id, id_result: Id, hit_object: Id }, |
| 2659 | .OpHitObjectSetShaderBindingTableRecordIndexEXT => struct { hit_object: Id, sbt_record_index: Id }, |
| 2660 | .OpHitObjectReorderExecuteShaderEXT => struct { hit_object: Id, payload: Id, hint: ?Id = null, bits: ?Id = null }, |
| 2661 | .OpHitObjectTraceReorderExecuteEXT => struct { hit_object: Id, acceleration_structure: Id, ray_flags: Id, cull_mask: Id, sbt_offset: Id, sbt_stride: Id, miss_index: Id, ray_origin: Id, ray_tmin: Id, ray_direction: Id, ray_tmax: Id, payload: Id, hint: ?Id = null, bits: ?Id = null }, |
| 2662 | .OpHitObjectTraceMotionReorderExecuteEXT => struct { hit_object: Id, acceleration_structure: Id, ray_flags: Id, cull_mask: Id, sbt_offset: Id, sbt_stride: Id, miss_index: Id, ray_origin: Id, ray_tmin: Id, ray_direction: Id, ray_tmax: Id, current_time: Id, payload: Id, hint: ?Id = null, bits: ?Id = null }, |
| 2663 | .OpTypeHitObjectEXT => struct { id_result: Id }, |
| 2664 | .OpReorderThreadWithHintEXT => struct { hint: Id, bits: Id }, |
| 2665 | .OpReorderThreadWithHitObjectEXT => struct { hit_object: Id, hint: ?Id = null, bits: ?Id = null }, |
| 2666 | .OpHitObjectTraceRayEXT => struct { hit_object: Id, acceleration_structure: Id, ray_flags: Id, cull_mask: Id, sbt_offset: Id, sbt_stride: Id, miss_index: Id, ray_origin: Id, ray_tmin: Id, ray_direction: Id, ray_tmax: Id, payload: Id }, |
| 2667 | .OpHitObjectTraceRayMotionEXT => struct { hit_object: Id, acceleration_structure: Id, ray_flags: Id, cull_mask: Id, sbt_offset: Id, sbt_stride: Id, miss_index: Id, ray_origin: Id, ray_tmin: Id, ray_direction: Id, ray_tmax: Id, current_time: Id, payload: Id }, |
| 2668 | .OpHitObjectRecordEmptyEXT => struct { hit_object: Id }, |
| 2669 | .OpHitObjectExecuteShaderEXT => struct { hit_object: Id, payload: Id }, |
| 2670 | .OpHitObjectGetCurrentTimeEXT => struct { id_result_type: Id, id_result: Id, hit_object: Id }, |
| 2671 | .OpHitObjectGetAttributesEXT => struct { hit_object: Id, hit_object_attribute: Id }, |
| 2672 | .OpHitObjectGetHitKindEXT => struct { id_result_type: Id, id_result: Id, hit_object: Id }, |
| 2673 | .OpHitObjectGetPrimitiveIndexEXT => struct { id_result_type: Id, id_result: Id, hit_object: Id }, |
| 2674 | .OpHitObjectGetGeometryIndexEXT => struct { id_result_type: Id, id_result: Id, hit_object: Id }, |
| 2675 | .OpHitObjectGetInstanceIdEXT => struct { id_result_type: Id, id_result: Id, hit_object: Id }, |
| 2676 | .OpHitObjectGetInstanceCustomIndexEXT => struct { id_result_type: Id, id_result: Id, hit_object: Id }, |
| 2677 | .OpHitObjectGetObjectRayOriginEXT => struct { id_result_type: Id, id_result: Id, hit_object: Id }, |
| 2678 | .OpHitObjectGetObjectRayDirectionEXT => struct { id_result_type: Id, id_result: Id, hit_object: Id }, |
| 2679 | .OpHitObjectGetWorldRayDirectionEXT => struct { id_result_type: Id, id_result: Id, hit_object: Id }, |
| 2680 | .OpHitObjectGetWorldRayOriginEXT => struct { id_result_type: Id, id_result: Id, hit_object: Id }, |
| 2681 | .OpHitObjectGetObjectToWorldEXT => struct { id_result_type: Id, id_result: Id, hit_object: Id }, |
| 2682 | .OpHitObjectGetWorldToObjectEXT => struct { id_result_type: Id, id_result: Id, hit_object: Id }, |
| 2683 | .OpHitObjectGetRayTMaxEXT => struct { id_result_type: Id, id_result: Id, hit_object: Id }, |
| 2551 | 2684 | .OpReportIntersectionKHR => struct { id_result_type: Id, id_result: Id, hit: Id, hit_kind: Id }, |
| 2552 | 2685 | .OpIgnoreIntersectionNV => void, |
| 2553 | 2686 | .OpTerminateRayNV => void, |
| ... | ... | @@ -2557,8 +2690,14 @@ pub const Opcode = enum(u16) { |
| 2557 | 2690 | .OpRayQueryGetIntersectionTriangleVertexPositionsKHR => struct { id_result_type: Id, id_result: Id, ray_query: Id, intersection: Id }, |
| 2558 | 2691 | .OpTypeAccelerationStructureKHR => struct { id_result: Id }, |
| 2559 | 2692 | .OpExecuteCallableNV => struct { sbt_index: Id, callable_data_id: Id }, |
| 2560 | | .OpRayQueryGetClusterIdNV => struct { id_result_type: Id, id_result: Id, ray_query: Id, intersection: Id }, |
| 2693 | .OpRayQueryGetIntersectionClusterIdNV => struct { id_result_type: Id, id_result: Id, ray_query: Id, intersection: Id }, |
| 2561 | 2694 | .OpHitObjectGetClusterIdNV => struct { id_result_type: Id, id_result: Id, hit_object: Id }, |
| 2695 | .OpHitObjectGetRayTMinEXT => struct { id_result_type: Id, id_result: Id, hit_object: Id }, |
| 2696 | .OpHitObjectGetShaderBindingTableRecordIndexEXT => struct { id_result_type: Id, id_result: Id, hit_object: Id }, |
| 2697 | .OpHitObjectGetShaderRecordBufferHandleEXT => struct { id_result_type: Id, id_result: Id, hit_object: Id }, |
| 2698 | .OpHitObjectIsEmptyEXT => struct { id_result_type: Id, id_result: Id, hit_object: Id }, |
| 2699 | .OpHitObjectIsHitEXT => struct { id_result_type: Id, id_result: Id, hit_object: Id }, |
| 2700 | .OpHitObjectIsMissEXT => struct { id_result_type: Id, id_result: Id, hit_object: Id }, |
| 2562 | 2701 | .OpTypeCooperativeMatrixNV => struct { id_result: Id, component_type: Id, execution: Id, rows: Id, columns: Id }, |
| 2563 | 2702 | .OpCooperativeMatrixLoadNV => struct { id_result_type: Id, id_result: Id, pointer: Id, stride: Id, column_major: Id, memory_access: ?MemoryAccess.Extended = null }, |
| 2564 | 2703 | .OpCooperativeMatrixStoreNV => struct { pointer: Id, object: Id, stride: Id, column_major: Id, memory_access: ?MemoryAccess.Extended = null }, |
| ... | ... | @@ -2636,10 +2775,10 @@ pub const Opcode = enum(u16) { |
| 2636 | 2775 | .OpExpectKHR => struct { id_result_type: Id, id_result: Id, value: Id, expected_value: Id }, |
| 2637 | 2776 | .OpDecorateString => struct { target: Id, decoration: Decoration.Extended }, |
| 2638 | 2777 | .OpMemberDecorateString => struct { struct_type: Id, member: LiteralInteger, decoration: Decoration.Extended }, |
| 2778 | .OpVariableLengthArrayINTEL => struct { id_result_type: Id, id_result: Id, length: Id }, |
| 2779 | .OpSaveMemoryINTEL => struct { id_result_type: Id, id_result: Id }, |
| 2780 | .OpRestoreMemoryINTEL => struct { ptr: Id }, |
| 2639 | 2781 | .OpLoopControlINTEL => struct { loop_control_parameters: []const LiteralInteger = &.{} }, |
| 2640 | | .OpReadPipeBlockingINTEL => struct { id_result_type: Id, id_result: Id, packet_size: Id, packet_alignment: Id }, |
| 2641 | | .OpWritePipeBlockingINTEL => struct { id_result_type: Id, id_result: Id, packet_size: Id, packet_alignment: Id }, |
| 2642 | | .OpFPGARegINTEL => struct { id_result_type: Id, id_result: Id, input: Id }, |
| 2643 | 2782 | .OpRayQueryGetRayTMinKHR => struct { id_result_type: Id, id_result: Id, ray_query: Id }, |
| 2644 | 2783 | .OpRayQueryGetRayFlagsKHR => struct { id_result_type: Id, id_result: Id, ray_query: Id }, |
| 2645 | 2784 | .OpRayQueryGetIntersectionTKHR => struct { id_result_type: Id, id_result: Id, ray_query: Id, intersection: Id }, |
| ... | ... | @@ -2668,11 +2807,6 @@ pub const Opcode = enum(u16) { |
| 2668 | 2807 | .OpControlBarrierArriveINTEL => struct { execution: Id, memory: Id, semantics: Id }, |
| 2669 | 2808 | .OpControlBarrierWaitINTEL => struct { execution: Id, memory: Id, semantics: Id }, |
| 2670 | 2809 | .OpArithmeticFenceEXT => struct { id_result_type: Id, id_result: Id, target: Id }, |
| 2671 | | .OpTaskSequenceCreateINTEL => struct { id_result_type: Id, id_result: Id, function: Id, pipelined: LiteralInteger, use_stall_enable_clusters: LiteralInteger, get_capacity: LiteralInteger, async_capacity: LiteralInteger }, |
| 2672 | | .OpTaskSequenceAsyncINTEL => struct { sequence: Id, arguments: []const Id = &.{} }, |
| 2673 | | .OpTaskSequenceGetINTEL => struct { id_result_type: Id, id_result: Id, sequence: Id }, |
| 2674 | | .OpTaskSequenceReleaseINTEL => struct { sequence: Id }, |
| 2675 | | .OpTypeTaskSequenceINTEL => struct { id_result: Id }, |
| 2676 | 2810 | .OpSubgroupBlockPrefetchINTEL => struct { ptr: Id, num_bytes: Id, memory_access: ?MemoryAccess.Extended = null }, |
| 2677 | 2811 | .OpSubgroup2DBlockLoadINTEL => struct { element_size: Id, block_width: Id, block_height: Id, block_count: Id, src_base_pointer: Id, memory_width: Id, memory_height: Id, memory_pitch: Id, coordinate: Id, dst_pointer: Id }, |
| 2678 | 2812 | .OpSubgroup2DBlockLoadTransformINTEL => struct { element_size: Id, block_width: Id, block_height: Id, block_count: Id, src_base_pointer: Id, memory_width: Id, memory_height: Id, memory_pitch: Id, coordinate: Id, dst_pointer: Id }, |
| ... | ... | @@ -2681,6 +2815,14 @@ pub const Opcode = enum(u16) { |
| 2681 | 2815 | .OpSubgroup2DBlockStoreINTEL => struct { element_size: Id, block_width: Id, block_height: Id, block_count: Id, src_pointer: Id, dst_base_pointer: Id, memory_width: Id, memory_height: Id, memory_pitch: Id, coordinate: Id }, |
| 2682 | 2816 | .OpSubgroupMatrixMultiplyAccumulateINTEL => struct { id_result_type: Id, id_result: Id, k_dim: Id, matrix_a: Id, matrix_b: Id, matrix_c: Id, matrix_multiply_accumulate_operands: ?MatrixMultiplyAccumulateOperands = null }, |
| 2683 | 2817 | .OpBitwiseFunctionINTEL => struct { id_result_type: Id, id_result: Id, a: Id, b: Id, c: Id, lut_index: Id }, |
| 2818 | .OpUntypedVariableLengthArrayINTEL => struct { id_result_type: Id, id_result: Id, element_type: Id, length: Id }, |
| 2819 | .OpConditionalExtensionINTEL => struct { condition: Id, name: LiteralString }, |
| 2820 | .OpConditionalEntryPointINTEL => struct { condition: Id, execution_model: ExecutionModel, entry_point: Id, name: LiteralString, interface: []const Id = &.{} }, |
| 2821 | .OpConditionalCapabilityINTEL => struct { condition: Id, capability: Capability }, |
| 2822 | .OpSpecConstantTargetINTEL => struct { id_result_type: Id, id_result: Id, target: LiteralInteger, features: []const LiteralInteger = &.{} }, |
| 2823 | .OpSpecConstantArchitectureINTEL => struct { id_result_type: Id, id_result: Id, category: LiteralInteger, family: LiteralInteger, opcode: LiteralInteger, architecture: LiteralInteger }, |
| 2824 | .OpSpecConstantCapabilitiesINTEL => struct { id_result_type: Id, id_result: Id, capabilities: []const Capability = &.{} }, |
| 2825 | .OpConditionalCopyObjectINTEL => struct { id_result_type: Id, id_result: Id, id_ref: []const Id = &.{} }, |
| 2684 | 2826 | .OpGroupIMulKHR => struct { id_result_type: Id, id_result: Id, execution: Id, operation: GroupOperation, x: Id }, |
| 2685 | 2827 | .OpGroupFMulKHR => struct { id_result_type: Id, id_result: Id, execution: Id, operation: GroupOperation, x: Id }, |
| 2686 | 2828 | .OpGroupBitwiseAndKHR => struct { id_result_type: Id, id_result: Id, execution: Id, operation: GroupOperation, x: Id }, |
| ... | ... | @@ -2695,6 +2837,9 @@ pub const Opcode = enum(u16) { |
| 2695 | 2837 | .OpConvertHandleToImageINTEL => struct { id_result_type: Id, id_result: Id, operand: Id }, |
| 2696 | 2838 | .OpConvertHandleToSamplerINTEL => struct { id_result_type: Id, id_result: Id, operand: Id }, |
| 2697 | 2839 | .OpConvertHandleToSampledImageINTEL => struct { id_result_type: Id, id_result: Id, operand: Id }, |
| 2840 | .OpFDot2MixAcc32VALVE => struct { id_result_type: Id, id_result: Id, vector_1: Id, vector_2: Id, accumulator: Id }, |
| 2841 | .OpFDot2MixAcc16VALVE => struct { id_result_type: Id, id_result: Id, vector_1: Id, vector_2: Id, accumulator: Id }, |
| 2842 | .OpFDot4MixAcc32VALVE => struct { id_result_type: Id, id_result: Id, vector_1: Id, vector_2: Id, accumulator: Id }, |
| 2698 | 2843 | }; |
| 2699 | 2844 | } |
| 2700 | 2845 | pub fn class(self: Opcode) Class { |
| ... | ... | @@ -3068,12 +3213,14 @@ pub const Opcode = enum(u16) { |
| 3068 | 3213 | .OpUntypedInBoundsPtrAccessChainKHR => .memory, |
| 3069 | 3214 | .OpUntypedArrayLengthKHR => .memory, |
| 3070 | 3215 | .OpUntypedPrefetchKHR => .memory, |
| 3216 | .OpFmaKHR => .arithmetic, |
| 3071 | 3217 | .OpSubgroupAllKHR => .group, |
| 3072 | 3218 | .OpSubgroupAnyKHR => .group, |
| 3073 | 3219 | .OpSubgroupAllEqualKHR => .group, |
| 3074 | 3220 | .OpGroupNonUniformRotateKHR => .group, |
| 3075 | 3221 | .OpSubgroupReadInvocationKHR => .group, |
| 3076 | 3222 | .OpExtInstWithForwardRefsKHR => .extension, |
| 3223 | .OpUntypedGroupAsyncCopyKHR => .group, |
| 3077 | 3224 | .OpTraceRayKHR => .reserved, |
| 3078 | 3225 | .OpExecuteCallableKHR => .reserved, |
| 3079 | 3226 | .OpConvertUToAccelerationStructureKHR => .reserved, |
| ... | ... | @@ -3104,10 +3251,14 @@ pub const Opcode = enum(u16) { |
| 3104 | 3251 | .OpImageBoxFilterQCOM => .image, |
| 3105 | 3252 | .OpImageBlockMatchSSDQCOM => .image, |
| 3106 | 3253 | .OpImageBlockMatchSADQCOM => .image, |
| 3254 | .OpBitCastArrayQCOM => .conversion, |
| 3107 | 3255 | .OpImageBlockMatchWindowSSDQCOM => .image, |
| 3108 | 3256 | .OpImageBlockMatchWindowSADQCOM => .image, |
| 3109 | 3257 | .OpImageBlockMatchGatherSSDQCOM => .image, |
| 3110 | 3258 | .OpImageBlockMatchGatherSADQCOM => .image, |
| 3259 | .OpCompositeConstructCoopMatQCOM => .composite, |
| 3260 | .OpCompositeExtractCoopMatQCOM => .composite, |
| 3261 | .OpExtractSubArrayQCOM => .composite, |
| 3111 | 3262 | .OpGroupIAddNonUniformAMD => .group, |
| 3112 | 3263 | .OpGroupFAddNonUniformAMD => .group, |
| 3113 | 3264 | .OpGroupFMinNonUniformAMD => .group, |
| ... | ... | @@ -3129,6 +3280,16 @@ pub const Opcode = enum(u16) { |
| 3129 | 3280 | .OpSpecConstantStringAMDX => .reserved, |
| 3130 | 3281 | .OpGroupNonUniformQuadAllKHR => .non_uniform, |
| 3131 | 3282 | .OpGroupNonUniformQuadAnyKHR => .non_uniform, |
| 3283 | .OpTypeBufferEXT => .type_declaration, |
| 3284 | .OpBufferPointerEXT => .memory, |
| 3285 | .OpAbortKHR => .control_flow, |
| 3286 | .OpUntypedImageTexelPointerEXT => .memory, |
| 3287 | .OpMemberDecorateIdEXT => .annotation, |
| 3288 | .OpConstantSizeOfEXT => .constant_creation, |
| 3289 | .OpConstantDataKHR => .constant_creation, |
| 3290 | .OpSpecConstantDataKHR => .constant_creation, |
| 3291 | .OpPoisonKHR => .miscellaneous, |
| 3292 | .OpFreezeKHR => .miscellaneous, |
| 3132 | 3293 | .OpHitObjectRecordHitMotionNV => .reserved, |
| 3133 | 3294 | .OpHitObjectRecordHitWithIndexMotionNV => .reserved, |
| 3134 | 3295 | .OpHitObjectRecordMissMotionNV => .reserved, |
| ... | ... | @@ -3163,7 +3324,7 @@ pub const Opcode = enum(u16) { |
| 3163 | 3324 | .OpReorderThreadWithHintNV => .reserved, |
| 3164 | 3325 | .OpTypeHitObjectNV => .type_declaration, |
| 3165 | 3326 | .OpImageSampleFootprintNV => .image, |
| 3166 | | .OpTypeCooperativeVectorNV => .type_declaration, |
| 3327 | .OpTypeVectorIdEXT => .type_declaration, |
| 3167 | 3328 | .OpCooperativeVectorMatrixMulNV => .reserved, |
| 3168 | 3329 | .OpCooperativeVectorOuterProductAccumulateNV => .reserved, |
| 3169 | 3330 | .OpCooperativeVectorReduceSumAccumulateNV => .reserved, |
| ... | ... | @@ -3171,12 +3332,42 @@ pub const Opcode = enum(u16) { |
| 3171 | 3332 | .OpCooperativeMatrixConvertNV => .conversion, |
| 3172 | 3333 | .OpEmitMeshTasksEXT => .reserved, |
| 3173 | 3334 | .OpSetMeshOutputsEXT => .reserved, |
| 3174 | | .OpGroupNonUniformPartitionNV => .non_uniform, |
| 3335 | .OpGroupNonUniformPartitionEXT => .non_uniform, |
| 3175 | 3336 | .OpWritePackedPrimitiveIndices4x8NV => .reserved, |
| 3176 | 3337 | .OpFetchMicroTriangleVertexPositionNV => .reserved, |
| 3177 | 3338 | .OpFetchMicroTriangleVertexBarycentricNV => .reserved, |
| 3178 | 3339 | .OpCooperativeVectorLoadNV => .memory, |
| 3179 | 3340 | .OpCooperativeVectorStoreNV => .memory, |
| 3341 | .OpHitObjectRecordFromQueryEXT => .reserved, |
| 3342 | .OpHitObjectRecordMissEXT => .reserved, |
| 3343 | .OpHitObjectRecordMissMotionEXT => .reserved, |
| 3344 | .OpHitObjectGetIntersectionTriangleVertexPositionsEXT => .reserved, |
| 3345 | .OpHitObjectGetRayFlagsEXT => .reserved, |
| 3346 | .OpHitObjectSetShaderBindingTableRecordIndexEXT => .reserved, |
| 3347 | .OpHitObjectReorderExecuteShaderEXT => .reserved, |
| 3348 | .OpHitObjectTraceReorderExecuteEXT => .reserved, |
| 3349 | .OpHitObjectTraceMotionReorderExecuteEXT => .reserved, |
| 3350 | .OpTypeHitObjectEXT => .type_declaration, |
| 3351 | .OpReorderThreadWithHintEXT => .reserved, |
| 3352 | .OpReorderThreadWithHitObjectEXT => .reserved, |
| 3353 | .OpHitObjectTraceRayEXT => .reserved, |
| 3354 | .OpHitObjectTraceRayMotionEXT => .reserved, |
| 3355 | .OpHitObjectRecordEmptyEXT => .reserved, |
| 3356 | .OpHitObjectExecuteShaderEXT => .reserved, |
| 3357 | .OpHitObjectGetCurrentTimeEXT => .reserved, |
| 3358 | .OpHitObjectGetAttributesEXT => .reserved, |
| 3359 | .OpHitObjectGetHitKindEXT => .reserved, |
| 3360 | .OpHitObjectGetPrimitiveIndexEXT => .reserved, |
| 3361 | .OpHitObjectGetGeometryIndexEXT => .reserved, |
| 3362 | .OpHitObjectGetInstanceIdEXT => .reserved, |
| 3363 | .OpHitObjectGetInstanceCustomIndexEXT => .reserved, |
| 3364 | .OpHitObjectGetObjectRayOriginEXT => .reserved, |
| 3365 | .OpHitObjectGetObjectRayDirectionEXT => .reserved, |
| 3366 | .OpHitObjectGetWorldRayDirectionEXT => .reserved, |
| 3367 | .OpHitObjectGetWorldRayOriginEXT => .reserved, |
| 3368 | .OpHitObjectGetObjectToWorldEXT => .reserved, |
| 3369 | .OpHitObjectGetWorldToObjectEXT => .reserved, |
| 3370 | .OpHitObjectGetRayTMaxEXT => .reserved, |
| 3180 | 3371 | .OpReportIntersectionKHR => .reserved, |
| 3181 | 3372 | .OpIgnoreIntersectionNV => .reserved, |
| 3182 | 3373 | .OpTerminateRayNV => .reserved, |
| ... | ... | @@ -3186,8 +3377,14 @@ pub const Opcode = enum(u16) { |
| 3186 | 3377 | .OpRayQueryGetIntersectionTriangleVertexPositionsKHR => .reserved, |
| 3187 | 3378 | .OpTypeAccelerationStructureKHR => .type_declaration, |
| 3188 | 3379 | .OpExecuteCallableNV => .reserved, |
| 3189 | | .OpRayQueryGetClusterIdNV => .reserved, |
| 3380 | .OpRayQueryGetIntersectionClusterIdNV => .reserved, |
| 3190 | 3381 | .OpHitObjectGetClusterIdNV => .reserved, |
| 3382 | .OpHitObjectGetRayTMinEXT => .reserved, |
| 3383 | .OpHitObjectGetShaderBindingTableRecordIndexEXT => .reserved, |
| 3384 | .OpHitObjectGetShaderRecordBufferHandleEXT => .reserved, |
| 3385 | .OpHitObjectIsEmptyEXT => .reserved, |
| 3386 | .OpHitObjectIsHitEXT => .reserved, |
| 3387 | .OpHitObjectIsMissEXT => .reserved, |
| 3191 | 3388 | .OpTypeCooperativeMatrixNV => .type_declaration, |
| 3192 | 3389 | .OpCooperativeMatrixLoadNV => .reserved, |
| 3193 | 3390 | .OpCooperativeMatrixStoreNV => .reserved, |
| ... | ... | @@ -3265,10 +3462,10 @@ pub const Opcode = enum(u16) { |
| 3265 | 3462 | .OpExpectKHR => .miscellaneous, |
| 3266 | 3463 | .OpDecorateString => .annotation, |
| 3267 | 3464 | .OpMemberDecorateString => .annotation, |
| 3465 | .OpVariableLengthArrayINTEL => .memory, |
| 3466 | .OpSaveMemoryINTEL => .memory, |
| 3467 | .OpRestoreMemoryINTEL => .memory, |
| 3268 | 3468 | .OpLoopControlINTEL => .reserved, |
| 3269 | | .OpReadPipeBlockingINTEL => .pipe, |
| 3270 | | .OpWritePipeBlockingINTEL => .pipe, |
| 3271 | | .OpFPGARegINTEL => .reserved, |
| 3272 | 3469 | .OpRayQueryGetRayTMinKHR => .reserved, |
| 3273 | 3470 | .OpRayQueryGetRayFlagsKHR => .reserved, |
| 3274 | 3471 | .OpRayQueryGetIntersectionTKHR => .reserved, |
| ... | ... | @@ -3297,11 +3494,6 @@ pub const Opcode = enum(u16) { |
| 3297 | 3494 | .OpControlBarrierArriveINTEL => .barrier, |
| 3298 | 3495 | .OpControlBarrierWaitINTEL => .barrier, |
| 3299 | 3496 | .OpArithmeticFenceEXT => .miscellaneous, |
| 3300 | | .OpTaskSequenceCreateINTEL => .reserved, |
| 3301 | | .OpTaskSequenceAsyncINTEL => .reserved, |
| 3302 | | .OpTaskSequenceGetINTEL => .reserved, |
| 3303 | | .OpTaskSequenceReleaseINTEL => .reserved, |
| 3304 | | .OpTypeTaskSequenceINTEL => .type_declaration, |
| 3305 | 3497 | .OpSubgroupBlockPrefetchINTEL => .group, |
| 3306 | 3498 | .OpSubgroup2DBlockLoadINTEL => .group, |
| 3307 | 3499 | .OpSubgroup2DBlockLoadTransformINTEL => .group, |
| ... | ... | @@ -3310,6 +3502,14 @@ pub const Opcode = enum(u16) { |
| 3310 | 3502 | .OpSubgroup2DBlockStoreINTEL => .group, |
| 3311 | 3503 | .OpSubgroupMatrixMultiplyAccumulateINTEL => .group, |
| 3312 | 3504 | .OpBitwiseFunctionINTEL => .bit, |
| 3505 | .OpUntypedVariableLengthArrayINTEL => .memory, |
| 3506 | .OpConditionalExtensionINTEL => .extension, |
| 3507 | .OpConditionalEntryPointINTEL => .mode_setting, |
| 3508 | .OpConditionalCapabilityINTEL => .mode_setting, |
| 3509 | .OpSpecConstantTargetINTEL => .constant_creation, |
| 3510 | .OpSpecConstantArchitectureINTEL => .constant_creation, |
| 3511 | .OpSpecConstantCapabilitiesINTEL => .constant_creation, |
| 3512 | .OpConditionalCopyObjectINTEL => .composite, |
| 3313 | 3513 | .OpGroupIMulKHR => .group, |
| 3314 | 3514 | .OpGroupFMulKHR => .group, |
| 3315 | 3515 | .OpGroupBitwiseAndKHR => .group, |
| ... | ... | @@ -3324,94 +3524,13 @@ pub const Opcode = enum(u16) { |
| 3324 | 3524 | .OpConvertHandleToImageINTEL => .image, |
| 3325 | 3525 | .OpConvertHandleToSamplerINTEL => .image, |
| 3326 | 3526 | .OpConvertHandleToSampledImageINTEL => .image, |
| 3527 | .OpFDot2MixAcc32VALVE => .reserved, |
| 3528 | .OpFDot2MixAcc16VALVE => .reserved, |
| 3529 | .OpFDot4MixAcc32VALVE => .reserved, |
| 3327 | 3530 | }; |
| 3328 | 3531 | } |
| 3329 | 3532 | }; |
| 3330 | 3533 | |
| 3331 | | pub const GlslOpcode = enum(u16) { |
| 3332 | | Round = 1, |
| 3333 | | RoundEven = 2, |
| 3334 | | Trunc = 3, |
| 3335 | | FAbs = 4, |
| 3336 | | SAbs = 5, |
| 3337 | | FSign = 6, |
| 3338 | | SSign = 7, |
| 3339 | | Floor = 8, |
| 3340 | | Ceil = 9, |
| 3341 | | Fract = 10, |
| 3342 | | Radians = 11, |
| 3343 | | Degrees = 12, |
| 3344 | | Sin = 13, |
| 3345 | | Cos = 14, |
| 3346 | | Tan = 15, |
| 3347 | | Asin = 16, |
| 3348 | | Acos = 17, |
| 3349 | | Atan = 18, |
| 3350 | | Sinh = 19, |
| 3351 | | Cosh = 20, |
| 3352 | | Tanh = 21, |
| 3353 | | Asinh = 22, |
| 3354 | | Acosh = 23, |
| 3355 | | Atanh = 24, |
| 3356 | | Atan2 = 25, |
| 3357 | | Pow = 26, |
| 3358 | | Exp = 27, |
| 3359 | | Log = 28, |
| 3360 | | Exp2 = 29, |
| 3361 | | Log2 = 30, |
| 3362 | | Sqrt = 31, |
| 3363 | | InverseSqrt = 32, |
| 3364 | | Determinant = 33, |
| 3365 | | MatrixInverse = 34, |
| 3366 | | Modf = 35, |
| 3367 | | ModfStruct = 36, |
| 3368 | | FMin = 37, |
| 3369 | | UMin = 38, |
| 3370 | | SMin = 39, |
| 3371 | | FMax = 40, |
| 3372 | | UMax = 41, |
| 3373 | | SMax = 42, |
| 3374 | | FClamp = 43, |
| 3375 | | UClamp = 44, |
| 3376 | | SClamp = 45, |
| 3377 | | FMix = 46, |
| 3378 | | IMix = 47, |
| 3379 | | Step = 48, |
| 3380 | | SmoothStep = 49, |
| 3381 | | Fma = 50, |
| 3382 | | Frexp = 51, |
| 3383 | | FrexpStruct = 52, |
| 3384 | | Ldexp = 53, |
| 3385 | | PackSnorm4x8 = 54, |
| 3386 | | PackUnorm4x8 = 55, |
| 3387 | | PackSnorm2x16 = 56, |
| 3388 | | PackUnorm2x16 = 57, |
| 3389 | | PackHalf2x16 = 58, |
| 3390 | | PackDouble2x32 = 59, |
| 3391 | | UnpackSnorm2x16 = 60, |
| 3392 | | UnpackUnorm2x16 = 61, |
| 3393 | | UnpackHalf2x16 = 62, |
| 3394 | | UnpackSnorm4x8 = 63, |
| 3395 | | UnpackUnorm4x8 = 64, |
| 3396 | | UnpackDouble2x32 = 65, |
| 3397 | | Length = 66, |
| 3398 | | Distance = 67, |
| 3399 | | Cross = 68, |
| 3400 | | Normalize = 69, |
| 3401 | | FaceForward = 70, |
| 3402 | | Reflect = 71, |
| 3403 | | Refract = 72, |
| 3404 | | FindILsb = 73, |
| 3405 | | FindSMsb = 74, |
| 3406 | | FindUMsb = 75, |
| 3407 | | InterpolateAtCentroid = 76, |
| 3408 | | InterpolateAtSample = 77, |
| 3409 | | InterpolateAtOffset = 78, |
| 3410 | | NMin = 79, |
| 3411 | | NMax = 80, |
| 3412 | | NClamp = 81, |
| 3413 | | }; |
| 3414 | | |
| 3415 | 3534 | pub const OpenClOpcode = enum(u16) { |
| 3416 | 3535 | acos = 0, |
| 3417 | 3536 | acosh = 1, |
| ... | ... | @@ -3577,6 +3696,90 @@ pub const OpenClOpcode = enum(u16) { |
| 3577 | 3696 | u_mad_hi = 204, |
| 3578 | 3697 | }; |
| 3579 | 3698 | |
| 3699 | pub const GlslOpcode = enum(u16) { |
| 3700 | Round = 1, |
| 3701 | RoundEven = 2, |
| 3702 | Trunc = 3, |
| 3703 | FAbs = 4, |
| 3704 | SAbs = 5, |
| 3705 | FSign = 6, |
| 3706 | SSign = 7, |
| 3707 | Floor = 8, |
| 3708 | Ceil = 9, |
| 3709 | Fract = 10, |
| 3710 | Radians = 11, |
| 3711 | Degrees = 12, |
| 3712 | Sin = 13, |
| 3713 | Cos = 14, |
| 3714 | Tan = 15, |
| 3715 | Asin = 16, |
| 3716 | Acos = 17, |
| 3717 | Atan = 18, |
| 3718 | Sinh = 19, |
| 3719 | Cosh = 20, |
| 3720 | Tanh = 21, |
| 3721 | Asinh = 22, |
| 3722 | Acosh = 23, |
| 3723 | Atanh = 24, |
| 3724 | Atan2 = 25, |
| 3725 | Pow = 26, |
| 3726 | Exp = 27, |
| 3727 | Log = 28, |
| 3728 | Exp2 = 29, |
| 3729 | Log2 = 30, |
| 3730 | Sqrt = 31, |
| 3731 | InverseSqrt = 32, |
| 3732 | Determinant = 33, |
| 3733 | MatrixInverse = 34, |
| 3734 | Modf = 35, |
| 3735 | ModfStruct = 36, |
| 3736 | FMin = 37, |
| 3737 | UMin = 38, |
| 3738 | SMin = 39, |
| 3739 | FMax = 40, |
| 3740 | UMax = 41, |
| 3741 | SMax = 42, |
| 3742 | FClamp = 43, |
| 3743 | UClamp = 44, |
| 3744 | SClamp = 45, |
| 3745 | FMix = 46, |
| 3746 | IMix = 47, |
| 3747 | Step = 48, |
| 3748 | SmoothStep = 49, |
| 3749 | Fma = 50, |
| 3750 | Frexp = 51, |
| 3751 | FrexpStruct = 52, |
| 3752 | Ldexp = 53, |
| 3753 | PackSnorm4x8 = 54, |
| 3754 | PackUnorm4x8 = 55, |
| 3755 | PackSnorm2x16 = 56, |
| 3756 | PackUnorm2x16 = 57, |
| 3757 | PackHalf2x16 = 58, |
| 3758 | PackDouble2x32 = 59, |
| 3759 | UnpackSnorm2x16 = 60, |
| 3760 | UnpackUnorm2x16 = 61, |
| 3761 | UnpackHalf2x16 = 62, |
| 3762 | UnpackSnorm4x8 = 63, |
| 3763 | UnpackUnorm4x8 = 64, |
| 3764 | UnpackDouble2x32 = 65, |
| 3765 | Length = 66, |
| 3766 | Distance = 67, |
| 3767 | Cross = 68, |
| 3768 | Normalize = 69, |
| 3769 | FaceForward = 70, |
| 3770 | Reflect = 71, |
| 3771 | Refract = 72, |
| 3772 | FindILsb = 73, |
| 3773 | FindSMsb = 74, |
| 3774 | FindUMsb = 75, |
| 3775 | InterpolateAtCentroid = 76, |
| 3776 | InterpolateAtSample = 77, |
| 3777 | InterpolateAtOffset = 78, |
| 3778 | NMin = 79, |
| 3779 | NMax = 80, |
| 3780 | NClamp = 81, |
| 3781 | }; |
| 3782 | |
| 3580 | 3783 | pub const Zig = enum(u16) { |
| 3581 | 3784 | InvocationGlobal = 0, |
| 3582 | 3785 | }; |
| ... | ... | @@ -3734,16 +3937,16 @@ pub const LoopControl = packed struct { |
| 3734 | 3937 | _reserved_bit_13: bool = false, |
| 3735 | 3938 | _reserved_bit_14: bool = false, |
| 3736 | 3939 | _reserved_bit_15: bool = false, |
| 3737 | | initiation_interval_intel: bool = false, |
| 3738 | | max_concurrency_intel: bool = false, |
| 3739 | | dependency_array_intel: bool = false, |
| 3740 | | pipeline_enable_intel: bool = false, |
| 3741 | | loop_coalesce_intel: bool = false, |
| 3742 | | max_interleaving_intel: bool = false, |
| 3743 | | speculated_iterations_intel: bool = false, |
| 3744 | | no_fusion_intel: bool = false, |
| 3745 | | loop_count_intel: bool = false, |
| 3746 | | max_reinvocation_delay_intel: bool = false, |
| 3940 | initiation_interval_altera: bool = false, |
| 3941 | max_concurrency_altera: bool = false, |
| 3942 | dependency_array_altera: bool = false, |
| 3943 | pipeline_enable_altera: bool = false, |
| 3944 | loop_coalesce_altera: bool = false, |
| 3945 | max_interleaving_altera: bool = false, |
| 3946 | speculated_iterations_altera: bool = false, |
| 3947 | no_fusion_altera: bool = false, |
| 3948 | loop_count_altera: bool = false, |
| 3949 | max_reinvocation_delay_altera: bool = false, |
| 3747 | 3950 | _reserved_bit_26: bool = false, |
| 3748 | 3951 | _reserved_bit_27: bool = false, |
| 3749 | 3952 | _reserved_bit_28: bool = false, |
| ... | ... | @@ -3768,16 +3971,16 @@ pub const LoopControl = packed struct { |
| 3768 | 3971 | _reserved_bit_13: bool = false, |
| 3769 | 3972 | _reserved_bit_14: bool = false, |
| 3770 | 3973 | _reserved_bit_15: bool = false, |
| 3771 | | initiation_interval_intel: ?struct { literal_integer: LiteralInteger } = null, |
| 3772 | | max_concurrency_intel: ?struct { literal_integer: LiteralInteger } = null, |
| 3773 | | dependency_array_intel: ?struct { literal_integer: LiteralInteger } = null, |
| 3774 | | pipeline_enable_intel: ?struct { literal_integer: LiteralInteger } = null, |
| 3775 | | loop_coalesce_intel: ?struct { literal_integer: LiteralInteger } = null, |
| 3776 | | max_interleaving_intel: ?struct { literal_integer: LiteralInteger } = null, |
| 3777 | | speculated_iterations_intel: ?struct { literal_integer: LiteralInteger } = null, |
| 3778 | | no_fusion_intel: bool = false, |
| 3779 | | loop_count_intel: ?struct { literal_integer: LiteralInteger } = null, |
| 3780 | | max_reinvocation_delay_intel: ?struct { literal_integer: LiteralInteger } = null, |
| 3974 | initiation_interval_altera: ?struct { literal_integer: LiteralInteger } = null, |
| 3975 | max_concurrency_altera: ?struct { literal_integer: LiteralInteger } = null, |
| 3976 | dependency_array_altera: ?struct { literal_integer: LiteralInteger } = null, |
| 3977 | pipeline_enable_altera: ?struct { literal_integer: LiteralInteger } = null, |
| 3978 | loop_coalesce_altera: ?struct { literal_integer: LiteralInteger } = null, |
| 3979 | max_interleaving_altera: ?struct { literal_integer: LiteralInteger } = null, |
| 3980 | speculated_iterations_altera: ?struct { literal_integer: LiteralInteger } = null, |
| 3981 | no_fusion_altera: bool = false, |
| 3982 | loop_count_altera: ?struct { literal_integer: LiteralInteger } = null, |
| 3983 | max_reinvocation_delay_altera: ?struct { literal_integer: LiteralInteger } = null, |
| 3781 | 3984 | _reserved_bit_26: bool = false, |
| 3782 | 3985 | _reserved_bit_27: bool = false, |
| 3783 | 3986 | _reserved_bit_28: bool = false, |
| ... | ... | @@ -4174,6 +4377,7 @@ pub const ExecutionMode = enum(u32) { |
| 4174 | 4377 | quad_derivatives_khr = 5088, |
| 4175 | 4378 | require_full_quads_khr = 5089, |
| 4176 | 4379 | shares_input_with_amdx = 5102, |
| 4380 | arithmetic_poison_khr = 5157, |
| 4177 | 4381 | output_lines_ext = 5269, |
| 4178 | 4382 | output_primitives_ext = 5270, |
| 4179 | 4383 | derivative_group_quads_khr = 5289, |
| ... | ... | @@ -4185,6 +4389,7 @@ pub const ExecutionMode = enum(u32) { |
| 4185 | 4389 | sample_interlock_unordered_ext = 5369, |
| 4186 | 4390 | shading_rate_interlock_ordered_ext = 5370, |
| 4187 | 4391 | shading_rate_interlock_unordered_ext = 5371, |
| 4392 | shader64bit_indexing_ext = 5427, |
| 4188 | 4393 | shared_local_memory_size_intel = 5618, |
| 4189 | 4394 | rounding_mode_rtpintel = 5620, |
| 4190 | 4395 | rounding_mode_rtnintel = 5621, |
| ... | ... | @@ -4272,6 +4477,7 @@ pub const ExecutionMode = enum(u32) { |
| 4272 | 4477 | quad_derivatives_khr, |
| 4273 | 4478 | require_full_quads_khr, |
| 4274 | 4479 | shares_input_with_amdx: struct { node_name: Id, shader_index: Id }, |
| 4480 | arithmetic_poison_khr, |
| 4275 | 4481 | output_lines_ext, |
| 4276 | 4482 | output_primitives_ext: struct { primitive_count: LiteralInteger }, |
| 4277 | 4483 | derivative_group_quads_khr, |
| ... | ... | @@ -4283,6 +4489,7 @@ pub const ExecutionMode = enum(u32) { |
| 4283 | 4489 | sample_interlock_unordered_ext, |
| 4284 | 4490 | shading_rate_interlock_ordered_ext, |
| 4285 | 4491 | shading_rate_interlock_unordered_ext, |
| 4492 | shader64bit_indexing_ext, |
| 4286 | 4493 | shared_local_memory_size_intel: struct { size: LiteralInteger }, |
| 4287 | 4494 | rounding_mode_rtpintel: struct { target_width: LiteralInteger }, |
| 4288 | 4495 | rounding_mode_rtnintel: struct { target_width: LiteralInteger }, |
| ... | ... | @@ -4329,9 +4536,10 @@ pub const StorageClass = enum(u32) { |
| 4329 | 4536 | physical_storage_buffer = 5349, |
| 4330 | 4537 | hit_object_attribute_nv = 5385, |
| 4331 | 4538 | task_payload_workgroup_ext = 5402, |
| 4539 | hit_object_attribute_ext = 5411, |
| 4332 | 4540 | code_section_intel = 5605, |
| 4333 | | device_only_intel = 5936, |
| 4334 | | host_only_intel = 5937, |
| 4541 | device_only_altera = 5936, |
| 4542 | host_only_altera = 5937, |
| 4335 | 4543 | }; |
| 4336 | 4544 | pub const Dim = enum(u32) { |
| 4337 | 4545 | @"1d" = 0, |
| ... | ... | @@ -4503,7 +4711,7 @@ pub const FunctionParameterAttribute = enum(u32) { |
| 4503 | 4711 | no_capture = 5, |
| 4504 | 4712 | no_write = 6, |
| 4505 | 4713 | no_read_write = 7, |
| 4506 | | runtime_aligned_intel = 5940, |
| 4714 | runtime_aligned_altera = 5940, |
| 4507 | 4715 | }; |
| 4508 | 4716 | pub const Decoration = enum(u32) { |
| 4509 | 4717 | relaxed_precision = 0, |
| ... | ... | @@ -4568,6 +4776,9 @@ pub const Decoration = enum(u32) { |
| 4568 | 4776 | payload_node_sparse_array_amdx = 5099, |
| 4569 | 4777 | payload_node_array_size_amdx = 5100, |
| 4570 | 4778 | payload_dispatch_indirect_amdx = 5105, |
| 4779 | array_stride_id_ext = 5124, |
| 4780 | offset_id_ext = 5125, |
| 4781 | utf_encoded_khr = 5145, |
| 4571 | 4782 | override_coverage_nv = 5248, |
| 4572 | 4783 | passthrough_nv = 5250, |
| 4573 | 4784 | viewport_relative_nv = 5252, |
| ... | ... | @@ -4579,7 +4790,10 @@ pub const Decoration = enum(u32) { |
| 4579 | 4790 | non_uniform = 5300, |
| 4580 | 4791 | restrict_pointer = 5355, |
| 4581 | 4792 | aliased_pointer = 5356, |
| 4793 | member_offset_nv = 5358, |
| 4582 | 4794 | hit_object_shader_record_buffer_nv = 5386, |
| 4795 | hit_object_shader_record_buffer_ext = 5389, |
| 4796 | bank_nv = 5397, |
| 4583 | 4797 | bindless_sampler_nv = 5398, |
| 4584 | 4798 | bindless_image_nv = 5399, |
| 4585 | 4799 | bound_sampler_nv = 5400, |
| ... | ... | @@ -4598,55 +4812,56 @@ pub const Decoration = enum(u32) { |
| 4598 | 4812 | user_type_google = 5636, |
| 4599 | 4813 | function_rounding_mode_intel = 5822, |
| 4600 | 4814 | function_denorm_mode_intel = 5823, |
| 4601 | | register_intel = 5825, |
| 4602 | | memory_intel = 5826, |
| 4603 | | numbanks_intel = 5827, |
| 4604 | | bankwidth_intel = 5828, |
| 4605 | | max_private_copies_intel = 5829, |
| 4606 | | singlepump_intel = 5830, |
| 4607 | | doublepump_intel = 5831, |
| 4608 | | max_replicates_intel = 5832, |
| 4609 | | simple_dual_port_intel = 5833, |
| 4610 | | merge_intel = 5834, |
| 4611 | | bank_bits_intel = 5835, |
| 4612 | | force_pow2depth_intel = 5836, |
| 4613 | | stridesize_intel = 5883, |
| 4614 | | wordsize_intel = 5884, |
| 4615 | | true_dual_port_intel = 5885, |
| 4616 | | burst_coalesce_intel = 5899, |
| 4617 | | cache_size_intel = 5900, |
| 4618 | | dont_statically_coalesce_intel = 5901, |
| 4619 | | prefetch_intel = 5902, |
| 4620 | | stall_enable_intel = 5905, |
| 4621 | | fuse_loops_in_function_intel = 5907, |
| 4622 | | math_op_dsp_mode_intel = 5909, |
| 4815 | register_altera = 5825, |
| 4816 | memory_altera = 5826, |
| 4817 | numbanks_altera = 5827, |
| 4818 | bankwidth_altera = 5828, |
| 4819 | max_private_copies_altera = 5829, |
| 4820 | singlepump_altera = 5830, |
| 4821 | doublepump_altera = 5831, |
| 4822 | max_replicates_altera = 5832, |
| 4823 | simple_dual_port_altera = 5833, |
| 4824 | merge_altera = 5834, |
| 4825 | bank_bits_altera = 5835, |
| 4826 | force_pow2depth_altera = 5836, |
| 4827 | stridesize_altera = 5883, |
| 4828 | wordsize_altera = 5884, |
| 4829 | true_dual_port_altera = 5885, |
| 4830 | burst_coalesce_altera = 5899, |
| 4831 | cache_size_altera = 5900, |
| 4832 | dont_statically_coalesce_altera = 5901, |
| 4833 | prefetch_altera = 5902, |
| 4834 | stall_enable_altera = 5905, |
| 4835 | fuse_loops_in_function_altera = 5907, |
| 4836 | math_op_dsp_mode_altera = 5909, |
| 4623 | 4837 | alias_scope_intel = 5914, |
| 4624 | 4838 | no_alias_intel = 5915, |
| 4625 | | initiation_interval_intel = 5917, |
| 4626 | | max_concurrency_intel = 5918, |
| 4627 | | pipeline_enable_intel = 5919, |
| 4628 | | buffer_location_intel = 5921, |
| 4629 | | io_pipe_storage_intel = 5944, |
| 4839 | initiation_interval_altera = 5917, |
| 4840 | max_concurrency_altera = 5918, |
| 4841 | pipeline_enable_altera = 5919, |
| 4842 | buffer_location_altera = 5921, |
| 4843 | io_pipe_storage_altera = 5944, |
| 4630 | 4844 | function_floating_point_mode_intel = 6080, |
| 4631 | 4845 | single_element_vector_intel = 6085, |
| 4632 | 4846 | vector_compute_callable_function_intel = 6087, |
| 4633 | 4847 | media_block_iointel = 6140, |
| 4634 | | stall_free_intel = 6151, |
| 4848 | stall_free_altera = 6151, |
| 4635 | 4849 | fp_max_error_decoration_intel = 6170, |
| 4636 | | latency_control_label_intel = 6172, |
| 4637 | | latency_control_constraint_intel = 6173, |
| 4638 | | conduit_kernel_argument_intel = 6175, |
| 4639 | | register_map_kernel_argument_intel = 6176, |
| 4640 | | mm_host_interface_address_width_intel = 6177, |
| 4641 | | mm_host_interface_data_width_intel = 6178, |
| 4642 | | mm_host_interface_latency_intel = 6179, |
| 4643 | | mm_host_interface_read_write_mode_intel = 6180, |
| 4644 | | mm_host_interface_max_burst_intel = 6181, |
| 4645 | | mm_host_interface_wait_request_intel = 6182, |
| 4646 | | stable_kernel_argument_intel = 6183, |
| 4850 | latency_control_label_altera = 6172, |
| 4851 | latency_control_constraint_altera = 6173, |
| 4852 | conduit_kernel_argument_altera = 6175, |
| 4853 | register_map_kernel_argument_altera = 6176, |
| 4854 | mm_host_interface_address_width_altera = 6177, |
| 4855 | mm_host_interface_data_width_altera = 6178, |
| 4856 | mm_host_interface_latency_altera = 6179, |
| 4857 | mm_host_interface_read_write_mode_altera = 6180, |
| 4858 | mm_host_interface_max_burst_altera = 6181, |
| 4859 | mm_host_interface_wait_request_altera = 6182, |
| 4860 | stable_kernel_argument_altera = 6183, |
| 4647 | 4861 | host_access_intel = 6188, |
| 4648 | | init_mode_intel = 6190, |
| 4649 | | implement_in_register_map_intel = 6191, |
| 4862 | init_mode_altera = 6190, |
| 4863 | implement_in_register_map_altera = 6191, |
| 4864 | conditional_intel = 6247, |
| 4650 | 4865 | cache_control_load_intel = 6442, |
| 4651 | 4866 | cache_control_store_intel = 6443, |
| 4652 | 4867 | |
| ... | ... | @@ -4713,6 +4928,9 @@ pub const Decoration = enum(u32) { |
| 4713 | 4928 | payload_node_sparse_array_amdx, |
| 4714 | 4929 | payload_node_array_size_amdx: struct { array_size: Id }, |
| 4715 | 4930 | payload_dispatch_indirect_amdx, |
| 4931 | array_stride_id_ext: struct { array_stride: Id }, |
| 4932 | offset_id_ext: struct { byte_offset: Id }, |
| 4933 | utf_encoded_khr, |
| 4716 | 4934 | override_coverage_nv, |
| 4717 | 4935 | passthrough_nv, |
| 4718 | 4936 | viewport_relative_nv, |
| ... | ... | @@ -4724,7 +4942,10 @@ pub const Decoration = enum(u32) { |
| 4724 | 4942 | non_uniform, |
| 4725 | 4943 | restrict_pointer, |
| 4726 | 4944 | aliased_pointer, |
| 4945 | member_offset_nv: struct { member_offset: LiteralInteger }, |
| 4727 | 4946 | hit_object_shader_record_buffer_nv, |
| 4947 | hit_object_shader_record_buffer_ext, |
| 4948 | bank_nv: struct { bank: LiteralInteger }, |
| 4728 | 4949 | bindless_sampler_nv, |
| 4729 | 4950 | bindless_image_nv, |
| 4730 | 4951 | bound_sampler_nv, |
| ... | ... | @@ -4743,55 +4964,56 @@ pub const Decoration = enum(u32) { |
| 4743 | 4964 | user_type_google: struct { user_type: LiteralString }, |
| 4744 | 4965 | function_rounding_mode_intel: struct { target_width: LiteralInteger, fp_rounding_mode: FPRoundingMode }, |
| 4745 | 4966 | function_denorm_mode_intel: struct { target_width: LiteralInteger, fp_denorm_mode: FPDenormMode }, |
| 4746 | | register_intel, |
| 4747 | | memory_intel: struct { memory_type: LiteralString }, |
| 4748 | | numbanks_intel: struct { banks: LiteralInteger }, |
| 4749 | | bankwidth_intel: struct { bank_width: LiteralInteger }, |
| 4750 | | max_private_copies_intel: struct { maximum_copies: LiteralInteger }, |
| 4751 | | singlepump_intel, |
| 4752 | | doublepump_intel, |
| 4753 | | max_replicates_intel: struct { maximum_replicates: LiteralInteger }, |
| 4754 | | simple_dual_port_intel, |
| 4755 | | merge_intel: struct { merge_key: LiteralString, merge_type: LiteralString }, |
| 4756 | | bank_bits_intel: struct { bank_bits: []const LiteralInteger = &.{} }, |
| 4757 | | force_pow2depth_intel: struct { force_key: LiteralInteger }, |
| 4758 | | stridesize_intel: struct { stride_size: LiteralInteger }, |
| 4759 | | wordsize_intel: struct { word_size: LiteralInteger }, |
| 4760 | | true_dual_port_intel, |
| 4761 | | burst_coalesce_intel, |
| 4762 | | cache_size_intel: struct { cache_size_in_bytes: LiteralInteger }, |
| 4763 | | dont_statically_coalesce_intel, |
| 4764 | | prefetch_intel: struct { prefetcher_size_in_bytes: LiteralInteger }, |
| 4765 | | stall_enable_intel, |
| 4766 | | fuse_loops_in_function_intel, |
| 4767 | | math_op_dsp_mode_intel: struct { mode: LiteralInteger, propagate: LiteralInteger }, |
| 4967 | register_altera, |
| 4968 | memory_altera: struct { memory_type: LiteralString }, |
| 4969 | numbanks_altera: struct { banks: LiteralInteger }, |
| 4970 | bankwidth_altera: struct { bank_width: LiteralInteger }, |
| 4971 | max_private_copies_altera: struct { maximum_copies: LiteralInteger }, |
| 4972 | singlepump_altera, |
| 4973 | doublepump_altera, |
| 4974 | max_replicates_altera: struct { maximum_replicates: LiteralInteger }, |
| 4975 | simple_dual_port_altera, |
| 4976 | merge_altera: struct { merge_key: LiteralString, merge_type: LiteralString }, |
| 4977 | bank_bits_altera: struct { bank_bits: []const LiteralInteger = &.{} }, |
| 4978 | force_pow2depth_altera: struct { force_key: LiteralInteger }, |
| 4979 | stridesize_altera: struct { stride_size: LiteralInteger }, |
| 4980 | wordsize_altera: struct { word_size: LiteralInteger }, |
| 4981 | true_dual_port_altera, |
| 4982 | burst_coalesce_altera, |
| 4983 | cache_size_altera: struct { cache_size_in_bytes: LiteralInteger }, |
| 4984 | dont_statically_coalesce_altera, |
| 4985 | prefetch_altera: struct { prefetcher_size_in_bytes: LiteralInteger }, |
| 4986 | stall_enable_altera, |
| 4987 | fuse_loops_in_function_altera, |
| 4988 | math_op_dsp_mode_altera: struct { mode: LiteralInteger, propagate: LiteralInteger }, |
| 4768 | 4989 | alias_scope_intel: struct { aliasing_scopes_list: Id }, |
| 4769 | 4990 | no_alias_intel: struct { aliasing_scopes_list: Id }, |
| 4770 | | initiation_interval_intel: struct { cycles: LiteralInteger }, |
| 4771 | | max_concurrency_intel: struct { invocations: LiteralInteger }, |
| 4772 | | pipeline_enable_intel: struct { enable: LiteralInteger }, |
| 4773 | | buffer_location_intel: struct { buffer_location_id: LiteralInteger }, |
| 4774 | | io_pipe_storage_intel: struct { io_pipe_id: LiteralInteger }, |
| 4991 | initiation_interval_altera: struct { cycles: LiteralInteger }, |
| 4992 | max_concurrency_altera: struct { invocations: LiteralInteger }, |
| 4993 | pipeline_enable_altera: struct { enable: LiteralInteger }, |
| 4994 | buffer_location_altera: struct { buffer_location_id: LiteralInteger }, |
| 4995 | io_pipe_storage_altera: struct { io_pipe_id: LiteralInteger }, |
| 4775 | 4996 | function_floating_point_mode_intel: struct { target_width: LiteralInteger, fp_operation_mode: FPOperationMode }, |
| 4776 | 4997 | single_element_vector_intel, |
| 4777 | 4998 | vector_compute_callable_function_intel, |
| 4778 | 4999 | media_block_iointel, |
| 4779 | | stall_free_intel, |
| 5000 | stall_free_altera, |
| 4780 | 5001 | fp_max_error_decoration_intel: struct { max_error: LiteralFloat }, |
| 4781 | | latency_control_label_intel: struct { latency_label: LiteralInteger }, |
| 4782 | | latency_control_constraint_intel: struct { relative_to: LiteralInteger, control_type: LiteralInteger, relative_cycle: LiteralInteger }, |
| 4783 | | conduit_kernel_argument_intel, |
| 4784 | | register_map_kernel_argument_intel, |
| 4785 | | mm_host_interface_address_width_intel: struct { address_width: LiteralInteger }, |
| 4786 | | mm_host_interface_data_width_intel: struct { data_width: LiteralInteger }, |
| 4787 | | mm_host_interface_latency_intel: struct { latency: LiteralInteger }, |
| 4788 | | mm_host_interface_read_write_mode_intel: struct { read_write_mode: AccessQualifier }, |
| 4789 | | mm_host_interface_max_burst_intel: struct { max_burst_count: LiteralInteger }, |
| 4790 | | mm_host_interface_wait_request_intel: struct { waitrequest: LiteralInteger }, |
| 4791 | | stable_kernel_argument_intel, |
| 5002 | latency_control_label_altera: struct { latency_label: LiteralInteger }, |
| 5003 | latency_control_constraint_altera: struct { relative_to: LiteralInteger, control_type: LiteralInteger, relative_cycle: LiteralInteger }, |
| 5004 | conduit_kernel_argument_altera, |
| 5005 | register_map_kernel_argument_altera, |
| 5006 | mm_host_interface_address_width_altera: struct { address_width: LiteralInteger }, |
| 5007 | mm_host_interface_data_width_altera: struct { data_width: LiteralInteger }, |
| 5008 | mm_host_interface_latency_altera: struct { latency: LiteralInteger }, |
| 5009 | mm_host_interface_read_write_mode_altera: struct { read_write_mode: AccessQualifier }, |
| 5010 | mm_host_interface_max_burst_altera: struct { max_burst_count: LiteralInteger }, |
| 5011 | mm_host_interface_wait_request_altera: struct { waitrequest: LiteralInteger }, |
| 5012 | stable_kernel_argument_altera, |
| 4792 | 5013 | host_access_intel: struct { access: HostAccessQualifier, name: LiteralString }, |
| 4793 | | init_mode_intel: struct { trigger: InitializationModeQualifier }, |
| 4794 | | implement_in_register_map_intel: struct { value: LiteralInteger }, |
| 5014 | init_mode_altera: struct { trigger: InitializationModeQualifier }, |
| 5015 | implement_in_register_map_altera: struct { value: LiteralInteger }, |
| 5016 | conditional_intel: struct { condition: Id }, |
| 4795 | 5017 | cache_control_load_intel: struct { cache_level: LiteralInteger, cache_control: LoadCacheControl }, |
| 4796 | 5018 | cache_control_store_intel: struct { cache_level: LiteralInteger, cache_control: StoreCacheControl }, |
| 4797 | 5019 | }; |
| ... | ... | @@ -4868,6 +5090,8 @@ pub const BuiltIn = enum(u32) { |
| 4868 | 5090 | frag_stencil_ref_ext = 5014, |
| 4869 | 5091 | remaining_recursion_levels_amdx = 5021, |
| 4870 | 5092 | shader_index_amdx = 5073, |
| 5093 | sampler_heap_ext = 5122, |
| 5094 | resource_heap_ext = 5123, |
| 4871 | 5095 | viewport_mask_nv = 5253, |
| 4872 | 5096 | secondary_position_nv = 5257, |
| 4873 | 5097 | secondary_viewport_mask_nv = 5258, |
| ... | ... | @@ -4938,9 +5162,9 @@ pub const GroupOperation = enum(u32) { |
| 4938 | 5162 | inclusive_scan = 1, |
| 4939 | 5163 | exclusive_scan = 2, |
| 4940 | 5164 | clustered_reduce = 3, |
| 4941 | | partitioned_reduce_nv = 6, |
| 4942 | | partitioned_inclusive_scan_nv = 7, |
| 4943 | | partitioned_exclusive_scan_nv = 8, |
| 5165 | partitioned_reduce_ext = 6, |
| 5166 | partitioned_inclusive_scan_ext = 7, |
| 5167 | partitioned_exclusive_scan_ext = 8, |
| 4944 | 5168 | }; |
| 4945 | 5169 | pub const KernelEnqueueFlags = enum(u32) { |
| 4946 | 5170 | no_wait = 0, |
| ... | ... | @@ -4989,8 +5213,6 @@ pub const Capability = enum(u32) { |
| 4989 | 5213 | input_attachment = 40, |
| 4990 | 5214 | sparse_residency = 41, |
| 4991 | 5215 | min_lod = 42, |
| 4992 | | sampled1d = 43, |
| 4993 | | image1d = 44, |
| 4994 | 5216 | sampled_cube_array = 45, |
| 4995 | 5217 | sampled_buffer = 46, |
| 4996 | 5218 | image_buffer = 47, |
| ... | ... | @@ -5018,15 +5240,9 @@ pub const Capability = enum(u32) { |
| 5018 | 5240 | shader_layer = 69, |
| 5019 | 5241 | shader_viewport_index = 70, |
| 5020 | 5242 | uniform_decoration = 71, |
| 5021 | | core_builtins_arm = 4165, |
| 5022 | 5243 | tile_image_color_read_access_ext = 4166, |
| 5023 | 5244 | tile_image_depth_read_access_ext = 4167, |
| 5024 | 5245 | tile_image_stencil_read_access_ext = 4168, |
| 5025 | | tensors_arm = 4174, |
| 5026 | | storage_tensor_array_dynamic_indexing_arm = 4175, |
| 5027 | | storage_tensor_array_non_uniform_indexing_arm = 4176, |
| 5028 | | graph_arm = 4191, |
| 5029 | | cooperative_matrix_layouts_arm = 4201, |
| 5030 | 5246 | float8ext = 4212, |
| 5031 | 5247 | float8cooperative_matrix_ext = 4213, |
| 5032 | 5248 | fragment_shading_rate_khr = 4422, |
| ... | ... | @@ -5052,46 +5268,29 @@ pub const Capability = enum(u32) { |
| 5052 | 5268 | denorm_preserve = 4464, |
| 5053 | 5269 | denorm_flush_to_zero = 4465, |
| 5054 | 5270 | signed_zero_inf_nan_preserve = 4466, |
| 5055 | | rounding_mode_rte = 4467, |
| 5056 | | rounding_mode_rtz = 4468, |
| 5057 | 5271 | ray_query_provisional_khr = 4471, |
| 5058 | 5272 | ray_query_khr = 4472, |
| 5059 | 5273 | untyped_pointers_khr = 4473, |
| 5060 | 5274 | ray_traversal_primitive_culling_khr = 4478, |
| 5061 | 5275 | ray_tracing_khr = 4479, |
| 5062 | | texture_sample_weighted_qcom = 4484, |
| 5063 | | texture_box_filter_qcom = 4485, |
| 5064 | | texture_block_match_qcom = 4486, |
| 5065 | | tile_shading_qcom = 4495, |
| 5066 | | texture_block_match2qcom = 4498, |
| 5067 | | float16image_amd = 5008, |
| 5068 | | image_gather_bias_lod_amd = 5009, |
| 5069 | | fragment_mask_amd = 5010, |
| 5070 | 5276 | stencil_export_ext = 5013, |
| 5071 | | image_read_write_lod_amd = 5015, |
| 5072 | 5277 | int64image_ext = 5016, |
| 5073 | 5278 | shader_clock_khr = 5055, |
| 5074 | | shader_enqueue_amdx = 5067, |
| 5075 | 5279 | quad_control_khr = 5087, |
| 5076 | | int4type_intel = 5112, |
| 5077 | | int4cooperative_matrix_intel = 5114, |
| 5078 | 5280 | b_float16type_khr = 5116, |
| 5079 | 5281 | b_float16dot_product_khr = 5117, |
| 5080 | 5282 | b_float16cooperative_matrix_khr = 5118, |
| 5081 | | sample_mask_override_coverage_nv = 5249, |
| 5082 | | geometry_shader_passthrough_nv = 5251, |
| 5283 | abort_khr = 5120, |
| 5284 | descriptor_heap_ext = 5128, |
| 5285 | constant_data_khr = 5146, |
| 5286 | poison_freeze_khr = 5156, |
| 5083 | 5287 | shader_viewport_index_layer_ext = 5254, |
| 5084 | | shader_viewport_mask_nv = 5255, |
| 5085 | | shader_stereo_view_nv = 5259, |
| 5086 | | per_view_attributes_nv = 5260, |
| 5087 | 5288 | fragment_fully_covered_ext = 5265, |
| 5088 | | mesh_shading_nv = 5266, |
| 5089 | | image_footprint_nv = 5282, |
| 5090 | 5289 | mesh_shading_ext = 5283, |
| 5091 | 5290 | fragment_barycentric_khr = 5284, |
| 5092 | 5291 | compute_derivative_group_quads_khr = 5288, |
| 5093 | 5292 | fragment_density_ext = 5291, |
| 5094 | | group_non_uniform_partitioned_nv = 5297, |
| 5293 | group_non_uniform_partitioned_ext = 5297, |
| 5095 | 5294 | shader_non_uniform = 5301, |
| 5096 | 5295 | runtime_descriptor_array = 5302, |
| 5097 | 5296 | input_attachment_array_dynamic_indexing = 5303, |
| ... | ... | @@ -5105,80 +5304,24 @@ pub const Capability = enum(u32) { |
| 5105 | 5304 | uniform_texel_buffer_array_non_uniform_indexing = 5311, |
| 5106 | 5305 | storage_texel_buffer_array_non_uniform_indexing = 5312, |
| 5107 | 5306 | ray_tracing_position_fetch_khr = 5336, |
| 5108 | | ray_tracing_nv = 5340, |
| 5109 | | ray_tracing_motion_blur_nv = 5341, |
| 5110 | 5307 | vulkan_memory_model = 5345, |
| 5111 | 5308 | vulkan_memory_model_device_scope = 5346, |
| 5112 | 5309 | physical_storage_buffer_addresses = 5347, |
| 5113 | 5310 | compute_derivative_group_linear_khr = 5350, |
| 5114 | 5311 | ray_tracing_provisional_khr = 5353, |
| 5115 | | cooperative_matrix_nv = 5357, |
| 5116 | 5312 | fragment_shader_sample_interlock_ext = 5363, |
| 5117 | 5313 | fragment_shader_shading_rate_interlock_ext = 5372, |
| 5118 | | shader_sm_builtins_nv = 5373, |
| 5119 | 5314 | fragment_shader_pixel_interlock_ext = 5378, |
| 5120 | 5315 | demote_to_helper_invocation = 5379, |
| 5121 | | displacement_micromap_nv = 5380, |
| 5122 | 5316 | ray_tracing_opacity_micromap_ext = 5381, |
| 5123 | | shader_invocation_reorder_nv = 5383, |
| 5124 | | bindless_texture_nv = 5390, |
| 5317 | shader_invocation_reorder_ext = 5388, |
| 5125 | 5318 | ray_query_position_fetch_khr = 5391, |
| 5126 | | cooperative_vector_nv = 5394, |
| 5127 | | atomic_float16vector_nv = 5404, |
| 5128 | | ray_tracing_displacement_micromap_nv = 5409, |
| 5129 | | raw_access_chains_nv = 5414, |
| 5130 | | ray_tracing_spheres_geometry_nv = 5418, |
| 5131 | | ray_tracing_linear_swept_spheres_geometry_nv = 5419, |
| 5132 | | cooperative_matrix_reductions_nv = 5430, |
| 5133 | | cooperative_matrix_conversions_nv = 5431, |
| 5134 | | cooperative_matrix_per_element_operations_nv = 5432, |
| 5135 | | cooperative_matrix_tensor_addressing_nv = 5433, |
| 5136 | | cooperative_matrix_block_loads_nv = 5434, |
| 5137 | | cooperative_vector_training_nv = 5435, |
| 5138 | | ray_tracing_cluster_acceleration_structure_nv = 5437, |
| 5139 | | tensor_addressing_nv = 5439, |
| 5140 | | subgroup_shuffle_intel = 5568, |
| 5141 | | subgroup_buffer_block_iointel = 5569, |
| 5142 | | subgroup_image_block_iointel = 5570, |
| 5143 | | subgroup_image_media_block_iointel = 5579, |
| 5144 | | round_to_infinity_intel = 5582, |
| 5145 | | floating_point_mode_intel = 5583, |
| 5146 | | integer_functions2intel = 5584, |
| 5147 | | function_pointers_intel = 5603, |
| 5148 | | indirect_references_intel = 5604, |
| 5149 | | asm_intel = 5606, |
| 5319 | long_vector_ext = 5425, |
| 5320 | shader64bit_indexing_ext = 5426, |
| 5150 | 5321 | atomic_float32min_max_ext = 5612, |
| 5151 | 5322 | atomic_float64min_max_ext = 5613, |
| 5152 | 5323 | atomic_float16min_max_ext = 5616, |
| 5153 | | vector_compute_intel = 5617, |
| 5154 | | vector_any_intel = 5619, |
| 5155 | 5324 | expect_assume_khr = 5629, |
| 5156 | | subgroup_avc_motion_estimation_intel = 5696, |
| 5157 | | subgroup_avc_motion_estimation_intra_intel = 5697, |
| 5158 | | subgroup_avc_motion_estimation_chroma_intel = 5698, |
| 5159 | | variable_length_array_intel = 5817, |
| 5160 | | function_float_control_intel = 5821, |
| 5161 | | fpga_memory_attributes_intel = 5824, |
| 5162 | | fp_fast_math_mode_intel = 5837, |
| 5163 | | arbitrary_precision_integers_intel = 5844, |
| 5164 | | arbitrary_precision_floating_point_intel = 5845, |
| 5165 | | unstructured_loop_controls_intel = 5886, |
| 5166 | | fpga_loop_controls_intel = 5888, |
| 5167 | | kernel_attributes_intel = 5892, |
| 5168 | | fpga_kernel_attributes_intel = 5897, |
| 5169 | | fpga_memory_accesses_intel = 5898, |
| 5170 | | fpga_cluster_attributes_intel = 5904, |
| 5171 | | loop_fuse_intel = 5906, |
| 5172 | | fpgadsp_control_intel = 5908, |
| 5173 | | memory_access_aliasing_intel = 5910, |
| 5174 | | fpga_invocation_pipelining_attributes_intel = 5916, |
| 5175 | | fpga_buffer_location_intel = 5920, |
| 5176 | | arbitrary_precision_fixed_point_intel = 5922, |
| 5177 | | usm_storage_classes_intel = 5935, |
| 5178 | | runtime_aligned_attribute_intel = 5939, |
| 5179 | | io_pipes_intel = 5943, |
| 5180 | | blocking_pipes_intel = 5945, |
| 5181 | | fpga_reg_intel = 5948, |
| 5182 | 5325 | dot_product_input_all = 6016, |
| 5183 | 5326 | dot_product_input4x8bit = 6017, |
| 5184 | 5327 | dot_product_input4x8bit_packed = 6018, |
| ... | ... | @@ -5189,123 +5332,663 @@ pub const Capability = enum(u32) { |
| 5189 | 5332 | bit_instructions = 6025, |
| 5190 | 5333 | group_non_uniform_rotate_khr = 6026, |
| 5191 | 5334 | float_controls2 = 6029, |
| 5335 | fmakhr = 6030, |
| 5192 | 5336 | atomic_float32add_ext = 6033, |
| 5193 | 5337 | atomic_float64add_ext = 6034, |
| 5194 | | long_composites_intel = 6089, |
| 5195 | 5338 | opt_none_ext = 6094, |
| 5196 | 5339 | atomic_float16add_ext = 6095, |
| 5197 | | debug_info_module_intel = 6114, |
| 5198 | | b_float16conversion_intel = 6115, |
| 5199 | | split_barrier_intel = 6141, |
| 5200 | 5340 | arithmetic_fence_ext = 6144, |
| 5201 | | fpga_cluster_attributes_v2intel = 6150, |
| 5202 | | fpga_kernel_attributesv2intel = 6161, |
| 5203 | | task_sequence_intel = 6162, |
| 5204 | | fp_max_error_intel = 6169, |
| 5205 | | fpga_latency_control_intel = 6171, |
| 5206 | | fpga_argument_interfaces_intel = 6174, |
| 5207 | | global_variable_host_access_intel = 6187, |
| 5208 | | global_variable_fpga_decorations_intel = 6189, |
| 5209 | | subgroup_buffer_prefetch_intel = 6220, |
| 5210 | | subgroup2d_block_iointel = 6228, |
| 5211 | | subgroup2d_block_transform_intel = 6229, |
| 5212 | | subgroup2d_block_transpose_intel = 6230, |
| 5213 | | subgroup_matrix_multiply_accumulate_intel = 6236, |
| 5214 | | ternary_bitwise_function_intel = 6241, |
| 5215 | 5341 | group_uniform_arithmetic_khr = 6400, |
| 5216 | | tensor_float32rounding_intel = 6425, |
| 5217 | | masked_gather_scatter_intel = 6427, |
| 5218 | | cache_controls_intel = 6441, |
| 5219 | | register_limits_intel = 6460, |
| 5220 | | bindless_images_intel = 6528, |
| 5221 | | }; |
| 5222 | | pub const RayQueryIntersection = enum(u32) { |
| 5223 | | ray_query_candidate_intersection_khr = 0, |
| 5224 | | ray_query_committed_intersection_khr = 1, |
| 5225 | | }; |
| 5226 | | pub const RayQueryCommittedIntersectionType = enum(u32) { |
| 5227 | | ray_query_committed_intersection_none_khr = 0, |
| 5228 | | ray_query_committed_intersection_triangle_khr = 1, |
| 5229 | | ray_query_committed_intersection_generated_khr = 2, |
| 5230 | | }; |
| 5231 | | pub const RayQueryCandidateIntersectionType = enum(u32) { |
| 5232 | | ray_query_candidate_intersection_triangle_khr = 0, |
| 5233 | | ray_query_candidate_intersection_aabbkhr = 1, |
| 5234 | | }; |
| 5235 | | pub const PackedVectorFormat = enum(u32) { |
| 5236 | | packed_vector_format4x8bit = 0, |
| 5237 | | }; |
| 5238 | | pub const CooperativeMatrixOperands = packed struct { |
| 5239 | | matrix_a_signed_components_khr: bool = false, |
| 5240 | | matrix_b_signed_components_khr: bool = false, |
| 5241 | | matrix_c_signed_components_khr: bool = false, |
| 5242 | | matrix_result_signed_components_khr: bool = false, |
| 5243 | | saturating_accumulation_khr: bool = false, |
| 5244 | | _reserved_bit_5: bool = false, |
| 5245 | | _reserved_bit_6: bool = false, |
| 5246 | | _reserved_bit_7: bool = false, |
| 5247 | | _reserved_bit_8: bool = false, |
| 5248 | | _reserved_bit_9: bool = false, |
| 5249 | | _reserved_bit_10: bool = false, |
| 5250 | | _reserved_bit_11: bool = false, |
| 5251 | | _reserved_bit_12: bool = false, |
| 5252 | | _reserved_bit_13: bool = false, |
| 5253 | | _reserved_bit_14: bool = false, |
| 5254 | | _reserved_bit_15: bool = false, |
| 5255 | | _reserved_bit_16: bool = false, |
| 5256 | | _reserved_bit_17: bool = false, |
| 5257 | | _reserved_bit_18: bool = false, |
| 5258 | | _reserved_bit_19: bool = false, |
| 5259 | | _reserved_bit_20: bool = false, |
| 5260 | | _reserved_bit_21: bool = false, |
| 5261 | | _reserved_bit_22: bool = false, |
| 5262 | | _reserved_bit_23: bool = false, |
| 5263 | | _reserved_bit_24: bool = false, |
| 5264 | | _reserved_bit_25: bool = false, |
| 5265 | | _reserved_bit_26: bool = false, |
| 5266 | | _reserved_bit_27: bool = false, |
| 5267 | | _reserved_bit_28: bool = false, |
| 5268 | | _reserved_bit_29: bool = false, |
| 5269 | | _reserved_bit_30: bool = false, |
| 5270 | | _reserved_bit_31: bool = false, |
| 5271 | | }; |
| 5272 | | pub const CooperativeMatrixLayout = enum(u32) { |
| 5273 | | row_major_khr = 0, |
| 5274 | | column_major_khr = 1, |
| 5275 | | row_blocked_interleaved_arm = 4202, |
| 5276 | | column_blocked_interleaved_arm = 4203, |
| 5277 | | }; |
| 5278 | | pub const CooperativeMatrixUse = enum(u32) { |
| 5279 | | matrix_akhr = 0, |
| 5280 | | matrix_bkhr = 1, |
| 5281 | | matrix_accumulator_khr = 2, |
| 5282 | | }; |
| 5283 | | pub const CooperativeMatrixReduce = packed struct { |
| 5284 | | row: bool = false, |
| 5285 | | column: bool = false, |
| 5286 | | @"2x2": bool = false, |
| 5287 | | _reserved_bit_3: bool = false, |
| 5288 | | _reserved_bit_4: bool = false, |
| 5289 | | _reserved_bit_5: bool = false, |
| 5290 | | _reserved_bit_6: bool = false, |
| 5291 | | _reserved_bit_7: bool = false, |
| 5292 | | _reserved_bit_8: bool = false, |
| 5293 | | _reserved_bit_9: bool = false, |
| 5294 | | _reserved_bit_10: bool = false, |
| 5295 | | _reserved_bit_11: bool = false, |
| 5296 | | _reserved_bit_12: bool = false, |
| 5297 | | _reserved_bit_13: bool = false, |
| 5298 | | _reserved_bit_14: bool = false, |
| 5299 | | _reserved_bit_15: bool = false, |
| 5300 | | _reserved_bit_16: bool = false, |
| 5301 | | _reserved_bit_17: bool = false, |
| 5302 | | _reserved_bit_18: bool = false, |
| 5303 | | _reserved_bit_19: bool = false, |
| 5304 | | _reserved_bit_20: bool = false, |
| 5305 | | _reserved_bit_21: bool = false, |
| 5306 | | _reserved_bit_22: bool = false, |
| 5307 | | _reserved_bit_23: bool = false, |
| 5308 | | _reserved_bit_24: bool = false, |
| 5342 | |
| 5343 | pub fn dependencies(self: Capability) []const Extension { |
| 5344 | return switch (self) { |
| 5345 | .matrix => &.{ |
| 5346 | .v1_0, |
| 5347 | }, |
| 5348 | .shader => &.{ |
| 5349 | .v1_0, |
| 5350 | }, |
| 5351 | .geometry => &.{ |
| 5352 | .v1_0, |
| 5353 | }, |
| 5354 | .tessellation => &.{ |
| 5355 | .v1_0, |
| 5356 | }, |
| 5357 | .addresses => &.{ |
| 5358 | .v1_0, |
| 5359 | }, |
| 5360 | .linkage => &.{ |
| 5361 | .v1_0, |
| 5362 | }, |
| 5363 | .kernel => &.{ |
| 5364 | .v1_0, |
| 5365 | }, |
| 5366 | .vector16 => &.{ |
| 5367 | .v1_0, |
| 5368 | }, |
| 5369 | .float16buffer => &.{ |
| 5370 | .v1_0, |
| 5371 | }, |
| 5372 | .float16 => &.{ |
| 5373 | .v1_0, |
| 5374 | }, |
| 5375 | .float64 => &.{ |
| 5376 | .v1_0, |
| 5377 | }, |
| 5378 | .int64 => &.{ |
| 5379 | .v1_0, |
| 5380 | }, |
| 5381 | .int64atomics => &.{ |
| 5382 | .v1_0, |
| 5383 | }, |
| 5384 | .image_basic => &.{ |
| 5385 | .v1_0, |
| 5386 | }, |
| 5387 | .image_read_write => &.{ |
| 5388 | .v1_0, |
| 5389 | }, |
| 5390 | .image_mipmap => &.{ |
| 5391 | .v1_0, |
| 5392 | }, |
| 5393 | .pipes => &.{ |
| 5394 | .v1_0, |
| 5395 | }, |
| 5396 | .groups => &.{ |
| 5397 | .v1_0, |
| 5398 | }, |
| 5399 | .device_enqueue => &.{ |
| 5400 | .v1_0, |
| 5401 | }, |
| 5402 | .literal_sampler => &.{ |
| 5403 | .v1_0, |
| 5404 | }, |
| 5405 | .atomic_storage => &.{ |
| 5406 | .v1_0, |
| 5407 | }, |
| 5408 | .int16 => &.{ |
| 5409 | .v1_0, |
| 5410 | }, |
| 5411 | .tessellation_point_size => &.{ |
| 5412 | .v1_0, |
| 5413 | }, |
| 5414 | .geometry_point_size => &.{ |
| 5415 | .v1_0, |
| 5416 | }, |
| 5417 | .image_gather_extended => &.{ |
| 5418 | .v1_0, |
| 5419 | }, |
| 5420 | .storage_image_multisample => &.{ |
| 5421 | .v1_0, |
| 5422 | }, |
| 5423 | .uniform_buffer_array_dynamic_indexing => &.{ |
| 5424 | .v1_0, |
| 5425 | }, |
| 5426 | .sampled_image_array_dynamic_indexing => &.{ |
| 5427 | .v1_0, |
| 5428 | }, |
| 5429 | .storage_buffer_array_dynamic_indexing => &.{ |
| 5430 | .v1_0, |
| 5431 | }, |
| 5432 | .storage_image_array_dynamic_indexing => &.{ |
| 5433 | .v1_0, |
| 5434 | }, |
| 5435 | .clip_distance => &.{ |
| 5436 | .v1_0, |
| 5437 | }, |
| 5438 | .cull_distance => &.{ |
| 5439 | .v1_0, |
| 5440 | }, |
| 5441 | .image_cube_array => &.{ |
| 5442 | .v1_0, |
| 5443 | }, |
| 5444 | .sample_rate_shading => &.{ |
| 5445 | .v1_0, |
| 5446 | }, |
| 5447 | .image_rect => &.{ |
| 5448 | .v1_0, |
| 5449 | }, |
| 5450 | .sampled_rect => &.{ |
| 5451 | .v1_0, |
| 5452 | }, |
| 5453 | .generic_pointer => &.{ |
| 5454 | .v1_0, |
| 5455 | }, |
| 5456 | .int8 => &.{ |
| 5457 | .v1_0, |
| 5458 | }, |
| 5459 | .input_attachment => &.{ |
| 5460 | .v1_0, |
| 5461 | }, |
| 5462 | .sparse_residency => &.{ |
| 5463 | .v1_0, |
| 5464 | }, |
| 5465 | .min_lod => &.{ |
| 5466 | .v1_0, |
| 5467 | }, |
| 5468 | .sampled_cube_array => &.{ |
| 5469 | .v1_0, |
| 5470 | }, |
| 5471 | .sampled_buffer => &.{ |
| 5472 | .v1_0, |
| 5473 | }, |
| 5474 | .image_buffer => &.{ |
| 5475 | .v1_0, |
| 5476 | }, |
| 5477 | .image_ms_array => &.{ |
| 5478 | .v1_0, |
| 5479 | }, |
| 5480 | .storage_image_extended_formats => &.{ |
| 5481 | .v1_0, |
| 5482 | }, |
| 5483 | .image_query => &.{ |
| 5484 | .v1_0, |
| 5485 | }, |
| 5486 | .derivative_control => &.{ |
| 5487 | .v1_0, |
| 5488 | }, |
| 5489 | .interpolation_function => &.{ |
| 5490 | .v1_0, |
| 5491 | }, |
| 5492 | .transform_feedback => &.{ |
| 5493 | .v1_0, |
| 5494 | }, |
| 5495 | .geometry_streams => &.{ |
| 5496 | .v1_0, |
| 5497 | }, |
| 5498 | .storage_image_read_without_format => &.{ |
| 5499 | .v1_0, |
| 5500 | }, |
| 5501 | .storage_image_write_without_format => &.{ |
| 5502 | .v1_0, |
| 5503 | }, |
| 5504 | .multi_viewport => &.{ |
| 5505 | .v1_0, |
| 5506 | }, |
| 5507 | .subgroup_dispatch => &.{ |
| 5508 | .v1_1, |
| 5509 | }, |
| 5510 | .named_barrier => &.{ |
| 5511 | .v1_1, |
| 5512 | }, |
| 5513 | .pipe_storage => &.{ |
| 5514 | .v1_1, |
| 5515 | }, |
| 5516 | .group_non_uniform => &.{ |
| 5517 | .v1_3, |
| 5518 | }, |
| 5519 | .group_non_uniform_vote => &.{ |
| 5520 | .v1_3, |
| 5521 | }, |
| 5522 | .group_non_uniform_arithmetic => &.{ |
| 5523 | .v1_3, |
| 5524 | }, |
| 5525 | .group_non_uniform_ballot => &.{ |
| 5526 | .v1_3, |
| 5527 | }, |
| 5528 | .group_non_uniform_shuffle => &.{ |
| 5529 | .v1_3, |
| 5530 | }, |
| 5531 | .group_non_uniform_shuffle_relative => &.{ |
| 5532 | .v1_3, |
| 5533 | }, |
| 5534 | .group_non_uniform_clustered => &.{ |
| 5535 | .v1_3, |
| 5536 | }, |
| 5537 | .group_non_uniform_quad => &.{ |
| 5538 | .v1_3, |
| 5539 | }, |
| 5540 | .shader_layer => &.{ |
| 5541 | .v1_5, |
| 5542 | }, |
| 5543 | .shader_viewport_index => &.{ |
| 5544 | .v1_5, |
| 5545 | }, |
| 5546 | .uniform_decoration => &.{ |
| 5547 | .v1_6, |
| 5548 | }, |
| 5549 | .tile_image_color_read_access_ext => &.{ |
| 5550 | .v1_0, |
| 5551 | .SPV_EXT_shader_tile_image, |
| 5552 | }, |
| 5553 | .tile_image_depth_read_access_ext => &.{ |
| 5554 | .v1_0, |
| 5555 | .SPV_EXT_shader_tile_image, |
| 5556 | }, |
| 5557 | .tile_image_stencil_read_access_ext => &.{ |
| 5558 | .v1_0, |
| 5559 | .SPV_EXT_shader_tile_image, |
| 5560 | }, |
| 5561 | .float8ext => &.{ |
| 5562 | .v1_0, |
| 5563 | .SPV_EXT_float8, |
| 5564 | }, |
| 5565 | .float8cooperative_matrix_ext => &.{ |
| 5566 | .v1_0, |
| 5567 | .SPV_EXT_float8, |
| 5568 | }, |
| 5569 | .fragment_shading_rate_khr => &.{ |
| 5570 | .v1_0, |
| 5571 | .SPV_KHR_fragment_shading_rate, |
| 5572 | }, |
| 5573 | .subgroup_ballot_khr => &.{ |
| 5574 | .v1_0, |
| 5575 | .SPV_KHR_shader_ballot, |
| 5576 | }, |
| 5577 | .draw_parameters => &.{ |
| 5578 | .v1_3, |
| 5579 | .SPV_KHR_shader_draw_parameters, |
| 5580 | }, |
| 5581 | .workgroup_memory_explicit_layout_khr => &.{ |
| 5582 | .v1_0, |
| 5583 | .SPV_KHR_workgroup_memory_explicit_layout, |
| 5584 | }, |
| 5585 | .workgroup_memory_explicit_layout8bit_access_khr => &.{ |
| 5586 | .v1_0, |
| 5587 | .SPV_KHR_workgroup_memory_explicit_layout, |
| 5588 | }, |
| 5589 | .workgroup_memory_explicit_layout16bit_access_khr => &.{ |
| 5590 | .v1_0, |
| 5591 | .SPV_KHR_workgroup_memory_explicit_layout, |
| 5592 | }, |
| 5593 | .subgroup_vote_khr => &.{ |
| 5594 | .v1_0, |
| 5595 | .SPV_KHR_subgroup_vote, |
| 5596 | }, |
| 5597 | .storage_buffer16bit_access => &.{ |
| 5598 | .v1_3, |
| 5599 | .SPV_KHR_16bit_storage, |
| 5600 | }, |
| 5601 | .uniform_and_storage_buffer16bit_access => &.{ |
| 5602 | .v1_3, |
| 5603 | .SPV_KHR_16bit_storage, |
| 5604 | }, |
| 5605 | .storage_push_constant16 => &.{ |
| 5606 | .v1_3, |
| 5607 | .SPV_KHR_16bit_storage, |
| 5608 | }, |
| 5609 | .storage_input_output16 => &.{ |
| 5610 | .v1_3, |
| 5611 | .SPV_KHR_16bit_storage, |
| 5612 | }, |
| 5613 | .device_group => &.{ |
| 5614 | .v1_3, |
| 5615 | .SPV_KHR_device_group, |
| 5616 | }, |
| 5617 | .multi_view => &.{ |
| 5618 | .v1_3, |
| 5619 | .SPV_KHR_multiview, |
| 5620 | }, |
| 5621 | .variable_pointers_storage_buffer => &.{ |
| 5622 | .v1_3, |
| 5623 | .SPV_KHR_variable_pointers, |
| 5624 | }, |
| 5625 | .variable_pointers => &.{ |
| 5626 | .v1_3, |
| 5627 | .SPV_KHR_variable_pointers, |
| 5628 | }, |
| 5629 | .atomic_storage_ops => &.{ |
| 5630 | .v1_0, |
| 5631 | .SPV_KHR_shader_atomic_counter_ops, |
| 5632 | }, |
| 5633 | .sample_mask_post_depth_coverage => &.{ |
| 5634 | .v1_0, |
| 5635 | .SPV_KHR_post_depth_coverage, |
| 5636 | }, |
| 5637 | .storage_buffer8bit_access => &.{ |
| 5638 | .v1_5, |
| 5639 | .SPV_KHR_8bit_storage, |
| 5640 | }, |
| 5641 | .uniform_and_storage_buffer8bit_access => &.{ |
| 5642 | .v1_5, |
| 5643 | .SPV_KHR_8bit_storage, |
| 5644 | }, |
| 5645 | .storage_push_constant8 => &.{ |
| 5646 | .v1_5, |
| 5647 | .SPV_KHR_8bit_storage, |
| 5648 | }, |
| 5649 | .denorm_preserve => &.{ |
| 5650 | .v1_4, |
| 5651 | .SPV_KHR_float_controls, |
| 5652 | }, |
| 5653 | .denorm_flush_to_zero => &.{ |
| 5654 | .v1_4, |
| 5655 | .SPV_KHR_float_controls, |
| 5656 | }, |
| 5657 | .signed_zero_inf_nan_preserve => &.{ |
| 5658 | .v1_4, |
| 5659 | .SPV_KHR_float_controls, |
| 5660 | }, |
| 5661 | .ray_query_provisional_khr => &.{ |
| 5662 | .v1_0, |
| 5663 | .SPV_KHR_ray_query, |
| 5664 | }, |
| 5665 | .ray_query_khr => &.{ |
| 5666 | .v1_0, |
| 5667 | .SPV_KHR_ray_query, |
| 5668 | }, |
| 5669 | .untyped_pointers_khr => &.{ |
| 5670 | .v1_0, |
| 5671 | .SPV_KHR_untyped_pointers, |
| 5672 | }, |
| 5673 | .ray_traversal_primitive_culling_khr => &.{ |
| 5674 | .v1_0, |
| 5675 | .SPV_KHR_ray_query, |
| 5676 | .SPV_KHR_ray_tracing, |
| 5677 | }, |
| 5678 | .ray_tracing_khr => &.{ |
| 5679 | .v1_0, |
| 5680 | .SPV_KHR_ray_tracing, |
| 5681 | }, |
| 5682 | .stencil_export_ext => &.{ |
| 5683 | .v1_0, |
| 5684 | .SPV_EXT_shader_stencil_export, |
| 5685 | }, |
| 5686 | .int64image_ext => &.{ |
| 5687 | .v1_0, |
| 5688 | .SPV_EXT_shader_image_int64, |
| 5689 | }, |
| 5690 | .shader_clock_khr => &.{ |
| 5691 | .v1_0, |
| 5692 | .SPV_KHR_shader_clock, |
| 5693 | }, |
| 5694 | .quad_control_khr => &.{ |
| 5695 | .v1_0, |
| 5696 | .SPV_KHR_quad_control, |
| 5697 | }, |
| 5698 | .b_float16type_khr => &.{ |
| 5699 | .v1_0, |
| 5700 | .SPV_KHR_bfloat16, |
| 5701 | }, |
| 5702 | .b_float16dot_product_khr => &.{ |
| 5703 | .v1_0, |
| 5704 | .SPV_KHR_bfloat16, |
| 5705 | }, |
| 5706 | .b_float16cooperative_matrix_khr => &.{ |
| 5707 | .v1_0, |
| 5708 | .SPV_KHR_bfloat16, |
| 5709 | }, |
| 5710 | .abort_khr => &.{ |
| 5711 | .v1_0, |
| 5712 | .SPV_KHR_abort, |
| 5713 | }, |
| 5714 | .descriptor_heap_ext => &.{ |
| 5715 | .v1_0, |
| 5716 | .SPV_EXT_descriptor_heap, |
| 5717 | }, |
| 5718 | .constant_data_khr => &.{ |
| 5719 | .v1_0, |
| 5720 | .SPV_KHR_constant_data, |
| 5721 | }, |
| 5722 | .poison_freeze_khr => &.{ |
| 5723 | .v1_0, |
| 5724 | .SPV_KHR_poison_freeze, |
| 5725 | }, |
| 5726 | .shader_viewport_index_layer_ext => &.{ |
| 5727 | .v1_0, |
| 5728 | .SPV_EXT_shader_viewport_index_layer, |
| 5729 | }, |
| 5730 | .fragment_fully_covered_ext => &.{ |
| 5731 | .v1_0, |
| 5732 | .SPV_EXT_fragment_fully_covered, |
| 5733 | }, |
| 5734 | .mesh_shading_ext => &.{ |
| 5735 | .v1_0, |
| 5736 | .SPV_EXT_mesh_shader, |
| 5737 | }, |
| 5738 | .fragment_barycentric_khr => &.{ |
| 5739 | .v1_0, |
| 5740 | .SPV_KHR_fragment_shader_barycentric, |
| 5741 | }, |
| 5742 | .compute_derivative_group_quads_khr => &.{ |
| 5743 | .v1_0, |
| 5744 | .SPV_KHR_compute_shader_derivatives, |
| 5745 | }, |
| 5746 | .fragment_density_ext => &.{ |
| 5747 | .v1_0, |
| 5748 | .SPV_EXT_fragment_invocation_density, |
| 5749 | }, |
| 5750 | .group_non_uniform_partitioned_ext => &.{ |
| 5751 | .v1_0, |
| 5752 | .SPV_EXT_shader_subgroup_partitioned, |
| 5753 | }, |
| 5754 | .shader_non_uniform => &.{ |
| 5755 | .v1_5, |
| 5756 | .SPV_EXT_descriptor_indexing, |
| 5757 | }, |
| 5758 | .runtime_descriptor_array => &.{ |
| 5759 | .v1_5, |
| 5760 | .SPV_EXT_descriptor_indexing, |
| 5761 | }, |
| 5762 | .input_attachment_array_dynamic_indexing => &.{ |
| 5763 | .v1_5, |
| 5764 | .SPV_EXT_descriptor_indexing, |
| 5765 | }, |
| 5766 | .uniform_texel_buffer_array_dynamic_indexing => &.{ |
| 5767 | .v1_5, |
| 5768 | .SPV_EXT_descriptor_indexing, |
| 5769 | }, |
| 5770 | .storage_texel_buffer_array_dynamic_indexing => &.{ |
| 5771 | .v1_5, |
| 5772 | .SPV_EXT_descriptor_indexing, |
| 5773 | }, |
| 5774 | .uniform_buffer_array_non_uniform_indexing => &.{ |
| 5775 | .v1_5, |
| 5776 | .SPV_EXT_descriptor_indexing, |
| 5777 | }, |
| 5778 | .sampled_image_array_non_uniform_indexing => &.{ |
| 5779 | .v1_5, |
| 5780 | .SPV_EXT_descriptor_indexing, |
| 5781 | }, |
| 5782 | .storage_buffer_array_non_uniform_indexing => &.{ |
| 5783 | .v1_5, |
| 5784 | .SPV_EXT_descriptor_indexing, |
| 5785 | }, |
| 5786 | .storage_image_array_non_uniform_indexing => &.{ |
| 5787 | .v1_5, |
| 5788 | .SPV_EXT_descriptor_indexing, |
| 5789 | }, |
| 5790 | .input_attachment_array_non_uniform_indexing => &.{ |
| 5791 | .v1_5, |
| 5792 | .SPV_EXT_descriptor_indexing, |
| 5793 | }, |
| 5794 | .uniform_texel_buffer_array_non_uniform_indexing => &.{ |
| 5795 | .v1_5, |
| 5796 | .SPV_EXT_descriptor_indexing, |
| 5797 | }, |
| 5798 | .storage_texel_buffer_array_non_uniform_indexing => &.{ |
| 5799 | .v1_5, |
| 5800 | .SPV_EXT_descriptor_indexing, |
| 5801 | }, |
| 5802 | .ray_tracing_position_fetch_khr => &.{ |
| 5803 | .v1_0, |
| 5804 | .SPV_KHR_ray_tracing_position_fetch, |
| 5805 | }, |
| 5806 | .vulkan_memory_model => &.{ |
| 5807 | .v1_5, |
| 5808 | .SPV_KHR_vulkan_memory_model, |
| 5809 | }, |
| 5810 | .vulkan_memory_model_device_scope => &.{ |
| 5811 | .v1_5, |
| 5812 | .SPV_KHR_vulkan_memory_model, |
| 5813 | }, |
| 5814 | .physical_storage_buffer_addresses => &.{ |
| 5815 | .v1_5, |
| 5816 | .SPV_EXT_physical_storage_buffer, |
| 5817 | .SPV_KHR_physical_storage_buffer, |
| 5818 | }, |
| 5819 | .compute_derivative_group_linear_khr => &.{ |
| 5820 | .v1_0, |
| 5821 | .SPV_KHR_compute_shader_derivatives, |
| 5822 | }, |
| 5823 | .ray_tracing_provisional_khr => &.{ |
| 5824 | .v1_0, |
| 5825 | .SPV_KHR_ray_tracing, |
| 5826 | }, |
| 5827 | .fragment_shader_sample_interlock_ext => &.{ |
| 5828 | .v1_0, |
| 5829 | .SPV_EXT_fragment_shader_interlock, |
| 5830 | }, |
| 5831 | .fragment_shader_shading_rate_interlock_ext => &.{ |
| 5832 | .v1_0, |
| 5833 | .SPV_EXT_fragment_shader_interlock, |
| 5834 | }, |
| 5835 | .fragment_shader_pixel_interlock_ext => &.{ |
| 5836 | .v1_0, |
| 5837 | .SPV_EXT_fragment_shader_interlock, |
| 5838 | }, |
| 5839 | .demote_to_helper_invocation => &.{ |
| 5840 | .v1_6, |
| 5841 | .SPV_EXT_demote_to_helper_invocation, |
| 5842 | }, |
| 5843 | .ray_tracing_opacity_micromap_ext => &.{ |
| 5844 | .v1_0, |
| 5845 | .SPV_EXT_opacity_micromap, |
| 5846 | }, |
| 5847 | .shader_invocation_reorder_ext => &.{ |
| 5848 | .v1_0, |
| 5849 | .SPV_EXT_shader_invocation_reorder, |
| 5850 | }, |
| 5851 | .ray_query_position_fetch_khr => &.{ |
| 5852 | .v1_0, |
| 5853 | .SPV_KHR_ray_tracing_position_fetch, |
| 5854 | }, |
| 5855 | .long_vector_ext => &.{ |
| 5856 | .v1_0, |
| 5857 | .SPV_EXT_long_vector, |
| 5858 | }, |
| 5859 | .shader64bit_indexing_ext => &.{ |
| 5860 | .v1_0, |
| 5861 | .SPV_EXT_shader_64bit_indexing, |
| 5862 | }, |
| 5863 | .atomic_float32min_max_ext => &.{ |
| 5864 | .v1_0, |
| 5865 | .SPV_EXT_shader_atomic_float_min_max, |
| 5866 | }, |
| 5867 | .atomic_float64min_max_ext => &.{ |
| 5868 | .v1_0, |
| 5869 | .SPV_EXT_shader_atomic_float_min_max, |
| 5870 | }, |
| 5871 | .atomic_float16min_max_ext => &.{ |
| 5872 | .v1_0, |
| 5873 | .SPV_EXT_shader_atomic_float_min_max, |
| 5874 | }, |
| 5875 | .expect_assume_khr => &.{ |
| 5876 | .v1_0, |
| 5877 | .SPV_KHR_expect_assume, |
| 5878 | }, |
| 5879 | .dot_product_input_all => &.{ |
| 5880 | .v1_6, |
| 5881 | .SPV_KHR_integer_dot_product, |
| 5882 | }, |
| 5883 | .dot_product_input4x8bit => &.{ |
| 5884 | .v1_6, |
| 5885 | .SPV_KHR_integer_dot_product, |
| 5886 | }, |
| 5887 | .dot_product_input4x8bit_packed => &.{ |
| 5888 | .v1_6, |
| 5889 | .SPV_KHR_integer_dot_product, |
| 5890 | }, |
| 5891 | .dot_product => &.{ |
| 5892 | .v1_6, |
| 5893 | .SPV_KHR_integer_dot_product, |
| 5894 | }, |
| 5895 | .ray_cull_mask_khr => &.{ |
| 5896 | .v1_0, |
| 5897 | .SPV_KHR_ray_cull_mask, |
| 5898 | }, |
| 5899 | .cooperative_matrix_khr => &.{ |
| 5900 | .v1_0, |
| 5901 | .SPV_KHR_cooperative_matrix, |
| 5902 | }, |
| 5903 | .replicated_composites_ext => &.{ |
| 5904 | .v1_0, |
| 5905 | .SPV_EXT_replicated_composites, |
| 5906 | }, |
| 5907 | .bit_instructions => &.{ |
| 5908 | .v1_0, |
| 5909 | .SPV_KHR_bit_instructions, |
| 5910 | }, |
| 5911 | .group_non_uniform_rotate_khr => &.{ |
| 5912 | .v1_0, |
| 5913 | .SPV_KHR_subgroup_rotate, |
| 5914 | }, |
| 5915 | .float_controls2 => &.{ |
| 5916 | .v1_0, |
| 5917 | .SPV_KHR_float_controls2, |
| 5918 | }, |
| 5919 | .fmakhr => &.{ |
| 5920 | .v1_0, |
| 5921 | .SPV_KHR_fma, |
| 5922 | }, |
| 5923 | .atomic_float32add_ext => &.{ |
| 5924 | .v1_0, |
| 5925 | .SPV_EXT_shader_atomic_float_add, |
| 5926 | }, |
| 5927 | .atomic_float64add_ext => &.{ |
| 5928 | .v1_0, |
| 5929 | .SPV_EXT_shader_atomic_float_add, |
| 5930 | }, |
| 5931 | .opt_none_ext => &.{ |
| 5932 | .v1_0, |
| 5933 | .SPV_EXT_optnone, |
| 5934 | }, |
| 5935 | .atomic_float16add_ext => &.{ |
| 5936 | .v1_0, |
| 5937 | .SPV_EXT_shader_atomic_float16_add, |
| 5938 | }, |
| 5939 | .arithmetic_fence_ext => &.{ |
| 5940 | .v1_0, |
| 5941 | .SPV_EXT_arithmetic_fence, |
| 5942 | }, |
| 5943 | .group_uniform_arithmetic_khr => &.{ |
| 5944 | .v1_0, |
| 5945 | .SPV_KHR_uniform_group_instructions, |
| 5946 | }, |
| 5947 | }; |
| 5948 | } |
| 5949 | }; |
| 5950 | pub const RayQueryIntersection = enum(u32) { |
| 5951 | ray_query_candidate_intersection_khr = 0, |
| 5952 | ray_query_committed_intersection_khr = 1, |
| 5953 | }; |
| 5954 | pub const RayQueryCommittedIntersectionType = enum(u32) { |
| 5955 | ray_query_committed_intersection_none_khr = 0, |
| 5956 | ray_query_committed_intersection_triangle_khr = 1, |
| 5957 | ray_query_committed_intersection_generated_khr = 2, |
| 5958 | }; |
| 5959 | pub const RayQueryCandidateIntersectionType = enum(u32) { |
| 5960 | ray_query_candidate_intersection_triangle_khr = 0, |
| 5961 | ray_query_candidate_intersection_aabbkhr = 1, |
| 5962 | }; |
| 5963 | pub const PackedVectorFormat = enum(u32) { |
| 5964 | packed_vector_format4x8bit = 0, |
| 5965 | }; |
| 5966 | pub const CooperativeMatrixOperands = packed struct { |
| 5967 | matrix_a_signed_components_khr: bool = false, |
| 5968 | matrix_b_signed_components_khr: bool = false, |
| 5969 | matrix_c_signed_components_khr: bool = false, |
| 5970 | matrix_result_signed_components_khr: bool = false, |
| 5971 | saturating_accumulation_khr: bool = false, |
| 5972 | _reserved_bit_5: bool = false, |
| 5973 | _reserved_bit_6: bool = false, |
| 5974 | _reserved_bit_7: bool = false, |
| 5975 | _reserved_bit_8: bool = false, |
| 5976 | _reserved_bit_9: bool = false, |
| 5977 | _reserved_bit_10: bool = false, |
| 5978 | _reserved_bit_11: bool = false, |
| 5979 | _reserved_bit_12: bool = false, |
| 5980 | _reserved_bit_13: bool = false, |
| 5981 | _reserved_bit_14: bool = false, |
| 5982 | _reserved_bit_15: bool = false, |
| 5983 | _reserved_bit_16: bool = false, |
| 5984 | _reserved_bit_17: bool = false, |
| 5985 | _reserved_bit_18: bool = false, |
| 5986 | _reserved_bit_19: bool = false, |
| 5987 | _reserved_bit_20: bool = false, |
| 5988 | _reserved_bit_21: bool = false, |
| 5989 | _reserved_bit_22: bool = false, |
| 5990 | _reserved_bit_23: bool = false, |
| 5991 | _reserved_bit_24: bool = false, |
| 5309 | 5992 | _reserved_bit_25: bool = false, |
| 5310 | 5993 | _reserved_bit_26: bool = false, |
| 5311 | 5994 | _reserved_bit_27: bool = false, |
| ... | ... | @@ -5314,17 +5997,21 @@ pub const CooperativeMatrixReduce = packed struct { |
| 5314 | 5997 | _reserved_bit_30: bool = false, |
| 5315 | 5998 | _reserved_bit_31: bool = false, |
| 5316 | 5999 | }; |
| 5317 | | pub const TensorClampMode = enum(u32) { |
| 5318 | | undefined = 0, |
| 5319 | | constant = 1, |
| 5320 | | clamp_to_edge = 2, |
| 5321 | | repeat = 3, |
| 5322 | | repeat_mirrored = 4, |
| 6000 | pub const CooperativeMatrixLayout = enum(u32) { |
| 6001 | row_major_khr = 0, |
| 6002 | column_major_khr = 1, |
| 6003 | row_blocked_interleaved_arm = 4202, |
| 6004 | column_blocked_interleaved_arm = 4203, |
| 5323 | 6005 | }; |
| 5324 | | pub const TensorAddressingOperands = packed struct { |
| 5325 | | tensor_view: bool = false, |
| 5326 | | decode_func: bool = false, |
| 5327 | | _reserved_bit_2: bool = false, |
| 6006 | pub const CooperativeMatrixUse = enum(u32) { |
| 6007 | matrix_akhr = 0, |
| 6008 | matrix_bkhr = 1, |
| 6009 | matrix_accumulator_khr = 2, |
| 6010 | }; |
| 6011 | pub const CooperativeMatrixReduce = packed struct { |
| 6012 | row: bool = false, |
| 6013 | column: bool = false, |
| 6014 | @"2x2": bool = false, |
| 5328 | 6015 | _reserved_bit_3: bool = false, |
| 5329 | 6016 | _reserved_bit_4: bool = false, |
| 5330 | 6017 | _reserved_bit_5: bool = false, |
| ... | ... | @@ -5354,24 +6041,65 @@ pub const TensorAddressingOperands = packed struct { |
| 5354 | 6041 | _reserved_bit_29: bool = false, |
| 5355 | 6042 | _reserved_bit_30: bool = false, |
| 5356 | 6043 | _reserved_bit_31: bool = false, |
| 5357 | | |
| 5358 | | pub const Extended = struct { |
| 5359 | | tensor_view: ?struct { id_ref: Id } = null, |
| 5360 | | decode_func: ?struct { id_ref: Id } = null, |
| 5361 | | _reserved_bit_2: bool = false, |
| 5362 | | _reserved_bit_3: bool = false, |
| 5363 | | _reserved_bit_4: bool = false, |
| 5364 | | _reserved_bit_5: bool = false, |
| 5365 | | _reserved_bit_6: bool = false, |
| 5366 | | _reserved_bit_7: bool = false, |
| 5367 | | _reserved_bit_8: bool = false, |
| 5368 | | _reserved_bit_9: bool = false, |
| 5369 | | _reserved_bit_10: bool = false, |
| 5370 | | _reserved_bit_11: bool = false, |
| 5371 | | _reserved_bit_12: bool = false, |
| 5372 | | _reserved_bit_13: bool = false, |
| 5373 | | _reserved_bit_14: bool = false, |
| 5374 | | _reserved_bit_15: bool = false, |
| 6044 | }; |
| 6045 | pub const TensorClampMode = enum(u32) { |
| 6046 | undefined = 0, |
| 6047 | constant = 1, |
| 6048 | clamp_to_edge = 2, |
| 6049 | repeat = 3, |
| 6050 | repeat_mirrored = 4, |
| 6051 | }; |
| 6052 | pub const TensorAddressingOperands = packed struct { |
| 6053 | tensor_view: bool = false, |
| 6054 | decode_func: bool = false, |
| 6055 | _reserved_bit_2: bool = false, |
| 6056 | _reserved_bit_3: bool = false, |
| 6057 | _reserved_bit_4: bool = false, |
| 6058 | _reserved_bit_5: bool = false, |
| 6059 | _reserved_bit_6: bool = false, |
| 6060 | _reserved_bit_7: bool = false, |
| 6061 | _reserved_bit_8: bool = false, |
| 6062 | _reserved_bit_9: bool = false, |
| 6063 | _reserved_bit_10: bool = false, |
| 6064 | _reserved_bit_11: bool = false, |
| 6065 | _reserved_bit_12: bool = false, |
| 6066 | _reserved_bit_13: bool = false, |
| 6067 | _reserved_bit_14: bool = false, |
| 6068 | _reserved_bit_15: bool = false, |
| 6069 | _reserved_bit_16: bool = false, |
| 6070 | _reserved_bit_17: bool = false, |
| 6071 | _reserved_bit_18: bool = false, |
| 6072 | _reserved_bit_19: bool = false, |
| 6073 | _reserved_bit_20: bool = false, |
| 6074 | _reserved_bit_21: bool = false, |
| 6075 | _reserved_bit_22: bool = false, |
| 6076 | _reserved_bit_23: bool = false, |
| 6077 | _reserved_bit_24: bool = false, |
| 6078 | _reserved_bit_25: bool = false, |
| 6079 | _reserved_bit_26: bool = false, |
| 6080 | _reserved_bit_27: bool = false, |
| 6081 | _reserved_bit_28: bool = false, |
| 6082 | _reserved_bit_29: bool = false, |
| 6083 | _reserved_bit_30: bool = false, |
| 6084 | _reserved_bit_31: bool = false, |
| 6085 | |
| 6086 | pub const Extended = struct { |
| 6087 | tensor_view: ?struct { id_ref: Id } = null, |
| 6088 | decode_func: ?struct { id_ref: Id } = null, |
| 6089 | _reserved_bit_2: bool = false, |
| 6090 | _reserved_bit_3: bool = false, |
| 6091 | _reserved_bit_4: bool = false, |
| 6092 | _reserved_bit_5: bool = false, |
| 6093 | _reserved_bit_6: bool = false, |
| 6094 | _reserved_bit_7: bool = false, |
| 6095 | _reserved_bit_8: bool = false, |
| 6096 | _reserved_bit_9: bool = false, |
| 6097 | _reserved_bit_10: bool = false, |
| 6098 | _reserved_bit_11: bool = false, |
| 6099 | _reserved_bit_12: bool = false, |
| 6100 | _reserved_bit_13: bool = false, |
| 6101 | _reserved_bit_14: bool = false, |
| 6102 | _reserved_bit_15: bool = false, |
| 5375 | 6103 | _reserved_bit_16: bool = false, |
| 5376 | 6104 | _reserved_bit_17: bool = false, |
| 5377 | 6105 | _reserved_bit_18: bool = false, |
| ... | ... | @@ -5391,8 +6119,8 @@ pub const TensorAddressingOperands = packed struct { |
| 5391 | 6119 | }; |
| 5392 | 6120 | }; |
| 5393 | 6121 | pub const InitializationModeQualifier = enum(u32) { |
| 5394 | | init_on_device_reprogram_intel = 0, |
| 5395 | | init_on_device_reset_intel = 1, |
| 6122 | init_on_device_reprogram_altera = 0, |
| 6123 | init_on_device_reset_altera = 1, |
| 5396 | 6124 | }; |
| 5397 | 6125 | pub const LoadCacheControl = enum(u32) { |
| 5398 | 6126 | uncached_intel = 0, |
| ... | ... | @@ -5543,8 +6271,8 @@ pub const TensorOperands = packed struct { |
| 5543 | 6271 | }; |
| 5544 | 6272 | pub const InstructionSet = enum { |
| 5545 | 6273 | core, |
| 5546 | | @"GLSL.std.450", |
| 5547 | 6274 | @"OpenCL.std", |
| 6275 | @"GLSL.std.450", |
| 5548 | 6276 | zig, |
| 5549 | 6277 | |
| 5550 | 6278 | pub fn instructions(self: InstructionSet) []const Instruction { |
| ... | ... | @@ -5613,482 +6341,890 @@ pub const InstructionSet = enum { |
| 5613 | 6341 | }, |
| 5614 | 6342 | }, |
| 5615 | 6343 | .{ |
| 5616 | | .name = "OpLine", |
| 5617 | | .opcode = 8, |
| 6344 | .name = "OpLine", |
| 6345 | .opcode = 8, |
| 6346 | .operands = &.{ |
| 6347 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6348 | .{ .kind = .literal_integer, .quantifier = .required }, |
| 6349 | .{ .kind = .literal_integer, .quantifier = .required }, |
| 6350 | }, |
| 6351 | }, |
| 6352 | .{ |
| 6353 | .name = "OpExtension", |
| 6354 | .opcode = 10, |
| 6355 | .operands = &.{ |
| 6356 | .{ .kind = .literal_string, .quantifier = .required }, |
| 6357 | }, |
| 6358 | }, |
| 6359 | .{ |
| 6360 | .name = "OpExtInstImport", |
| 6361 | .opcode = 11, |
| 6362 | .operands = &.{ |
| 6363 | .{ .kind = .id_result, .quantifier = .required }, |
| 6364 | .{ .kind = .literal_string, .quantifier = .required }, |
| 6365 | }, |
| 6366 | }, |
| 6367 | .{ |
| 6368 | .name = "OpExtInst", |
| 6369 | .opcode = 12, |
| 6370 | .operands = &.{ |
| 6371 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6372 | .{ .kind = .id_result, .quantifier = .required }, |
| 6373 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6374 | .{ .kind = .literal_ext_inst_integer, .quantifier = .required }, |
| 6375 | .{ .kind = .id_ref, .quantifier = .variadic }, |
| 6376 | }, |
| 6377 | }, |
| 6378 | .{ |
| 6379 | .name = "OpMemoryModel", |
| 6380 | .opcode = 14, |
| 6381 | .operands = &.{ |
| 6382 | .{ .kind = .addressing_model, .quantifier = .required }, |
| 6383 | .{ .kind = .memory_model, .quantifier = .required }, |
| 6384 | }, |
| 6385 | }, |
| 6386 | .{ |
| 6387 | .name = "OpEntryPoint", |
| 6388 | .opcode = 15, |
| 6389 | .operands = &.{ |
| 6390 | .{ .kind = .execution_model, .quantifier = .required }, |
| 6391 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6392 | .{ .kind = .literal_string, .quantifier = .required }, |
| 6393 | .{ .kind = .id_ref, .quantifier = .variadic }, |
| 6394 | }, |
| 6395 | }, |
| 6396 | .{ |
| 6397 | .name = "OpExecutionMode", |
| 6398 | .opcode = 16, |
| 6399 | .operands = &.{ |
| 6400 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6401 | .{ .kind = .execution_mode, .quantifier = .required }, |
| 6402 | }, |
| 6403 | }, |
| 6404 | .{ |
| 6405 | .name = "OpCapability", |
| 6406 | .opcode = 17, |
| 6407 | .operands = &.{ |
| 6408 | .{ .kind = .capability, .quantifier = .required }, |
| 6409 | }, |
| 6410 | }, |
| 6411 | .{ |
| 6412 | .name = "OpTypeVoid", |
| 6413 | .opcode = 19, |
| 6414 | .operands = &.{ |
| 6415 | .{ .kind = .id_result, .quantifier = .required }, |
| 6416 | }, |
| 6417 | }, |
| 6418 | .{ |
| 6419 | .name = "OpTypeBool", |
| 6420 | .opcode = 20, |
| 6421 | .operands = &.{ |
| 6422 | .{ .kind = .id_result, .quantifier = .required }, |
| 6423 | }, |
| 6424 | }, |
| 6425 | .{ |
| 6426 | .name = "OpTypeInt", |
| 6427 | .opcode = 21, |
| 6428 | .operands = &.{ |
| 6429 | .{ .kind = .id_result, .quantifier = .required }, |
| 6430 | .{ .kind = .literal_integer, .quantifier = .required }, |
| 6431 | .{ .kind = .literal_integer, .quantifier = .required }, |
| 6432 | }, |
| 6433 | }, |
| 6434 | .{ |
| 6435 | .name = "OpTypeFloat", |
| 6436 | .opcode = 22, |
| 6437 | .operands = &.{ |
| 6438 | .{ .kind = .id_result, .quantifier = .required }, |
| 6439 | .{ .kind = .literal_integer, .quantifier = .required }, |
| 6440 | .{ .kind = .fp_encoding, .quantifier = .optional }, |
| 6441 | }, |
| 6442 | }, |
| 6443 | .{ |
| 6444 | .name = "OpTypeVector", |
| 6445 | .opcode = 23, |
| 6446 | .operands = &.{ |
| 6447 | .{ .kind = .id_result, .quantifier = .required }, |
| 6448 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6449 | .{ .kind = .literal_integer, .quantifier = .required }, |
| 6450 | }, |
| 6451 | }, |
| 6452 | .{ |
| 6453 | .name = "OpTypeMatrix", |
| 6454 | .opcode = 24, |
| 6455 | .operands = &.{ |
| 6456 | .{ .kind = .id_result, .quantifier = .required }, |
| 6457 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6458 | .{ .kind = .literal_integer, .quantifier = .required }, |
| 6459 | }, |
| 6460 | }, |
| 6461 | .{ |
| 6462 | .name = "OpTypeImage", |
| 6463 | .opcode = 25, |
| 6464 | .operands = &.{ |
| 6465 | .{ .kind = .id_result, .quantifier = .required }, |
| 6466 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6467 | .{ .kind = .dim, .quantifier = .required }, |
| 6468 | .{ .kind = .literal_integer, .quantifier = .required }, |
| 6469 | .{ .kind = .literal_integer, .quantifier = .required }, |
| 6470 | .{ .kind = .literal_integer, .quantifier = .required }, |
| 6471 | .{ .kind = .literal_integer, .quantifier = .required }, |
| 6472 | .{ .kind = .image_format, .quantifier = .required }, |
| 6473 | .{ .kind = .access_qualifier, .quantifier = .optional }, |
| 6474 | }, |
| 6475 | }, |
| 6476 | .{ |
| 6477 | .name = "OpTypeSampler", |
| 6478 | .opcode = 26, |
| 6479 | .operands = &.{ |
| 6480 | .{ .kind = .id_result, .quantifier = .required }, |
| 6481 | }, |
| 6482 | }, |
| 6483 | .{ |
| 6484 | .name = "OpTypeSampledImage", |
| 6485 | .opcode = 27, |
| 6486 | .operands = &.{ |
| 6487 | .{ .kind = .id_result, .quantifier = .required }, |
| 6488 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6489 | }, |
| 6490 | }, |
| 6491 | .{ |
| 6492 | .name = "OpTypeArray", |
| 6493 | .opcode = 28, |
| 6494 | .operands = &.{ |
| 6495 | .{ .kind = .id_result, .quantifier = .required }, |
| 6496 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6497 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6498 | }, |
| 6499 | }, |
| 6500 | .{ |
| 6501 | .name = "OpTypeRuntimeArray", |
| 6502 | .opcode = 29, |
| 6503 | .operands = &.{ |
| 6504 | .{ .kind = .id_result, .quantifier = .required }, |
| 6505 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6506 | }, |
| 6507 | }, |
| 6508 | .{ |
| 6509 | .name = "OpTypeStruct", |
| 6510 | .opcode = 30, |
| 6511 | .operands = &.{ |
| 6512 | .{ .kind = .id_result, .quantifier = .required }, |
| 6513 | .{ .kind = .id_ref, .quantifier = .variadic }, |
| 6514 | }, |
| 6515 | }, |
| 6516 | .{ |
| 6517 | .name = "OpTypeOpaque", |
| 6518 | .opcode = 31, |
| 6519 | .operands = &.{ |
| 6520 | .{ .kind = .id_result, .quantifier = .required }, |
| 6521 | .{ .kind = .literal_string, .quantifier = .required }, |
| 6522 | }, |
| 6523 | }, |
| 6524 | .{ |
| 6525 | .name = "OpTypePointer", |
| 6526 | .opcode = 32, |
| 6527 | .operands = &.{ |
| 6528 | .{ .kind = .id_result, .quantifier = .required }, |
| 6529 | .{ .kind = .storage_class, .quantifier = .required }, |
| 6530 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6531 | }, |
| 6532 | }, |
| 6533 | .{ |
| 6534 | .name = "OpTypeFunction", |
| 6535 | .opcode = 33, |
| 6536 | .operands = &.{ |
| 6537 | .{ .kind = .id_result, .quantifier = .required }, |
| 6538 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6539 | .{ .kind = .id_ref, .quantifier = .variadic }, |
| 6540 | }, |
| 6541 | }, |
| 6542 | .{ |
| 6543 | .name = "OpTypeEvent", |
| 6544 | .opcode = 34, |
| 6545 | .operands = &.{ |
| 6546 | .{ .kind = .id_result, .quantifier = .required }, |
| 6547 | }, |
| 6548 | }, |
| 6549 | .{ |
| 6550 | .name = "OpTypeDeviceEvent", |
| 6551 | .opcode = 35, |
| 6552 | .operands = &.{ |
| 6553 | .{ .kind = .id_result, .quantifier = .required }, |
| 6554 | }, |
| 6555 | }, |
| 6556 | .{ |
| 6557 | .name = "OpTypeReserveId", |
| 6558 | .opcode = 36, |
| 6559 | .operands = &.{ |
| 6560 | .{ .kind = .id_result, .quantifier = .required }, |
| 6561 | }, |
| 6562 | }, |
| 6563 | .{ |
| 6564 | .name = "OpTypeQueue", |
| 6565 | .opcode = 37, |
| 6566 | .operands = &.{ |
| 6567 | .{ .kind = .id_result, .quantifier = .required }, |
| 6568 | }, |
| 6569 | }, |
| 6570 | .{ |
| 6571 | .name = "OpTypePipe", |
| 6572 | .opcode = 38, |
| 6573 | .operands = &.{ |
| 6574 | .{ .kind = .id_result, .quantifier = .required }, |
| 6575 | .{ .kind = .access_qualifier, .quantifier = .required }, |
| 6576 | }, |
| 6577 | }, |
| 6578 | .{ |
| 6579 | .name = "OpTypeForwardPointer", |
| 6580 | .opcode = 39, |
| 6581 | .operands = &.{ |
| 6582 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6583 | .{ .kind = .storage_class, .quantifier = .required }, |
| 6584 | }, |
| 6585 | }, |
| 6586 | .{ |
| 6587 | .name = "OpConstantTrue", |
| 6588 | .opcode = 41, |
| 6589 | .operands = &.{ |
| 6590 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6591 | .{ .kind = .id_result, .quantifier = .required }, |
| 6592 | }, |
| 6593 | }, |
| 6594 | .{ |
| 6595 | .name = "OpConstantFalse", |
| 6596 | .opcode = 42, |
| 6597 | .operands = &.{ |
| 6598 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6599 | .{ .kind = .id_result, .quantifier = .required }, |
| 6600 | }, |
| 6601 | }, |
| 6602 | .{ |
| 6603 | .name = "OpConstant", |
| 6604 | .opcode = 43, |
| 6605 | .operands = &.{ |
| 6606 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6607 | .{ .kind = .id_result, .quantifier = .required }, |
| 6608 | .{ .kind = .literal_context_dependent_number, .quantifier = .required }, |
| 6609 | }, |
| 6610 | }, |
| 6611 | .{ |
| 6612 | .name = "OpConstantComposite", |
| 6613 | .opcode = 44, |
| 6614 | .operands = &.{ |
| 6615 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6616 | .{ .kind = .id_result, .quantifier = .required }, |
| 6617 | .{ .kind = .id_ref, .quantifier = .variadic }, |
| 6618 | }, |
| 6619 | }, |
| 6620 | .{ |
| 6621 | .name = "OpConstantSampler", |
| 6622 | .opcode = 45, |
| 6623 | .operands = &.{ |
| 6624 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6625 | .{ .kind = .id_result, .quantifier = .required }, |
| 6626 | .{ .kind = .sampler_addressing_mode, .quantifier = .required }, |
| 6627 | .{ .kind = .literal_integer, .quantifier = .required }, |
| 6628 | .{ .kind = .sampler_filter_mode, .quantifier = .required }, |
| 6629 | }, |
| 6630 | }, |
| 6631 | .{ |
| 6632 | .name = "OpConstantNull", |
| 6633 | .opcode = 46, |
| 6634 | .operands = &.{ |
| 6635 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6636 | .{ .kind = .id_result, .quantifier = .required }, |
| 6637 | }, |
| 6638 | }, |
| 6639 | .{ |
| 6640 | .name = "OpSpecConstantTrue", |
| 6641 | .opcode = 48, |
| 6642 | .operands = &.{ |
| 6643 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6644 | .{ .kind = .id_result, .quantifier = .required }, |
| 6645 | }, |
| 6646 | }, |
| 6647 | .{ |
| 6648 | .name = "OpSpecConstantFalse", |
| 6649 | .opcode = 49, |
| 6650 | .operands = &.{ |
| 6651 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6652 | .{ .kind = .id_result, .quantifier = .required }, |
| 6653 | }, |
| 6654 | }, |
| 6655 | .{ |
| 6656 | .name = "OpSpecConstant", |
| 6657 | .opcode = 50, |
| 6658 | .operands = &.{ |
| 6659 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6660 | .{ .kind = .id_result, .quantifier = .required }, |
| 6661 | .{ .kind = .literal_context_dependent_number, .quantifier = .required }, |
| 6662 | }, |
| 6663 | }, |
| 6664 | .{ |
| 6665 | .name = "OpSpecConstantComposite", |
| 6666 | .opcode = 51, |
| 6667 | .operands = &.{ |
| 6668 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6669 | .{ .kind = .id_result, .quantifier = .required }, |
| 6670 | .{ .kind = .id_ref, .quantifier = .variadic }, |
| 6671 | }, |
| 6672 | }, |
| 6673 | .{ |
| 6674 | .name = "OpSpecConstantOp", |
| 6675 | .opcode = 52, |
| 6676 | .operands = &.{ |
| 6677 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6678 | .{ .kind = .id_result, .quantifier = .required }, |
| 6679 | .{ .kind = .literal_spec_constant_op_integer, .quantifier = .required }, |
| 6680 | }, |
| 6681 | }, |
| 6682 | .{ |
| 6683 | .name = "OpFunction", |
| 6684 | .opcode = 54, |
| 6685 | .operands = &.{ |
| 6686 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6687 | .{ .kind = .id_result, .quantifier = .required }, |
| 6688 | .{ .kind = .function_control, .quantifier = .required }, |
| 6689 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6690 | }, |
| 6691 | }, |
| 6692 | .{ |
| 6693 | .name = "OpFunctionParameter", |
| 6694 | .opcode = 55, |
| 6695 | .operands = &.{ |
| 6696 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6697 | .{ .kind = .id_result, .quantifier = .required }, |
| 6698 | }, |
| 6699 | }, |
| 6700 | .{ |
| 6701 | .name = "OpFunctionEnd", |
| 6702 | .opcode = 56, |
| 6703 | .operands = &.{}, |
| 6704 | }, |
| 6705 | .{ |
| 6706 | .name = "OpFunctionCall", |
| 6707 | .opcode = 57, |
| 5618 | 6708 | .operands = &.{ |
| 6709 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6710 | .{ .kind = .id_result, .quantifier = .required }, |
| 5619 | 6711 | .{ .kind = .id_ref, .quantifier = .required }, |
| 5620 | | .{ .kind = .literal_integer, .quantifier = .required }, |
| 5621 | | .{ .kind = .literal_integer, .quantifier = .required }, |
| 6712 | .{ .kind = .id_ref, .quantifier = .variadic }, |
| 5622 | 6713 | }, |
| 5623 | 6714 | }, |
| 5624 | 6715 | .{ |
| 5625 | | .name = "OpExtension", |
| 5626 | | .opcode = 10, |
| 6716 | .name = "OpVariable", |
| 6717 | .opcode = 59, |
| 5627 | 6718 | .operands = &.{ |
| 5628 | | .{ .kind = .literal_string, .quantifier = .required }, |
| 6719 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6720 | .{ .kind = .id_result, .quantifier = .required }, |
| 6721 | .{ .kind = .storage_class, .quantifier = .required }, |
| 6722 | .{ .kind = .id_ref, .quantifier = .optional }, |
| 5629 | 6723 | }, |
| 5630 | 6724 | }, |
| 5631 | 6725 | .{ |
| 5632 | | .name = "OpExtInstImport", |
| 5633 | | .opcode = 11, |
| 6726 | .name = "OpImageTexelPointer", |
| 6727 | .opcode = 60, |
| 5634 | 6728 | .operands = &.{ |
| 6729 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 5635 | 6730 | .{ .kind = .id_result, .quantifier = .required }, |
| 5636 | | .{ .kind = .literal_string, .quantifier = .required }, |
| 6731 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6732 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6733 | .{ .kind = .id_ref, .quantifier = .required }, |
| 5637 | 6734 | }, |
| 5638 | 6735 | }, |
| 5639 | 6736 | .{ |
| 5640 | | .name = "OpExtInst", |
| 5641 | | .opcode = 12, |
| 6737 | .name = "OpLoad", |
| 6738 | .opcode = 61, |
| 5642 | 6739 | .operands = &.{ |
| 5643 | 6740 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 5644 | 6741 | .{ .kind = .id_result, .quantifier = .required }, |
| 5645 | 6742 | .{ .kind = .id_ref, .quantifier = .required }, |
| 5646 | | .{ .kind = .literal_ext_inst_integer, .quantifier = .required }, |
| 5647 | | .{ .kind = .id_ref, .quantifier = .variadic }, |
| 6743 | .{ .kind = .memory_access, .quantifier = .optional }, |
| 5648 | 6744 | }, |
| 5649 | 6745 | }, |
| 5650 | 6746 | .{ |
| 5651 | | .name = "OpMemoryModel", |
| 5652 | | .opcode = 14, |
| 6747 | .name = "OpStore", |
| 6748 | .opcode = 62, |
| 5653 | 6749 | .operands = &.{ |
| 5654 | | .{ .kind = .addressing_model, .quantifier = .required }, |
| 5655 | | .{ .kind = .memory_model, .quantifier = .required }, |
| 6750 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6751 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6752 | .{ .kind = .memory_access, .quantifier = .optional }, |
| 5656 | 6753 | }, |
| 5657 | 6754 | }, |
| 5658 | 6755 | .{ |
| 5659 | | .name = "OpEntryPoint", |
| 5660 | | .opcode = 15, |
| 6756 | .name = "OpCopyMemory", |
| 6757 | .opcode = 63, |
| 5661 | 6758 | .operands = &.{ |
| 5662 | | .{ .kind = .execution_model, .quantifier = .required }, |
| 5663 | 6759 | .{ .kind = .id_ref, .quantifier = .required }, |
| 5664 | | .{ .kind = .literal_string, .quantifier = .required }, |
| 5665 | | .{ .kind = .id_ref, .quantifier = .variadic }, |
| 6760 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6761 | .{ .kind = .memory_access, .quantifier = .optional }, |
| 6762 | .{ .kind = .memory_access, .quantifier = .optional }, |
| 5666 | 6763 | }, |
| 5667 | 6764 | }, |
| 5668 | 6765 | .{ |
| 5669 | | .name = "OpExecutionMode", |
| 5670 | | .opcode = 16, |
| 6766 | .name = "OpCopyMemorySized", |
| 6767 | .opcode = 64, |
| 5671 | 6768 | .operands = &.{ |
| 5672 | 6769 | .{ .kind = .id_ref, .quantifier = .required }, |
| 5673 | | .{ .kind = .execution_mode, .quantifier = .required }, |
| 6770 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6771 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6772 | .{ .kind = .memory_access, .quantifier = .optional }, |
| 6773 | .{ .kind = .memory_access, .quantifier = .optional }, |
| 5674 | 6774 | }, |
| 5675 | 6775 | }, |
| 5676 | 6776 | .{ |
| 5677 | | .name = "OpCapability", |
| 5678 | | .opcode = 17, |
| 6777 | .name = "OpAccessChain", |
| 6778 | .opcode = 65, |
| 5679 | 6779 | .operands = &.{ |
| 5680 | | .{ .kind = .capability, .quantifier = .required }, |
| 6780 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6781 | .{ .kind = .id_result, .quantifier = .required }, |
| 6782 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6783 | .{ .kind = .id_ref, .quantifier = .variadic }, |
| 5681 | 6784 | }, |
| 5682 | 6785 | }, |
| 5683 | 6786 | .{ |
| 5684 | | .name = "OpTypeVoid", |
| 5685 | | .opcode = 19, |
| 6787 | .name = "OpInBoundsAccessChain", |
| 6788 | .opcode = 66, |
| 5686 | 6789 | .operands = &.{ |
| 6790 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 5687 | 6791 | .{ .kind = .id_result, .quantifier = .required }, |
| 6792 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6793 | .{ .kind = .id_ref, .quantifier = .variadic }, |
| 5688 | 6794 | }, |
| 5689 | 6795 | }, |
| 5690 | 6796 | .{ |
| 5691 | | .name = "OpTypeBool", |
| 5692 | | .opcode = 20, |
| 6797 | .name = "OpPtrAccessChain", |
| 6798 | .opcode = 67, |
| 5693 | 6799 | .operands = &.{ |
| 6800 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 5694 | 6801 | .{ .kind = .id_result, .quantifier = .required }, |
| 6802 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6803 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6804 | .{ .kind = .id_ref, .quantifier = .variadic }, |
| 5695 | 6805 | }, |
| 5696 | 6806 | }, |
| 5697 | 6807 | .{ |
| 5698 | | .name = "OpTypeInt", |
| 5699 | | .opcode = 21, |
| 6808 | .name = "OpArrayLength", |
| 6809 | .opcode = 68, |
| 5700 | 6810 | .operands = &.{ |
| 6811 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 5701 | 6812 | .{ .kind = .id_result, .quantifier = .required }, |
| 5702 | | .{ .kind = .literal_integer, .quantifier = .required }, |
| 6813 | .{ .kind = .id_ref, .quantifier = .required }, |
| 5703 | 6814 | .{ .kind = .literal_integer, .quantifier = .required }, |
| 5704 | 6815 | }, |
| 5705 | 6816 | }, |
| 5706 | 6817 | .{ |
| 5707 | | .name = "OpTypeFloat", |
| 5708 | | .opcode = 22, |
| 6818 | .name = "OpGenericPtrMemSemantics", |
| 6819 | .opcode = 69, |
| 5709 | 6820 | .operands = &.{ |
| 6821 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 5710 | 6822 | .{ .kind = .id_result, .quantifier = .required }, |
| 5711 | | .{ .kind = .literal_integer, .quantifier = .required }, |
| 5712 | | .{ .kind = .fp_encoding, .quantifier = .optional }, |
| 6823 | .{ .kind = .id_ref, .quantifier = .required }, |
| 5713 | 6824 | }, |
| 5714 | 6825 | }, |
| 5715 | 6826 | .{ |
| 5716 | | .name = "OpTypeVector", |
| 5717 | | .opcode = 23, |
| 6827 | .name = "OpInBoundsPtrAccessChain", |
| 6828 | .opcode = 70, |
| 5718 | 6829 | .operands = &.{ |
| 6830 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 5719 | 6831 | .{ .kind = .id_result, .quantifier = .required }, |
| 5720 | 6832 | .{ .kind = .id_ref, .quantifier = .required }, |
| 5721 | | .{ .kind = .literal_integer, .quantifier = .required }, |
| 6833 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6834 | .{ .kind = .id_ref, .quantifier = .variadic }, |
| 5722 | 6835 | }, |
| 5723 | 6836 | }, |
| 5724 | 6837 | .{ |
| 5725 | | .name = "OpTypeMatrix", |
| 5726 | | .opcode = 24, |
| 6838 | .name = "OpDecorate", |
| 6839 | .opcode = 71, |
| 5727 | 6840 | .operands = &.{ |
| 5728 | | .{ .kind = .id_result, .quantifier = .required }, |
| 5729 | 6841 | .{ .kind = .id_ref, .quantifier = .required }, |
| 5730 | | .{ .kind = .literal_integer, .quantifier = .required }, |
| 6842 | .{ .kind = .decoration, .quantifier = .required }, |
| 5731 | 6843 | }, |
| 5732 | 6844 | }, |
| 5733 | 6845 | .{ |
| 5734 | | .name = "OpTypeImage", |
| 5735 | | .opcode = 25, |
| 6846 | .name = "OpMemberDecorate", |
| 6847 | .opcode = 72, |
| 5736 | 6848 | .operands = &.{ |
| 5737 | | .{ .kind = .id_result, .quantifier = .required }, |
| 5738 | 6849 | .{ .kind = .id_ref, .quantifier = .required }, |
| 5739 | | .{ .kind = .dim, .quantifier = .required }, |
| 5740 | 6850 | .{ .kind = .literal_integer, .quantifier = .required }, |
| 5741 | | .{ .kind = .literal_integer, .quantifier = .required }, |
| 5742 | | .{ .kind = .literal_integer, .quantifier = .required }, |
| 5743 | | .{ .kind = .literal_integer, .quantifier = .required }, |
| 5744 | | .{ .kind = .image_format, .quantifier = .required }, |
| 5745 | | .{ .kind = .access_qualifier, .quantifier = .optional }, |
| 6851 | .{ .kind = .decoration, .quantifier = .required }, |
| 5746 | 6852 | }, |
| 5747 | 6853 | }, |
| 5748 | 6854 | .{ |
| 5749 | | .name = "OpTypeSampler", |
| 5750 | | .opcode = 26, |
| 6855 | .name = "OpDecorationGroup", |
| 6856 | .opcode = 73, |
| 5751 | 6857 | .operands = &.{ |
| 5752 | 6858 | .{ .kind = .id_result, .quantifier = .required }, |
| 5753 | 6859 | }, |
| 5754 | 6860 | }, |
| 5755 | 6861 | .{ |
| 5756 | | .name = "OpTypeSampledImage", |
| 5757 | | .opcode = 27, |
| 6862 | .name = "OpGroupDecorate", |
| 6863 | .opcode = 74, |
| 5758 | 6864 | .operands = &.{ |
| 5759 | | .{ .kind = .id_result, .quantifier = .required }, |
| 5760 | 6865 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6866 | .{ .kind = .id_ref, .quantifier = .variadic }, |
| 5761 | 6867 | }, |
| 5762 | 6868 | }, |
| 5763 | 6869 | .{ |
| 5764 | | .name = "OpTypeArray", |
| 5765 | | .opcode = 28, |
| 6870 | .name = "OpGroupMemberDecorate", |
| 6871 | .opcode = 75, |
| 5766 | 6872 | .operands = &.{ |
| 5767 | | .{ .kind = .id_result, .quantifier = .required }, |
| 5768 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 5769 | 6873 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6874 | .{ .kind = .pair_id_ref_literal_integer, .quantifier = .variadic }, |
| 5770 | 6875 | }, |
| 5771 | 6876 | }, |
| 5772 | 6877 | .{ |
| 5773 | | .name = "OpTypeRuntimeArray", |
| 5774 | | .opcode = 29, |
| 6878 | .name = "OpVectorExtractDynamic", |
| 6879 | .opcode = 77, |
| 5775 | 6880 | .operands = &.{ |
| 6881 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 5776 | 6882 | .{ .kind = .id_result, .quantifier = .required }, |
| 5777 | 6883 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6884 | .{ .kind = .id_ref, .quantifier = .required }, |
| 5778 | 6885 | }, |
| 5779 | 6886 | }, |
| 5780 | 6887 | .{ |
| 5781 | | .name = "OpTypeStruct", |
| 5782 | | .opcode = 30, |
| 5783 | | .operands = &.{ |
| 5784 | | .{ .kind = .id_result, .quantifier = .required }, |
| 5785 | | .{ .kind = .id_ref, .quantifier = .variadic }, |
| 5786 | | }, |
| 5787 | | }, |
| 5788 | | .{ |
| 5789 | | .name = "OpTypeOpaque", |
| 5790 | | .opcode = 31, |
| 6888 | .name = "OpVectorInsertDynamic", |
| 6889 | .opcode = 78, |
| 5791 | 6890 | .operands = &.{ |
| 6891 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 5792 | 6892 | .{ .kind = .id_result, .quantifier = .required }, |
| 5793 | | .{ .kind = .literal_string, .quantifier = .required }, |
| 6893 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6894 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6895 | .{ .kind = .id_ref, .quantifier = .required }, |
| 5794 | 6896 | }, |
| 5795 | 6897 | }, |
| 5796 | 6898 | .{ |
| 5797 | | .name = "OpTypePointer", |
| 5798 | | .opcode = 32, |
| 6899 | .name = "OpVectorShuffle", |
| 6900 | .opcode = 79, |
| 5799 | 6901 | .operands = &.{ |
| 6902 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 5800 | 6903 | .{ .kind = .id_result, .quantifier = .required }, |
| 5801 | | .{ .kind = .storage_class, .quantifier = .required }, |
| 5802 | 6904 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6905 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6906 | .{ .kind = .literal_integer, .quantifier = .variadic }, |
| 5803 | 6907 | }, |
| 5804 | 6908 | }, |
| 5805 | 6909 | .{ |
| 5806 | | .name = "OpTypeFunction", |
| 5807 | | .opcode = 33, |
| 6910 | .name = "OpCompositeConstruct", |
| 6911 | .opcode = 80, |
| 5808 | 6912 | .operands = &.{ |
| 6913 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 5809 | 6914 | .{ .kind = .id_result, .quantifier = .required }, |
| 5810 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 5811 | 6915 | .{ .kind = .id_ref, .quantifier = .variadic }, |
| 5812 | 6916 | }, |
| 5813 | 6917 | }, |
| 5814 | 6918 | .{ |
| 5815 | | .name = "OpTypeEvent", |
| 5816 | | .opcode = 34, |
| 6919 | .name = "OpCompositeExtract", |
| 6920 | .opcode = 81, |
| 5817 | 6921 | .operands = &.{ |
| 6922 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 5818 | 6923 | .{ .kind = .id_result, .quantifier = .required }, |
| 6924 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6925 | .{ .kind = .literal_integer, .quantifier = .variadic }, |
| 5819 | 6926 | }, |
| 5820 | 6927 | }, |
| 5821 | 6928 | .{ |
| 5822 | | .name = "OpTypeDeviceEvent", |
| 5823 | | .opcode = 35, |
| 6929 | .name = "OpCompositeInsert", |
| 6930 | .opcode = 82, |
| 5824 | 6931 | .operands = &.{ |
| 6932 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 5825 | 6933 | .{ .kind = .id_result, .quantifier = .required }, |
| 6934 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6935 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6936 | .{ .kind = .literal_integer, .quantifier = .variadic }, |
| 5826 | 6937 | }, |
| 5827 | 6938 | }, |
| 5828 | 6939 | .{ |
| 5829 | | .name = "OpTypeReserveId", |
| 5830 | | .opcode = 36, |
| 6940 | .name = "OpCopyObject", |
| 6941 | .opcode = 83, |
| 5831 | 6942 | .operands = &.{ |
| 6943 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 5832 | 6944 | .{ .kind = .id_result, .quantifier = .required }, |
| 6945 | .{ .kind = .id_ref, .quantifier = .required }, |
| 5833 | 6946 | }, |
| 5834 | 6947 | }, |
| 5835 | 6948 | .{ |
| 5836 | | .name = "OpTypeQueue", |
| 5837 | | .opcode = 37, |
| 6949 | .name = "OpTranspose", |
| 6950 | .opcode = 84, |
| 5838 | 6951 | .operands = &.{ |
| 6952 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 5839 | 6953 | .{ .kind = .id_result, .quantifier = .required }, |
| 6954 | .{ .kind = .id_ref, .quantifier = .required }, |
| 5840 | 6955 | }, |
| 5841 | 6956 | }, |
| 5842 | 6957 | .{ |
| 5843 | | .name = "OpTypePipe", |
| 5844 | | .opcode = 38, |
| 6958 | .name = "OpSampledImage", |
| 6959 | .opcode = 86, |
| 5845 | 6960 | .operands = &.{ |
| 6961 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 5846 | 6962 | .{ .kind = .id_result, .quantifier = .required }, |
| 5847 | | .{ .kind = .access_qualifier, .quantifier = .required }, |
| 6963 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6964 | .{ .kind = .id_ref, .quantifier = .required }, |
| 5848 | 6965 | }, |
| 5849 | 6966 | }, |
| 5850 | 6967 | .{ |
| 5851 | | .name = "OpTypeForwardPointer", |
| 5852 | | .opcode = 39, |
| 6968 | .name = "OpImageSampleImplicitLod", |
| 6969 | .opcode = 87, |
| 5853 | 6970 | .operands = &.{ |
| 6971 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6972 | .{ .kind = .id_result, .quantifier = .required }, |
| 5854 | 6973 | .{ .kind = .id_ref, .quantifier = .required }, |
| 5855 | | .{ .kind = .storage_class, .quantifier = .required }, |
| 6974 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6975 | .{ .kind = .image_operands, .quantifier = .optional }, |
| 5856 | 6976 | }, |
| 5857 | 6977 | }, |
| 5858 | 6978 | .{ |
| 5859 | | .name = "OpConstantTrue", |
| 5860 | | .opcode = 41, |
| 6979 | .name = "OpImageSampleExplicitLod", |
| 6980 | .opcode = 88, |
| 5861 | 6981 | .operands = &.{ |
| 5862 | 6982 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 5863 | 6983 | .{ .kind = .id_result, .quantifier = .required }, |
| 6984 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6985 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6986 | .{ .kind = .image_operands, .quantifier = .required }, |
| 5864 | 6987 | }, |
| 5865 | 6988 | }, |
| 5866 | 6989 | .{ |
| 5867 | | .name = "OpConstantFalse", |
| 5868 | | .opcode = 42, |
| 6990 | .name = "OpImageSampleDrefImplicitLod", |
| 6991 | .opcode = 89, |
| 5869 | 6992 | .operands = &.{ |
| 5870 | 6993 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 5871 | 6994 | .{ .kind = .id_result, .quantifier = .required }, |
| 6995 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6996 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6997 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6998 | .{ .kind = .image_operands, .quantifier = .optional }, |
| 5872 | 6999 | }, |
| 5873 | 7000 | }, |
| 5874 | 7001 | .{ |
| 5875 | | .name = "OpConstant", |
| 5876 | | .opcode = 43, |
| 7002 | .name = "OpImageSampleDrefExplicitLod", |
| 7003 | .opcode = 90, |
| 5877 | 7004 | .operands = &.{ |
| 5878 | 7005 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 5879 | 7006 | .{ .kind = .id_result, .quantifier = .required }, |
| 5880 | | .{ .kind = .literal_context_dependent_number, .quantifier = .required }, |
| 7007 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7008 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7009 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7010 | .{ .kind = .image_operands, .quantifier = .required }, |
| 5881 | 7011 | }, |
| 5882 | 7012 | }, |
| 5883 | 7013 | .{ |
| 5884 | | .name = "OpConstantComposite", |
| 5885 | | .opcode = 44, |
| 7014 | .name = "OpImageSampleProjImplicitLod", |
| 7015 | .opcode = 91, |
| 5886 | 7016 | .operands = &.{ |
| 5887 | 7017 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 5888 | 7018 | .{ .kind = .id_result, .quantifier = .required }, |
| 5889 | | .{ .kind = .id_ref, .quantifier = .variadic }, |
| 7019 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7020 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7021 | .{ .kind = .image_operands, .quantifier = .optional }, |
| 5890 | 7022 | }, |
| 5891 | 7023 | }, |
| 5892 | 7024 | .{ |
| 5893 | | .name = "OpConstantSampler", |
| 5894 | | .opcode = 45, |
| 7025 | .name = "OpImageSampleProjExplicitLod", |
| 7026 | .opcode = 92, |
| 5895 | 7027 | .operands = &.{ |
| 5896 | 7028 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 5897 | 7029 | .{ .kind = .id_result, .quantifier = .required }, |
| 5898 | | .{ .kind = .sampler_addressing_mode, .quantifier = .required }, |
| 5899 | | .{ .kind = .literal_integer, .quantifier = .required }, |
| 5900 | | .{ .kind = .sampler_filter_mode, .quantifier = .required }, |
| 7030 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7031 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7032 | .{ .kind = .image_operands, .quantifier = .required }, |
| 5901 | 7033 | }, |
| 5902 | 7034 | }, |
| 5903 | 7035 | .{ |
| 5904 | | .name = "OpConstantNull", |
| 5905 | | .opcode = 46, |
| 7036 | .name = "OpImageSampleProjDrefImplicitLod", |
| 7037 | .opcode = 93, |
| 5906 | 7038 | .operands = &.{ |
| 5907 | 7039 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 5908 | 7040 | .{ .kind = .id_result, .quantifier = .required }, |
| 7041 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7042 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7043 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7044 | .{ .kind = .image_operands, .quantifier = .optional }, |
| 5909 | 7045 | }, |
| 5910 | 7046 | }, |
| 5911 | 7047 | .{ |
| 5912 | | .name = "OpSpecConstantTrue", |
| 5913 | | .opcode = 48, |
| 7048 | .name = "OpImageSampleProjDrefExplicitLod", |
| 7049 | .opcode = 94, |
| 5914 | 7050 | .operands = &.{ |
| 5915 | 7051 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 5916 | 7052 | .{ .kind = .id_result, .quantifier = .required }, |
| 7053 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7054 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7055 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7056 | .{ .kind = .image_operands, .quantifier = .required }, |
| 5917 | 7057 | }, |
| 5918 | 7058 | }, |
| 5919 | 7059 | .{ |
| 5920 | | .name = "OpSpecConstantFalse", |
| 5921 | | .opcode = 49, |
| 7060 | .name = "OpImageFetch", |
| 7061 | .opcode = 95, |
| 5922 | 7062 | .operands = &.{ |
| 5923 | 7063 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 5924 | 7064 | .{ .kind = .id_result, .quantifier = .required }, |
| 7065 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7066 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7067 | .{ .kind = .image_operands, .quantifier = .optional }, |
| 5925 | 7068 | }, |
| 5926 | 7069 | }, |
| 5927 | 7070 | .{ |
| 5928 | | .name = "OpSpecConstant", |
| 5929 | | .opcode = 50, |
| 7071 | .name = "OpImageGather", |
| 7072 | .opcode = 96, |
| 5930 | 7073 | .operands = &.{ |
| 5931 | 7074 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 5932 | 7075 | .{ .kind = .id_result, .quantifier = .required }, |
| 5933 | | .{ .kind = .literal_context_dependent_number, .quantifier = .required }, |
| 7076 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7077 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7078 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7079 | .{ .kind = .image_operands, .quantifier = .optional }, |
| 5934 | 7080 | }, |
| 5935 | 7081 | }, |
| 5936 | 7082 | .{ |
| 5937 | | .name = "OpSpecConstantComposite", |
| 5938 | | .opcode = 51, |
| 7083 | .name = "OpImageDrefGather", |
| 7084 | .opcode = 97, |
| 5939 | 7085 | .operands = &.{ |
| 5940 | 7086 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 5941 | 7087 | .{ .kind = .id_result, .quantifier = .required }, |
| 5942 | | .{ .kind = .id_ref, .quantifier = .variadic }, |
| 7088 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7089 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7090 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7091 | .{ .kind = .image_operands, .quantifier = .optional }, |
| 5943 | 7092 | }, |
| 5944 | 7093 | }, |
| 5945 | 7094 | .{ |
| 5946 | | .name = "OpSpecConstantOp", |
| 5947 | | .opcode = 52, |
| 7095 | .name = "OpImageRead", |
| 7096 | .opcode = 98, |
| 5948 | 7097 | .operands = &.{ |
| 5949 | 7098 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 5950 | 7099 | .{ .kind = .id_result, .quantifier = .required }, |
| 5951 | | .{ .kind = .literal_spec_constant_op_integer, .quantifier = .required }, |
| 7100 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7101 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7102 | .{ .kind = .image_operands, .quantifier = .optional }, |
| 5952 | 7103 | }, |
| 5953 | 7104 | }, |
| 5954 | 7105 | .{ |
| 5955 | | .name = "OpFunction", |
| 5956 | | .opcode = 54, |
| 7106 | .name = "OpImageWrite", |
| 7107 | .opcode = 99, |
| 5957 | 7108 | .operands = &.{ |
| 5958 | | .{ .kind = .id_result_type, .quantifier = .required }, |
| 5959 | | .{ .kind = .id_result, .quantifier = .required }, |
| 5960 | | .{ .kind = .function_control, .quantifier = .required }, |
| 5961 | 7109 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7110 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7111 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7112 | .{ .kind = .image_operands, .quantifier = .optional }, |
| 5962 | 7113 | }, |
| 5963 | 7114 | }, |
| 5964 | 7115 | .{ |
| 5965 | | .name = "OpFunctionParameter", |
| 5966 | | .opcode = 55, |
| 7116 | .name = "OpImage", |
| 7117 | .opcode = 100, |
| 5967 | 7118 | .operands = &.{ |
| 5968 | 7119 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 5969 | 7120 | .{ .kind = .id_result, .quantifier = .required }, |
| 7121 | .{ .kind = .id_ref, .quantifier = .required }, |
| 5970 | 7122 | }, |
| 5971 | 7123 | }, |
| 5972 | 7124 | .{ |
| 5973 | | .name = "OpFunctionEnd", |
| 5974 | | .opcode = 56, |
| 5975 | | .operands = &.{}, |
| 5976 | | }, |
| 5977 | | .{ |
| 5978 | | .name = "OpFunctionCall", |
| 5979 | | .opcode = 57, |
| 7125 | .name = "OpImageQueryFormat", |
| 7126 | .opcode = 101, |
| 5980 | 7127 | .operands = &.{ |
| 5981 | 7128 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 5982 | 7129 | .{ .kind = .id_result, .quantifier = .required }, |
| 5983 | 7130 | .{ .kind = .id_ref, .quantifier = .required }, |
| 5984 | | .{ .kind = .id_ref, .quantifier = .variadic }, |
| 5985 | 7131 | }, |
| 5986 | 7132 | }, |
| 5987 | 7133 | .{ |
| 5988 | | .name = "OpVariable", |
| 5989 | | .opcode = 59, |
| 7134 | .name = "OpImageQueryOrder", |
| 7135 | .opcode = 102, |
| 5990 | 7136 | .operands = &.{ |
| 5991 | 7137 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 5992 | 7138 | .{ .kind = .id_result, .quantifier = .required }, |
| 5993 | | .{ .kind = .storage_class, .quantifier = .required }, |
| 5994 | | .{ .kind = .id_ref, .quantifier = .optional }, |
| 7139 | .{ .kind = .id_ref, .quantifier = .required }, |
| 5995 | 7140 | }, |
| 5996 | 7141 | }, |
| 5997 | 7142 | .{ |
| 5998 | | .name = "OpImageTexelPointer", |
| 5999 | | .opcode = 60, |
| 7143 | .name = "OpImageQuerySizeLod", |
| 7144 | .opcode = 103, |
| 6000 | 7145 | .operands = &.{ |
| 6001 | 7146 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6002 | 7147 | .{ .kind = .id_result, .quantifier = .required }, |
| 6003 | 7148 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6004 | 7149 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6005 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 6006 | 7150 | }, |
| 6007 | 7151 | }, |
| 6008 | 7152 | .{ |
| 6009 | | .name = "OpLoad", |
| 6010 | | .opcode = 61, |
| 7153 | .name = "OpImageQuerySize", |
| 7154 | .opcode = 104, |
| 6011 | 7155 | .operands = &.{ |
| 6012 | 7156 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6013 | 7157 | .{ .kind = .id_result, .quantifier = .required }, |
| 6014 | 7158 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6015 | | .{ .kind = .memory_access, .quantifier = .optional }, |
| 6016 | 7159 | }, |
| 6017 | 7160 | }, |
| 6018 | 7161 | .{ |
| 6019 | | .name = "OpStore", |
| 6020 | | .opcode = 62, |
| 7162 | .name = "OpImageQueryLod", |
| 7163 | .opcode = 105, |
| 6021 | 7164 | .operands = &.{ |
| 7165 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7166 | .{ .kind = .id_result, .quantifier = .required }, |
| 6022 | 7167 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6023 | 7168 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6024 | | .{ .kind = .memory_access, .quantifier = .optional }, |
| 6025 | 7169 | }, |
| 6026 | 7170 | }, |
| 6027 | 7171 | .{ |
| 6028 | | .name = "OpCopyMemory", |
| 6029 | | .opcode = 63, |
| 7172 | .name = "OpImageQueryLevels", |
| 7173 | .opcode = 106, |
| 6030 | 7174 | .operands = &.{ |
| 7175 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7176 | .{ .kind = .id_result, .quantifier = .required }, |
| 6031 | 7177 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6032 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 6033 | | .{ .kind = .memory_access, .quantifier = .optional }, |
| 6034 | | .{ .kind = .memory_access, .quantifier = .optional }, |
| 6035 | 7178 | }, |
| 6036 | 7179 | }, |
| 6037 | 7180 | .{ |
| 6038 | | .name = "OpCopyMemorySized", |
| 6039 | | .opcode = 64, |
| 7181 | .name = "OpImageQuerySamples", |
| 7182 | .opcode = 107, |
| 6040 | 7183 | .operands = &.{ |
| 7184 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7185 | .{ .kind = .id_result, .quantifier = .required }, |
| 6041 | 7186 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6042 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 6043 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 6044 | | .{ .kind = .memory_access, .quantifier = .optional }, |
| 6045 | | .{ .kind = .memory_access, .quantifier = .optional }, |
| 6046 | 7187 | }, |
| 6047 | 7188 | }, |
| 6048 | 7189 | .{ |
| 6049 | | .name = "OpAccessChain", |
| 6050 | | .opcode = 65, |
| 7190 | .name = "OpConvertFToU", |
| 7191 | .opcode = 109, |
| 6051 | 7192 | .operands = &.{ |
| 6052 | 7193 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6053 | 7194 | .{ .kind = .id_result, .quantifier = .required }, |
| 6054 | 7195 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6055 | | .{ .kind = .id_ref, .quantifier = .variadic }, |
| 6056 | 7196 | }, |
| 6057 | 7197 | }, |
| 6058 | 7198 | .{ |
| 6059 | | .name = "OpInBoundsAccessChain", |
| 6060 | | .opcode = 66, |
| 7199 | .name = "OpConvertFToS", |
| 7200 | .opcode = 110, |
| 6061 | 7201 | .operands = &.{ |
| 6062 | 7202 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6063 | 7203 | .{ .kind = .id_result, .quantifier = .required }, |
| 6064 | 7204 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6065 | | .{ .kind = .id_ref, .quantifier = .variadic }, |
| 6066 | 7205 | }, |
| 6067 | 7206 | }, |
| 6068 | 7207 | .{ |
| 6069 | | .name = "OpPtrAccessChain", |
| 6070 | | .opcode = 67, |
| 7208 | .name = "OpConvertSToF", |
| 7209 | .opcode = 111, |
| 6071 | 7210 | .operands = &.{ |
| 6072 | 7211 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6073 | 7212 | .{ .kind = .id_result, .quantifier = .required }, |
| 6074 | 7213 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6075 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 6076 | | .{ .kind = .id_ref, .quantifier = .variadic }, |
| 6077 | 7214 | }, |
| 6078 | 7215 | }, |
| 6079 | 7216 | .{ |
| 6080 | | .name = "OpArrayLength", |
| 6081 | | .opcode = 68, |
| 7217 | .name = "OpConvertUToF", |
| 7218 | .opcode = 112, |
| 6082 | 7219 | .operands = &.{ |
| 6083 | 7220 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6084 | 7221 | .{ .kind = .id_result, .quantifier = .required }, |
| 6085 | 7222 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6086 | | .{ .kind = .literal_integer, .quantifier = .required }, |
| 6087 | 7223 | }, |
| 6088 | 7224 | }, |
| 6089 | 7225 | .{ |
| 6090 | | .name = "OpGenericPtrMemSemantics", |
| 6091 | | .opcode = 69, |
| 7226 | .name = "OpUConvert", |
| 7227 | .opcode = 113, |
| 6092 | 7228 | .operands = &.{ |
| 6093 | 7229 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6094 | 7230 | .{ .kind = .id_result, .quantifier = .required }, |
| ... | ... | @@ -6096,139 +7232,146 @@ pub const InstructionSet = enum { |
| 6096 | 7232 | }, |
| 6097 | 7233 | }, |
| 6098 | 7234 | .{ |
| 6099 | | .name = "OpInBoundsPtrAccessChain", |
| 6100 | | .opcode = 70, |
| 7235 | .name = "OpSConvert", |
| 7236 | .opcode = 114, |
| 6101 | 7237 | .operands = &.{ |
| 6102 | 7238 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6103 | 7239 | .{ .kind = .id_result, .quantifier = .required }, |
| 6104 | 7240 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6105 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 6106 | | .{ .kind = .id_ref, .quantifier = .variadic }, |
| 6107 | 7241 | }, |
| 6108 | 7242 | }, |
| 6109 | 7243 | .{ |
| 6110 | | .name = "OpDecorate", |
| 6111 | | .opcode = 71, |
| 7244 | .name = "OpFConvert", |
| 7245 | .opcode = 115, |
| 6112 | 7246 | .operands = &.{ |
| 7247 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7248 | .{ .kind = .id_result, .quantifier = .required }, |
| 6113 | 7249 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6114 | | .{ .kind = .decoration, .quantifier = .required }, |
| 6115 | 7250 | }, |
| 6116 | 7251 | }, |
| 6117 | 7252 | .{ |
| 6118 | | .name = "OpMemberDecorate", |
| 6119 | | .opcode = 72, |
| 7253 | .name = "OpQuantizeToF16", |
| 7254 | .opcode = 116, |
| 6120 | 7255 | .operands = &.{ |
| 7256 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7257 | .{ .kind = .id_result, .quantifier = .required }, |
| 6121 | 7258 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6122 | | .{ .kind = .literal_integer, .quantifier = .required }, |
| 6123 | | .{ .kind = .decoration, .quantifier = .required }, |
| 6124 | 7259 | }, |
| 6125 | 7260 | }, |
| 6126 | 7261 | .{ |
| 6127 | | .name = "OpDecorationGroup", |
| 6128 | | .opcode = 73, |
| 7262 | .name = "OpConvertPtrToU", |
| 7263 | .opcode = 117, |
| 6129 | 7264 | .operands = &.{ |
| 7265 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6130 | 7266 | .{ .kind = .id_result, .quantifier = .required }, |
| 7267 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6131 | 7268 | }, |
| 6132 | 7269 | }, |
| 6133 | 7270 | .{ |
| 6134 | | .name = "OpGroupDecorate", |
| 6135 | | .opcode = 74, |
| 7271 | .name = "OpSatConvertSToU", |
| 7272 | .opcode = 118, |
| 6136 | 7273 | .operands = &.{ |
| 7274 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7275 | .{ .kind = .id_result, .quantifier = .required }, |
| 6137 | 7276 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6138 | | .{ .kind = .id_ref, .quantifier = .variadic }, |
| 6139 | 7277 | }, |
| 6140 | 7278 | }, |
| 6141 | 7279 | .{ |
| 6142 | | .name = "OpGroupMemberDecorate", |
| 6143 | | .opcode = 75, |
| 7280 | .name = "OpSatConvertUToS", |
| 7281 | .opcode = 119, |
| 6144 | 7282 | .operands = &.{ |
| 7283 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7284 | .{ .kind = .id_result, .quantifier = .required }, |
| 6145 | 7285 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6146 | | .{ .kind = .pair_id_ref_literal_integer, .quantifier = .variadic }, |
| 6147 | 7286 | }, |
| 6148 | 7287 | }, |
| 6149 | 7288 | .{ |
| 6150 | | .name = "OpVectorExtractDynamic", |
| 6151 | | .opcode = 77, |
| 7289 | .name = "OpConvertUToPtr", |
| 7290 | .opcode = 120, |
| 6152 | 7291 | .operands = &.{ |
| 6153 | 7292 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6154 | 7293 | .{ .kind = .id_result, .quantifier = .required }, |
| 6155 | 7294 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6156 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 6157 | 7295 | }, |
| 6158 | 7296 | }, |
| 6159 | 7297 | .{ |
| 6160 | | .name = "OpVectorInsertDynamic", |
| 6161 | | .opcode = 78, |
| 7298 | .name = "OpPtrCastToGeneric", |
| 7299 | .opcode = 121, |
| 6162 | 7300 | .operands = &.{ |
| 6163 | 7301 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6164 | 7302 | .{ .kind = .id_result, .quantifier = .required }, |
| 6165 | 7303 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6166 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 6167 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 6168 | 7304 | }, |
| 6169 | 7305 | }, |
| 6170 | 7306 | .{ |
| 6171 | | .name = "OpVectorShuffle", |
| 6172 | | .opcode = 79, |
| 7307 | .name = "OpGenericCastToPtr", |
| 7308 | .opcode = 122, |
| 6173 | 7309 | .operands = &.{ |
| 6174 | 7310 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6175 | 7311 | .{ .kind = .id_result, .quantifier = .required }, |
| 6176 | 7312 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6177 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 6178 | | .{ .kind = .literal_integer, .quantifier = .variadic }, |
| 6179 | 7313 | }, |
| 6180 | 7314 | }, |
| 6181 | 7315 | .{ |
| 6182 | | .name = "OpCompositeConstruct", |
| 6183 | | .opcode = 80, |
| 7316 | .name = "OpGenericCastToPtrExplicit", |
| 7317 | .opcode = 123, |
| 6184 | 7318 | .operands = &.{ |
| 6185 | 7319 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6186 | 7320 | .{ .kind = .id_result, .quantifier = .required }, |
| 6187 | | .{ .kind = .id_ref, .quantifier = .variadic }, |
| 7321 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7322 | .{ .kind = .storage_class, .quantifier = .required }, |
| 6188 | 7323 | }, |
| 6189 | 7324 | }, |
| 6190 | 7325 | .{ |
| 6191 | | .name = "OpCompositeExtract", |
| 6192 | | .opcode = 81, |
| 7326 | .name = "OpBitcast", |
| 7327 | .opcode = 124, |
| 6193 | 7328 | .operands = &.{ |
| 6194 | 7329 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6195 | 7330 | .{ .kind = .id_result, .quantifier = .required }, |
| 6196 | 7331 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6197 | | .{ .kind = .literal_integer, .quantifier = .variadic }, |
| 6198 | 7332 | }, |
| 6199 | 7333 | }, |
| 6200 | 7334 | .{ |
| 6201 | | .name = "OpCompositeInsert", |
| 6202 | | .opcode = 82, |
| 7335 | .name = "OpSNegate", |
| 7336 | .opcode = 126, |
| 6203 | 7337 | .operands = &.{ |
| 6204 | 7338 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6205 | 7339 | .{ .kind = .id_result, .quantifier = .required }, |
| 6206 | 7340 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7341 | }, |
| 7342 | }, |
| 7343 | .{ |
| 7344 | .name = "OpFNegate", |
| 7345 | .opcode = 127, |
| 7346 | .operands = &.{ |
| 7347 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7348 | .{ .kind = .id_result, .quantifier = .required }, |
| 6207 | 7349 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6208 | | .{ .kind = .literal_integer, .quantifier = .variadic }, |
| 6209 | 7350 | }, |
| 6210 | 7351 | }, |
| 6211 | 7352 | .{ |
| 6212 | | .name = "OpCopyObject", |
| 6213 | | .opcode = 83, |
| 7353 | .name = "OpIAdd", |
| 7354 | .opcode = 128, |
| 6214 | 7355 | .operands = &.{ |
| 6215 | 7356 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6216 | 7357 | .{ .kind = .id_result, .quantifier = .required }, |
| 6217 | 7358 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7359 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6218 | 7360 | }, |
| 6219 | 7361 | }, |
| 6220 | 7362 | .{ |
| 6221 | | .name = "OpTranspose", |
| 6222 | | .opcode = 84, |
| 7363 | .name = "OpFAdd", |
| 7364 | .opcode = 129, |
| 6223 | 7365 | .operands = &.{ |
| 6224 | 7366 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6225 | 7367 | .{ .kind = .id_result, .quantifier = .required }, |
| 6226 | 7368 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7369 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6227 | 7370 | }, |
| 6228 | 7371 | }, |
| 6229 | 7372 | .{ |
| 6230 | | .name = "OpSampledImage", |
| 6231 | | .opcode = 86, |
| 7373 | .name = "OpISub", |
| 7374 | .opcode = 130, |
| 6232 | 7375 | .operands = &.{ |
| 6233 | 7376 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6234 | 7377 | .{ .kind = .id_result, .quantifier = .required }, |
| ... | ... | @@ -6237,183 +7380,168 @@ pub const InstructionSet = enum { |
| 6237 | 7380 | }, |
| 6238 | 7381 | }, |
| 6239 | 7382 | .{ |
| 6240 | | .name = "OpImageSampleImplicitLod", |
| 6241 | | .opcode = 87, |
| 7383 | .name = "OpFSub", |
| 7384 | .opcode = 131, |
| 6242 | 7385 | .operands = &.{ |
| 6243 | 7386 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6244 | 7387 | .{ .kind = .id_result, .quantifier = .required }, |
| 6245 | 7388 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6246 | 7389 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6247 | | .{ .kind = .image_operands, .quantifier = .optional }, |
| 6248 | 7390 | }, |
| 6249 | 7391 | }, |
| 6250 | 7392 | .{ |
| 6251 | | .name = "OpImageSampleExplicitLod", |
| 6252 | | .opcode = 88, |
| 7393 | .name = "OpIMul", |
| 7394 | .opcode = 132, |
| 6253 | 7395 | .operands = &.{ |
| 6254 | 7396 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6255 | 7397 | .{ .kind = .id_result, .quantifier = .required }, |
| 6256 | 7398 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6257 | 7399 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6258 | | .{ .kind = .image_operands, .quantifier = .required }, |
| 6259 | 7400 | }, |
| 6260 | 7401 | }, |
| 6261 | 7402 | .{ |
| 6262 | | .name = "OpImageSampleDrefImplicitLod", |
| 6263 | | .opcode = 89, |
| 7403 | .name = "OpFMul", |
| 7404 | .opcode = 133, |
| 6264 | 7405 | .operands = &.{ |
| 6265 | 7406 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6266 | 7407 | .{ .kind = .id_result, .quantifier = .required }, |
| 6267 | 7408 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6268 | 7409 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6269 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 6270 | | .{ .kind = .image_operands, .quantifier = .optional }, |
| 6271 | 7410 | }, |
| 6272 | 7411 | }, |
| 6273 | 7412 | .{ |
| 6274 | | .name = "OpImageSampleDrefExplicitLod", |
| 6275 | | .opcode = 90, |
| 7413 | .name = "OpUDiv", |
| 7414 | .opcode = 134, |
| 6276 | 7415 | .operands = &.{ |
| 6277 | 7416 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6278 | 7417 | .{ .kind = .id_result, .quantifier = .required }, |
| 6279 | 7418 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6280 | 7419 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6281 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 6282 | | .{ .kind = .image_operands, .quantifier = .required }, |
| 6283 | 7420 | }, |
| 6284 | 7421 | }, |
| 6285 | 7422 | .{ |
| 6286 | | .name = "OpImageSampleProjImplicitLod", |
| 6287 | | .opcode = 91, |
| 7423 | .name = "OpSDiv", |
| 7424 | .opcode = 135, |
| 6288 | 7425 | .operands = &.{ |
| 6289 | 7426 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6290 | 7427 | .{ .kind = .id_result, .quantifier = .required }, |
| 6291 | 7428 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6292 | 7429 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6293 | | .{ .kind = .image_operands, .quantifier = .optional }, |
| 6294 | 7430 | }, |
| 6295 | 7431 | }, |
| 6296 | 7432 | .{ |
| 6297 | | .name = "OpImageSampleProjExplicitLod", |
| 6298 | | .opcode = 92, |
| 7433 | .name = "OpFDiv", |
| 7434 | .opcode = 136, |
| 6299 | 7435 | .operands = &.{ |
| 6300 | 7436 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6301 | 7437 | .{ .kind = .id_result, .quantifier = .required }, |
| 6302 | 7438 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6303 | 7439 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6304 | | .{ .kind = .image_operands, .quantifier = .required }, |
| 6305 | 7440 | }, |
| 6306 | 7441 | }, |
| 6307 | 7442 | .{ |
| 6308 | | .name = "OpImageSampleProjDrefImplicitLod", |
| 6309 | | .opcode = 93, |
| 7443 | .name = "OpUMod", |
| 7444 | .opcode = 137, |
| 6310 | 7445 | .operands = &.{ |
| 6311 | 7446 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6312 | 7447 | .{ .kind = .id_result, .quantifier = .required }, |
| 6313 | 7448 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6314 | 7449 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6315 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 6316 | | .{ .kind = .image_operands, .quantifier = .optional }, |
| 6317 | 7450 | }, |
| 6318 | 7451 | }, |
| 6319 | 7452 | .{ |
| 6320 | | .name = "OpImageSampleProjDrefExplicitLod", |
| 6321 | | .opcode = 94, |
| 7453 | .name = "OpSRem", |
| 7454 | .opcode = 138, |
| 6322 | 7455 | .operands = &.{ |
| 6323 | 7456 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6324 | 7457 | .{ .kind = .id_result, .quantifier = .required }, |
| 6325 | 7458 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6326 | 7459 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6327 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 6328 | | .{ .kind = .image_operands, .quantifier = .required }, |
| 6329 | 7460 | }, |
| 6330 | 7461 | }, |
| 6331 | 7462 | .{ |
| 6332 | | .name = "OpImageFetch", |
| 6333 | | .opcode = 95, |
| 7463 | .name = "OpSMod", |
| 7464 | .opcode = 139, |
| 6334 | 7465 | .operands = &.{ |
| 6335 | 7466 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6336 | 7467 | .{ .kind = .id_result, .quantifier = .required }, |
| 6337 | 7468 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6338 | 7469 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6339 | | .{ .kind = .image_operands, .quantifier = .optional }, |
| 6340 | 7470 | }, |
| 6341 | 7471 | }, |
| 6342 | 7472 | .{ |
| 6343 | | .name = "OpImageGather", |
| 6344 | | .opcode = 96, |
| 7473 | .name = "OpFRem", |
| 7474 | .opcode = 140, |
| 6345 | 7475 | .operands = &.{ |
| 6346 | 7476 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6347 | 7477 | .{ .kind = .id_result, .quantifier = .required }, |
| 6348 | 7478 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6349 | 7479 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6350 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 6351 | | .{ .kind = .image_operands, .quantifier = .optional }, |
| 6352 | 7480 | }, |
| 6353 | 7481 | }, |
| 6354 | 7482 | .{ |
| 6355 | | .name = "OpImageDrefGather", |
| 6356 | | .opcode = 97, |
| 7483 | .name = "OpFMod", |
| 7484 | .opcode = 141, |
| 6357 | 7485 | .operands = &.{ |
| 6358 | 7486 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6359 | 7487 | .{ .kind = .id_result, .quantifier = .required }, |
| 6360 | 7488 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6361 | 7489 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6362 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 6363 | | .{ .kind = .image_operands, .quantifier = .optional }, |
| 6364 | 7490 | }, |
| 6365 | 7491 | }, |
| 6366 | 7492 | .{ |
| 6367 | | .name = "OpImageRead", |
| 6368 | | .opcode = 98, |
| 7493 | .name = "OpVectorTimesScalar", |
| 7494 | .opcode = 142, |
| 6369 | 7495 | .operands = &.{ |
| 6370 | 7496 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6371 | 7497 | .{ .kind = .id_result, .quantifier = .required }, |
| 6372 | 7498 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6373 | 7499 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6374 | | .{ .kind = .image_operands, .quantifier = .optional }, |
| 6375 | 7500 | }, |
| 6376 | 7501 | }, |
| 6377 | 7502 | .{ |
| 6378 | | .name = "OpImageWrite", |
| 6379 | | .opcode = 99, |
| 7503 | .name = "OpMatrixTimesScalar", |
| 7504 | .opcode = 143, |
| 6380 | 7505 | .operands = &.{ |
| 7506 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7507 | .{ .kind = .id_result, .quantifier = .required }, |
| 6381 | 7508 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6382 | 7509 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6383 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 6384 | | .{ .kind = .image_operands, .quantifier = .optional }, |
| 6385 | 7510 | }, |
| 6386 | 7511 | }, |
| 6387 | 7512 | .{ |
| 6388 | | .name = "OpImage", |
| 6389 | | .opcode = 100, |
| 7513 | .name = "OpVectorTimesMatrix", |
| 7514 | .opcode = 144, |
| 6390 | 7515 | .operands = &.{ |
| 6391 | 7516 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6392 | 7517 | .{ .kind = .id_result, .quantifier = .required }, |
| 6393 | 7518 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7519 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6394 | 7520 | }, |
| 6395 | 7521 | }, |
| 6396 | 7522 | .{ |
| 6397 | | .name = "OpImageQueryFormat", |
| 6398 | | .opcode = 101, |
| 7523 | .name = "OpMatrixTimesVector", |
| 7524 | .opcode = 145, |
| 6399 | 7525 | .operands = &.{ |
| 6400 | 7526 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6401 | 7527 | .{ .kind = .id_result, .quantifier = .required }, |
| 6402 | 7528 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7529 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6403 | 7530 | }, |
| 6404 | 7531 | }, |
| 6405 | 7532 | .{ |
| 6406 | | .name = "OpImageQueryOrder", |
| 6407 | | .opcode = 102, |
| 7533 | .name = "OpMatrixTimesMatrix", |
| 7534 | .opcode = 146, |
| 6408 | 7535 | .operands = &.{ |
| 6409 | 7536 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6410 | 7537 | .{ .kind = .id_result, .quantifier = .required }, |
| 6411 | 7538 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7539 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6412 | 7540 | }, |
| 6413 | 7541 | }, |
| 6414 | 7542 | .{ |
| 6415 | | .name = "OpImageQuerySizeLod", |
| 6416 | | .opcode = 103, |
| 7543 | .name = "OpOuterProduct", |
| 7544 | .opcode = 147, |
| 6417 | 7545 | .operands = &.{ |
| 6418 | 7546 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6419 | 7547 | .{ .kind = .id_result, .quantifier = .required }, |
| ... | ... | @@ -6422,17 +7550,18 @@ pub const InstructionSet = enum { |
| 6422 | 7550 | }, |
| 6423 | 7551 | }, |
| 6424 | 7552 | .{ |
| 6425 | | .name = "OpImageQuerySize", |
| 6426 | | .opcode = 104, |
| 7553 | .name = "OpDot", |
| 7554 | .opcode = 148, |
| 6427 | 7555 | .operands = &.{ |
| 6428 | 7556 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6429 | 7557 | .{ .kind = .id_result, .quantifier = .required }, |
| 6430 | 7558 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7559 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6431 | 7560 | }, |
| 6432 | 7561 | }, |
| 6433 | 7562 | .{ |
| 6434 | | .name = "OpImageQueryLod", |
| 6435 | | .opcode = 105, |
| 7563 | .name = "OpIAddCarry", |
| 7564 | .opcode = 149, |
| 6436 | 7565 | .operands = &.{ |
| 6437 | 7566 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6438 | 7567 | .{ .kind = .id_result, .quantifier = .required }, |
| ... | ... | @@ -6441,35 +7570,38 @@ pub const InstructionSet = enum { |
| 6441 | 7570 | }, |
| 6442 | 7571 | }, |
| 6443 | 7572 | .{ |
| 6444 | | .name = "OpImageQueryLevels", |
| 6445 | | .opcode = 106, |
| 7573 | .name = "OpISubBorrow", |
| 7574 | .opcode = 150, |
| 6446 | 7575 | .operands = &.{ |
| 6447 | 7576 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6448 | 7577 | .{ .kind = .id_result, .quantifier = .required }, |
| 6449 | 7578 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7579 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6450 | 7580 | }, |
| 6451 | 7581 | }, |
| 6452 | 7582 | .{ |
| 6453 | | .name = "OpImageQuerySamples", |
| 6454 | | .opcode = 107, |
| 7583 | .name = "OpUMulExtended", |
| 7584 | .opcode = 151, |
| 6455 | 7585 | .operands = &.{ |
| 6456 | 7586 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6457 | 7587 | .{ .kind = .id_result, .quantifier = .required }, |
| 6458 | 7588 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7589 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6459 | 7590 | }, |
| 6460 | 7591 | }, |
| 6461 | 7592 | .{ |
| 6462 | | .name = "OpConvertFToU", |
| 6463 | | .opcode = 109, |
| 7593 | .name = "OpSMulExtended", |
| 7594 | .opcode = 152, |
| 6464 | 7595 | .operands = &.{ |
| 6465 | 7596 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6466 | 7597 | .{ .kind = .id_result, .quantifier = .required }, |
| 6467 | 7598 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7599 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6468 | 7600 | }, |
| 6469 | 7601 | }, |
| 6470 | 7602 | .{ |
| 6471 | | .name = "OpConvertFToS", |
| 6472 | | .opcode = 110, |
| 7603 | .name = "OpAny", |
| 7604 | .opcode = 154, |
| 6473 | 7605 | .operands = &.{ |
| 6474 | 7606 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6475 | 7607 | .{ .kind = .id_result, .quantifier = .required }, |
| ... | ... | @@ -6477,8 +7609,8 @@ pub const InstructionSet = enum { |
| 6477 | 7609 | }, |
| 6478 | 7610 | }, |
| 6479 | 7611 | .{ |
| 6480 | | .name = "OpConvertSToF", |
| 6481 | | .opcode = 111, |
| 7612 | .name = "OpAll", |
| 7613 | .opcode = 155, |
| 6482 | 7614 | .operands = &.{ |
| 6483 | 7615 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6484 | 7616 | .{ .kind = .id_result, .quantifier = .required }, |
| ... | ... | @@ -6486,8 +7618,8 @@ pub const InstructionSet = enum { |
| 6486 | 7618 | }, |
| 6487 | 7619 | }, |
| 6488 | 7620 | .{ |
| 6489 | | .name = "OpConvertUToF", |
| 6490 | | .opcode = 112, |
| 7621 | .name = "OpIsNan", |
| 7622 | .opcode = 156, |
| 6491 | 7623 | .operands = &.{ |
| 6492 | 7624 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6493 | 7625 | .{ .kind = .id_result, .quantifier = .required }, |
| ... | ... | @@ -6495,8 +7627,8 @@ pub const InstructionSet = enum { |
| 6495 | 7627 | }, |
| 6496 | 7628 | }, |
| 6497 | 7629 | .{ |
| 6498 | | .name = "OpUConvert", |
| 6499 | | .opcode = 113, |
| 7630 | .name = "OpIsInf", |
| 7631 | .opcode = 157, |
| 6500 | 7632 | .operands = &.{ |
| 6501 | 7633 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6502 | 7634 | .{ .kind = .id_result, .quantifier = .required }, |
| ... | ... | @@ -6504,8 +7636,8 @@ pub const InstructionSet = enum { |
| 6504 | 7636 | }, |
| 6505 | 7637 | }, |
| 6506 | 7638 | .{ |
| 6507 | | .name = "OpSConvert", |
| 6508 | | .opcode = 114, |
| 7639 | .name = "OpIsFinite", |
| 7640 | .opcode = 158, |
| 6509 | 7641 | .operands = &.{ |
| 6510 | 7642 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6511 | 7643 | .{ .kind = .id_result, .quantifier = .required }, |
| ... | ... | @@ -6513,8 +7645,8 @@ pub const InstructionSet = enum { |
| 6513 | 7645 | }, |
| 6514 | 7646 | }, |
| 6515 | 7647 | .{ |
| 6516 | | .name = "OpFConvert", |
| 6517 | | .opcode = 115, |
| 7648 | .name = "OpIsNormal", |
| 7649 | .opcode = 159, |
| 6518 | 7650 | .operands = &.{ |
| 6519 | 7651 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6520 | 7652 | .{ .kind = .id_result, .quantifier = .required }, |
| ... | ... | @@ -6522,8 +7654,8 @@ pub const InstructionSet = enum { |
| 6522 | 7654 | }, |
| 6523 | 7655 | }, |
| 6524 | 7656 | .{ |
| 6525 | | .name = "OpQuantizeToF16", |
| 6526 | | .opcode = 116, |
| 7657 | .name = "OpSignBitSet", |
| 7658 | .opcode = 160, |
| 6527 | 7659 | .operands = &.{ |
| 6528 | 7660 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6529 | 7661 | .{ .kind = .id_result, .quantifier = .required }, |
| ... | ... | @@ -6531,72 +7663,78 @@ pub const InstructionSet = enum { |
| 6531 | 7663 | }, |
| 6532 | 7664 | }, |
| 6533 | 7665 | .{ |
| 6534 | | .name = "OpConvertPtrToU", |
| 6535 | | .opcode = 117, |
| 7666 | .name = "OpLessOrGreater", |
| 7667 | .opcode = 161, |
| 6536 | 7668 | .operands = &.{ |
| 6537 | 7669 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6538 | 7670 | .{ .kind = .id_result, .quantifier = .required }, |
| 6539 | 7671 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7672 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6540 | 7673 | }, |
| 6541 | 7674 | }, |
| 6542 | 7675 | .{ |
| 6543 | | .name = "OpSatConvertSToU", |
| 6544 | | .opcode = 118, |
| 7676 | .name = "OpOrdered", |
| 7677 | .opcode = 162, |
| 6545 | 7678 | .operands = &.{ |
| 6546 | 7679 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6547 | 7680 | .{ .kind = .id_result, .quantifier = .required }, |
| 6548 | 7681 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7682 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6549 | 7683 | }, |
| 6550 | 7684 | }, |
| 6551 | 7685 | .{ |
| 6552 | | .name = "OpSatConvertUToS", |
| 6553 | | .opcode = 119, |
| 7686 | .name = "OpUnordered", |
| 7687 | .opcode = 163, |
| 6554 | 7688 | .operands = &.{ |
| 6555 | 7689 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6556 | 7690 | .{ .kind = .id_result, .quantifier = .required }, |
| 6557 | 7691 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7692 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6558 | 7693 | }, |
| 6559 | 7694 | }, |
| 6560 | 7695 | .{ |
| 6561 | | .name = "OpConvertUToPtr", |
| 6562 | | .opcode = 120, |
| 7696 | .name = "OpLogicalEqual", |
| 7697 | .opcode = 164, |
| 6563 | 7698 | .operands = &.{ |
| 6564 | 7699 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6565 | 7700 | .{ .kind = .id_result, .quantifier = .required }, |
| 6566 | 7701 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7702 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6567 | 7703 | }, |
| 6568 | 7704 | }, |
| 6569 | 7705 | .{ |
| 6570 | | .name = "OpPtrCastToGeneric", |
| 6571 | | .opcode = 121, |
| 7706 | .name = "OpLogicalNotEqual", |
| 7707 | .opcode = 165, |
| 6572 | 7708 | .operands = &.{ |
| 6573 | 7709 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6574 | 7710 | .{ .kind = .id_result, .quantifier = .required }, |
| 6575 | 7711 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7712 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6576 | 7713 | }, |
| 6577 | 7714 | }, |
| 6578 | 7715 | .{ |
| 6579 | | .name = "OpGenericCastToPtr", |
| 6580 | | .opcode = 122, |
| 7716 | .name = "OpLogicalOr", |
| 7717 | .opcode = 166, |
| 6581 | 7718 | .operands = &.{ |
| 6582 | 7719 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6583 | 7720 | .{ .kind = .id_result, .quantifier = .required }, |
| 6584 | 7721 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7722 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6585 | 7723 | }, |
| 6586 | 7724 | }, |
| 6587 | 7725 | .{ |
| 6588 | | .name = "OpGenericCastToPtrExplicit", |
| 6589 | | .opcode = 123, |
| 7726 | .name = "OpLogicalAnd", |
| 7727 | .opcode = 167, |
| 6590 | 7728 | .operands = &.{ |
| 6591 | 7729 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6592 | 7730 | .{ .kind = .id_result, .quantifier = .required }, |
| 6593 | 7731 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6594 | | .{ .kind = .storage_class, .quantifier = .required }, |
| 7732 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6595 | 7733 | }, |
| 6596 | 7734 | }, |
| 6597 | 7735 | .{ |
| 6598 | | .name = "OpBitcast", |
| 6599 | | .opcode = 124, |
| 7736 | .name = "OpLogicalNot", |
| 7737 | .opcode = 168, |
| 6600 | 7738 | .operands = &.{ |
| 6601 | 7739 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6602 | 7740 | .{ .kind = .id_result, .quantifier = .required }, |
| ... | ... | @@ -6604,26 +7742,29 @@ pub const InstructionSet = enum { |
| 6604 | 7742 | }, |
| 6605 | 7743 | }, |
| 6606 | 7744 | .{ |
| 6607 | | .name = "OpSNegate", |
| 6608 | | .opcode = 126, |
| 7745 | .name = "OpSelect", |
| 7746 | .opcode = 169, |
| 6609 | 7747 | .operands = &.{ |
| 6610 | 7748 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6611 | 7749 | .{ .kind = .id_result, .quantifier = .required }, |
| 6612 | 7750 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7751 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7752 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6613 | 7753 | }, |
| 6614 | 7754 | }, |
| 6615 | 7755 | .{ |
| 6616 | | .name = "OpFNegate", |
| 6617 | | .opcode = 127, |
| 7756 | .name = "OpIEqual", |
| 7757 | .opcode = 170, |
| 6618 | 7758 | .operands = &.{ |
| 6619 | 7759 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6620 | 7760 | .{ .kind = .id_result, .quantifier = .required }, |
| 6621 | 7761 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7762 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6622 | 7763 | }, |
| 6623 | 7764 | }, |
| 6624 | 7765 | .{ |
| 6625 | | .name = "OpIAdd", |
| 6626 | | .opcode = 128, |
| 7766 | .name = "OpINotEqual", |
| 7767 | .opcode = 171, |
| 6627 | 7768 | .operands = &.{ |
| 6628 | 7769 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6629 | 7770 | .{ .kind = .id_result, .quantifier = .required }, |
| ... | ... | @@ -6632,8 +7773,8 @@ pub const InstructionSet = enum { |
| 6632 | 7773 | }, |
| 6633 | 7774 | }, |
| 6634 | 7775 | .{ |
| 6635 | | .name = "OpFAdd", |
| 6636 | | .opcode = 129, |
| 7776 | .name = "OpUGreaterThan", |
| 7777 | .opcode = 172, |
| 6637 | 7778 | .operands = &.{ |
| 6638 | 7779 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6639 | 7780 | .{ .kind = .id_result, .quantifier = .required }, |
| ... | ... | @@ -6642,8 +7783,8 @@ pub const InstructionSet = enum { |
| 6642 | 7783 | }, |
| 6643 | 7784 | }, |
| 6644 | 7785 | .{ |
| 6645 | | .name = "OpISub", |
| 6646 | | .opcode = 130, |
| 7786 | .name = "OpSGreaterThan", |
| 7787 | .opcode = 173, |
| 6647 | 7788 | .operands = &.{ |
| 6648 | 7789 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6649 | 7790 | .{ .kind = .id_result, .quantifier = .required }, |
| ... | ... | @@ -6652,8 +7793,8 @@ pub const InstructionSet = enum { |
| 6652 | 7793 | }, |
| 6653 | 7794 | }, |
| 6654 | 7795 | .{ |
| 6655 | | .name = "OpFSub", |
| 6656 | | .opcode = 131, |
| 7796 | .name = "OpUGreaterThanEqual", |
| 7797 | .opcode = 174, |
| 6657 | 7798 | .operands = &.{ |
| 6658 | 7799 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6659 | 7800 | .{ .kind = .id_result, .quantifier = .required }, |
| ... | ... | @@ -6662,8 +7803,8 @@ pub const InstructionSet = enum { |
| 6662 | 7803 | }, |
| 6663 | 7804 | }, |
| 6664 | 7805 | .{ |
| 6665 | | .name = "OpIMul", |
| 6666 | | .opcode = 132, |
| 7806 | .name = "OpSGreaterThanEqual", |
| 7807 | .opcode = 175, |
| 6667 | 7808 | .operands = &.{ |
| 6668 | 7809 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6669 | 7810 | .{ .kind = .id_result, .quantifier = .required }, |
| ... | ... | @@ -6672,8 +7813,8 @@ pub const InstructionSet = enum { |
| 6672 | 7813 | }, |
| 6673 | 7814 | }, |
| 6674 | 7815 | .{ |
| 6675 | | .name = "OpFMul", |
| 6676 | | .opcode = 133, |
| 7816 | .name = "OpULessThan", |
| 7817 | .opcode = 176, |
| 6677 | 7818 | .operands = &.{ |
| 6678 | 7819 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6679 | 7820 | .{ .kind = .id_result, .quantifier = .required }, |
| ... | ... | @@ -6682,8 +7823,8 @@ pub const InstructionSet = enum { |
| 6682 | 7823 | }, |
| 6683 | 7824 | }, |
| 6684 | 7825 | .{ |
| 6685 | | .name = "OpUDiv", |
| 6686 | | .opcode = 134, |
| 7826 | .name = "OpSLessThan", |
| 7827 | .opcode = 177, |
| 6687 | 7828 | .operands = &.{ |
| 6688 | 7829 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6689 | 7830 | .{ .kind = .id_result, .quantifier = .required }, |
| ... | ... | @@ -6692,8 +7833,8 @@ pub const InstructionSet = enum { |
| 6692 | 7833 | }, |
| 6693 | 7834 | }, |
| 6694 | 7835 | .{ |
| 6695 | | .name = "OpSDiv", |
| 6696 | | .opcode = 135, |
| 7836 | .name = "OpULessThanEqual", |
| 7837 | .opcode = 178, |
| 6697 | 7838 | .operands = &.{ |
| 6698 | 7839 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6699 | 7840 | .{ .kind = .id_result, .quantifier = .required }, |
| ... | ... | @@ -6702,8 +7843,8 @@ pub const InstructionSet = enum { |
| 6702 | 7843 | }, |
| 6703 | 7844 | }, |
| 6704 | 7845 | .{ |
| 6705 | | .name = "OpFDiv", |
| 6706 | | .opcode = 136, |
| 7846 | .name = "OpSLessThanEqual", |
| 7847 | .opcode = 179, |
| 6707 | 7848 | .operands = &.{ |
| 6708 | 7849 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6709 | 7850 | .{ .kind = .id_result, .quantifier = .required }, |
| ... | ... | @@ -6712,8 +7853,8 @@ pub const InstructionSet = enum { |
| 6712 | 7853 | }, |
| 6713 | 7854 | }, |
| 6714 | 7855 | .{ |
| 6715 | | .name = "OpUMod", |
| 6716 | | .opcode = 137, |
| 7856 | .name = "OpFOrdEqual", |
| 7857 | .opcode = 180, |
| 6717 | 7858 | .operands = &.{ |
| 6718 | 7859 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6719 | 7860 | .{ .kind = .id_result, .quantifier = .required }, |
| ... | ... | @@ -6722,8 +7863,8 @@ pub const InstructionSet = enum { |
| 6722 | 7863 | }, |
| 6723 | 7864 | }, |
| 6724 | 7865 | .{ |
| 6725 | | .name = "OpSRem", |
| 6726 | | .opcode = 138, |
| 7866 | .name = "OpFUnordEqual", |
| 7867 | .opcode = 181, |
| 6727 | 7868 | .operands = &.{ |
| 6728 | 7869 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6729 | 7870 | .{ .kind = .id_result, .quantifier = .required }, |
| ... | ... | @@ -6732,8 +7873,8 @@ pub const InstructionSet = enum { |
| 6732 | 7873 | }, |
| 6733 | 7874 | }, |
| 6734 | 7875 | .{ |
| 6735 | | .name = "OpSMod", |
| 6736 | | .opcode = 139, |
| 7876 | .name = "OpFOrdNotEqual", |
| 7877 | .opcode = 182, |
| 6737 | 7878 | .operands = &.{ |
| 6738 | 7879 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6739 | 7880 | .{ .kind = .id_result, .quantifier = .required }, |
| ... | ... | @@ -6742,8 +7883,8 @@ pub const InstructionSet = enum { |
| 6742 | 7883 | }, |
| 6743 | 7884 | }, |
| 6744 | 7885 | .{ |
| 6745 | | .name = "OpFRem", |
| 6746 | | .opcode = 140, |
| 7886 | .name = "OpFUnordNotEqual", |
| 7887 | .opcode = 183, |
| 6747 | 7888 | .operands = &.{ |
| 6748 | 7889 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6749 | 7890 | .{ .kind = .id_result, .quantifier = .required }, |
| ... | ... | @@ -6752,8 +7893,8 @@ pub const InstructionSet = enum { |
| 6752 | 7893 | }, |
| 6753 | 7894 | }, |
| 6754 | 7895 | .{ |
| 6755 | | .name = "OpFMod", |
| 6756 | | .opcode = 141, |
| 7896 | .name = "OpFOrdLessThan", |
| 7897 | .opcode = 184, |
| 6757 | 7898 | .operands = &.{ |
| 6758 | 7899 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6759 | 7900 | .{ .kind = .id_result, .quantifier = .required }, |
| ... | ... | @@ -6762,8 +7903,8 @@ pub const InstructionSet = enum { |
| 6762 | 7903 | }, |
| 6763 | 7904 | }, |
| 6764 | 7905 | .{ |
| 6765 | | .name = "OpVectorTimesScalar", |
| 6766 | | .opcode = 142, |
| 7906 | .name = "OpFUnordLessThan", |
| 7907 | .opcode = 185, |
| 6767 | 7908 | .operands = &.{ |
| 6768 | 7909 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6769 | 7910 | .{ .kind = .id_result, .quantifier = .required }, |
| ... | ... | @@ -6771,9 +7912,9 @@ pub const InstructionSet = enum { |
| 6771 | 7912 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6772 | 7913 | }, |
| 6773 | 7914 | }, |
| 6774 | | .{ |
| 6775 | | .name = "OpMatrixTimesScalar", |
| 6776 | | .opcode = 143, |
| 7915 | .{ |
| 7916 | .name = "OpFOrdGreaterThan", |
| 7917 | .opcode = 186, |
| 6777 | 7918 | .operands = &.{ |
| 6778 | 7919 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6779 | 7920 | .{ .kind = .id_result, .quantifier = .required }, |
| ... | ... | @@ -6782,8 +7923,8 @@ pub const InstructionSet = enum { |
| 6782 | 7923 | }, |
| 6783 | 7924 | }, |
| 6784 | 7925 | .{ |
| 6785 | | .name = "OpVectorTimesMatrix", |
| 6786 | | .opcode = 144, |
| 7926 | .name = "OpFUnordGreaterThan", |
| 7927 | .opcode = 187, |
| 6787 | 7928 | .operands = &.{ |
| 6788 | 7929 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6789 | 7930 | .{ .kind = .id_result, .quantifier = .required }, |
| ... | ... | @@ -6792,8 +7933,8 @@ pub const InstructionSet = enum { |
| 6792 | 7933 | }, |
| 6793 | 7934 | }, |
| 6794 | 7935 | .{ |
| 6795 | | .name = "OpMatrixTimesVector", |
| 6796 | | .opcode = 145, |
| 7936 | .name = "OpFOrdLessThanEqual", |
| 7937 | .opcode = 188, |
| 6797 | 7938 | .operands = &.{ |
| 6798 | 7939 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6799 | 7940 | .{ .kind = .id_result, .quantifier = .required }, |
| ... | ... | @@ -6802,8 +7943,8 @@ pub const InstructionSet = enum { |
| 6802 | 7943 | }, |
| 6803 | 7944 | }, |
| 6804 | 7945 | .{ |
| 6805 | | .name = "OpMatrixTimesMatrix", |
| 6806 | | .opcode = 146, |
| 7946 | .name = "OpFUnordLessThanEqual", |
| 7947 | .opcode = 189, |
| 6807 | 7948 | .operands = &.{ |
| 6808 | 7949 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6809 | 7950 | .{ .kind = .id_result, .quantifier = .required }, |
| ... | ... | @@ -6812,8 +7953,8 @@ pub const InstructionSet = enum { |
| 6812 | 7953 | }, |
| 6813 | 7954 | }, |
| 6814 | 7955 | .{ |
| 6815 | | .name = "OpOuterProduct", |
| 6816 | | .opcode = 147, |
| 7956 | .name = "OpFOrdGreaterThanEqual", |
| 7957 | .opcode = 190, |
| 6817 | 7958 | .operands = &.{ |
| 6818 | 7959 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6819 | 7960 | .{ .kind = .id_result, .quantifier = .required }, |
| ... | ... | @@ -6822,8 +7963,8 @@ pub const InstructionSet = enum { |
| 6822 | 7963 | }, |
| 6823 | 7964 | }, |
| 6824 | 7965 | .{ |
| 6825 | | .name = "OpDot", |
| 6826 | | .opcode = 148, |
| 7966 | .name = "OpFUnordGreaterThanEqual", |
| 7967 | .opcode = 191, |
| 6827 | 7968 | .operands = &.{ |
| 6828 | 7969 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6829 | 7970 | .{ .kind = .id_result, .quantifier = .required }, |
| ... | ... | @@ -6832,8 +7973,8 @@ pub const InstructionSet = enum { |
| 6832 | 7973 | }, |
| 6833 | 7974 | }, |
| 6834 | 7975 | .{ |
| 6835 | | .name = "OpIAddCarry", |
| 6836 | | .opcode = 149, |
| 7976 | .name = "OpShiftRightLogical", |
| 7977 | .opcode = 194, |
| 6837 | 7978 | .operands = &.{ |
| 6838 | 7979 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6839 | 7980 | .{ .kind = .id_result, .quantifier = .required }, |
| ... | ... | @@ -6842,8 +7983,8 @@ pub const InstructionSet = enum { |
| 6842 | 7983 | }, |
| 6843 | 7984 | }, |
| 6844 | 7985 | .{ |
| 6845 | | .name = "OpISubBorrow", |
| 6846 | | .opcode = 150, |
| 7986 | .name = "OpShiftRightArithmetic", |
| 7987 | .opcode = 195, |
| 6847 | 7988 | .operands = &.{ |
| 6848 | 7989 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6849 | 7990 | .{ .kind = .id_result, .quantifier = .required }, |
| ... | ... | @@ -6852,8 +7993,8 @@ pub const InstructionSet = enum { |
| 6852 | 7993 | }, |
| 6853 | 7994 | }, |
| 6854 | 7995 | .{ |
| 6855 | | .name = "OpUMulExtended", |
| 6856 | | .opcode = 151, |
| 7996 | .name = "OpShiftLeftLogical", |
| 7997 | .opcode = 196, |
| 6857 | 7998 | .operands = &.{ |
| 6858 | 7999 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6859 | 8000 | .{ .kind = .id_result, .quantifier = .required }, |
| ... | ... | @@ -6862,8 +8003,8 @@ pub const InstructionSet = enum { |
| 6862 | 8003 | }, |
| 6863 | 8004 | }, |
| 6864 | 8005 | .{ |
| 6865 | | .name = "OpSMulExtended", |
| 6866 | | .opcode = 152, |
| 8006 | .name = "OpBitwiseOr", |
| 8007 | .opcode = 197, |
| 6867 | 8008 | .operands = &.{ |
| 6868 | 8009 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6869 | 8010 | .{ .kind = .id_result, .quantifier = .required }, |
| ... | ... | @@ -6872,26 +8013,28 @@ pub const InstructionSet = enum { |
| 6872 | 8013 | }, |
| 6873 | 8014 | }, |
| 6874 | 8015 | .{ |
| 6875 | | .name = "OpAny", |
| 6876 | | .opcode = 154, |
| 8016 | .name = "OpBitwiseXor", |
| 8017 | .opcode = 198, |
| 6877 | 8018 | .operands = &.{ |
| 6878 | 8019 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6879 | 8020 | .{ .kind = .id_result, .quantifier = .required }, |
| 6880 | 8021 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8022 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6881 | 8023 | }, |
| 6882 | 8024 | }, |
| 6883 | 8025 | .{ |
| 6884 | | .name = "OpAll", |
| 6885 | | .opcode = 155, |
| 8026 | .name = "OpBitwiseAnd", |
| 8027 | .opcode = 199, |
| 6886 | 8028 | .operands = &.{ |
| 6887 | 8029 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6888 | 8030 | .{ .kind = .id_result, .quantifier = .required }, |
| 6889 | 8031 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8032 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6890 | 8033 | }, |
| 6891 | 8034 | }, |
| 6892 | 8035 | .{ |
| 6893 | | .name = "OpIsNan", |
| 6894 | | .opcode = 156, |
| 8036 | .name = "OpNot", |
| 8037 | .opcode = 200, |
| 6895 | 8038 | .operands = &.{ |
| 6896 | 8039 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6897 | 8040 | .{ .kind = .id_result, .quantifier = .required }, |
| ... | ... | @@ -6899,35 +8042,42 @@ pub const InstructionSet = enum { |
| 6899 | 8042 | }, |
| 6900 | 8043 | }, |
| 6901 | 8044 | .{ |
| 6902 | | .name = "OpIsInf", |
| 6903 | | .opcode = 157, |
| 8045 | .name = "OpBitFieldInsert", |
| 8046 | .opcode = 201, |
| 6904 | 8047 | .operands = &.{ |
| 6905 | 8048 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6906 | 8049 | .{ .kind = .id_result, .quantifier = .required }, |
| 6907 | 8050 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8051 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8052 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8053 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6908 | 8054 | }, |
| 6909 | 8055 | }, |
| 6910 | 8056 | .{ |
| 6911 | | .name = "OpIsFinite", |
| 6912 | | .opcode = 158, |
| 8057 | .name = "OpBitFieldSExtract", |
| 8058 | .opcode = 202, |
| 6913 | 8059 | .operands = &.{ |
| 6914 | 8060 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6915 | 8061 | .{ .kind = .id_result, .quantifier = .required }, |
| 6916 | 8062 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8063 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8064 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6917 | 8065 | }, |
| 6918 | 8066 | }, |
| 6919 | 8067 | .{ |
| 6920 | | .name = "OpIsNormal", |
| 6921 | | .opcode = 159, |
| 8068 | .name = "OpBitFieldUExtract", |
| 8069 | .opcode = 203, |
| 6922 | 8070 | .operands = &.{ |
| 6923 | 8071 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6924 | 8072 | .{ .kind = .id_result, .quantifier = .required }, |
| 6925 | 8073 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8074 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8075 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6926 | 8076 | }, |
| 6927 | 8077 | }, |
| 6928 | 8078 | .{ |
| 6929 | | .name = "OpSignBitSet", |
| 6930 | | .opcode = 160, |
| 8079 | .name = "OpBitReverse", |
| 8080 | .opcode = 204, |
| 6931 | 8081 | .operands = &.{ |
| 6932 | 8082 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6933 | 8083 | .{ .kind = .id_result, .quantifier = .required }, |
| ... | ... | @@ -6935,78 +8085,71 @@ pub const InstructionSet = enum { |
| 6935 | 8085 | }, |
| 6936 | 8086 | }, |
| 6937 | 8087 | .{ |
| 6938 | | .name = "OpLessOrGreater", |
| 6939 | | .opcode = 161, |
| 8088 | .name = "OpBitCount", |
| 8089 | .opcode = 205, |
| 6940 | 8090 | .operands = &.{ |
| 6941 | 8091 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6942 | 8092 | .{ .kind = .id_result, .quantifier = .required }, |
| 6943 | 8093 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6944 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 6945 | 8094 | }, |
| 6946 | 8095 | }, |
| 6947 | 8096 | .{ |
| 6948 | | .name = "OpOrdered", |
| 6949 | | .opcode = 162, |
| 8097 | .name = "OpDPdx", |
| 8098 | .opcode = 207, |
| 6950 | 8099 | .operands = &.{ |
| 6951 | 8100 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6952 | 8101 | .{ .kind = .id_result, .quantifier = .required }, |
| 6953 | 8102 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6954 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 6955 | 8103 | }, |
| 6956 | 8104 | }, |
| 6957 | 8105 | .{ |
| 6958 | | .name = "OpUnordered", |
| 6959 | | .opcode = 163, |
| 8106 | .name = "OpDPdy", |
| 8107 | .opcode = 208, |
| 6960 | 8108 | .operands = &.{ |
| 6961 | 8109 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6962 | 8110 | .{ .kind = .id_result, .quantifier = .required }, |
| 6963 | 8111 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6964 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 6965 | 8112 | }, |
| 6966 | 8113 | }, |
| 6967 | 8114 | .{ |
| 6968 | | .name = "OpLogicalEqual", |
| 6969 | | .opcode = 164, |
| 8115 | .name = "OpFwidth", |
| 8116 | .opcode = 209, |
| 6970 | 8117 | .operands = &.{ |
| 6971 | 8118 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6972 | 8119 | .{ .kind = .id_result, .quantifier = .required }, |
| 6973 | 8120 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6974 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 6975 | 8121 | }, |
| 6976 | 8122 | }, |
| 6977 | 8123 | .{ |
| 6978 | | .name = "OpLogicalNotEqual", |
| 6979 | | .opcode = 165, |
| 8124 | .name = "OpDPdxFine", |
| 8125 | .opcode = 210, |
| 6980 | 8126 | .operands = &.{ |
| 6981 | 8127 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6982 | 8128 | .{ .kind = .id_result, .quantifier = .required }, |
| 6983 | 8129 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6984 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 6985 | 8130 | }, |
| 6986 | 8131 | }, |
| 6987 | 8132 | .{ |
| 6988 | | .name = "OpLogicalOr", |
| 6989 | | .opcode = 166, |
| 8133 | .name = "OpDPdyFine", |
| 8134 | .opcode = 211, |
| 6990 | 8135 | .operands = &.{ |
| 6991 | 8136 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 6992 | 8137 | .{ .kind = .id_result, .quantifier = .required }, |
| 6993 | 8138 | .{ .kind = .id_ref, .quantifier = .required }, |
| 6994 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 6995 | 8139 | }, |
| 6996 | 8140 | }, |
| 6997 | 8141 | .{ |
| 6998 | | .name = "OpLogicalAnd", |
| 6999 | | .opcode = 167, |
| 8142 | .name = "OpFwidthFine", |
| 8143 | .opcode = 212, |
| 7000 | 8144 | .operands = &.{ |
| 7001 | 8145 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7002 | 8146 | .{ .kind = .id_result, .quantifier = .required }, |
| 7003 | 8147 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7004 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 7005 | 8148 | }, |
| 7006 | 8149 | }, |
| 7007 | 8150 | .{ |
| 7008 | | .name = "OpLogicalNot", |
| 7009 | | .opcode = 168, |
| 8151 | .name = "OpDPdxCoarse", |
| 8152 | .opcode = 213, |
| 7010 | 8153 | .operands = &.{ |
| 7011 | 8154 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7012 | 8155 | .{ .kind = .id_result, .quantifier = .required }, |
| ... | ... | @@ -7014,936 +8157,1028 @@ pub const InstructionSet = enum { |
| 7014 | 8157 | }, |
| 7015 | 8158 | }, |
| 7016 | 8159 | .{ |
| 7017 | | .name = "OpSelect", |
| 7018 | | .opcode = 169, |
| 8160 | .name = "OpDPdyCoarse", |
| 8161 | .opcode = 214, |
| 7019 | 8162 | .operands = &.{ |
| 7020 | 8163 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7021 | 8164 | .{ .kind = .id_result, .quantifier = .required }, |
| 7022 | 8165 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7023 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 7024 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 7025 | 8166 | }, |
| 7026 | 8167 | }, |
| 7027 | 8168 | .{ |
| 7028 | | .name = "OpIEqual", |
| 7029 | | .opcode = 170, |
| 8169 | .name = "OpFwidthCoarse", |
| 8170 | .opcode = 215, |
| 7030 | 8171 | .operands = &.{ |
| 7031 | 8172 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7032 | 8173 | .{ .kind = .id_result, .quantifier = .required }, |
| 7033 | 8174 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7034 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 7035 | 8175 | }, |
| 7036 | 8176 | }, |
| 7037 | 8177 | .{ |
| 7038 | | .name = "OpINotEqual", |
| 7039 | | .opcode = 171, |
| 8178 | .name = "OpEmitVertex", |
| 8179 | .opcode = 218, |
| 8180 | .operands = &.{}, |
| 8181 | }, |
| 8182 | .{ |
| 8183 | .name = "OpEndPrimitive", |
| 8184 | .opcode = 219, |
| 8185 | .operands = &.{}, |
| 8186 | }, |
| 8187 | .{ |
| 8188 | .name = "OpEmitStreamVertex", |
| 8189 | .opcode = 220, |
| 7040 | 8190 | .operands = &.{ |
| 7041 | | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7042 | | .{ .kind = .id_result, .quantifier = .required }, |
| 7043 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 7044 | 8191 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7045 | 8192 | }, |
| 7046 | 8193 | }, |
| 7047 | 8194 | .{ |
| 7048 | | .name = "OpUGreaterThan", |
| 7049 | | .opcode = 172, |
| 8195 | .name = "OpEndStreamPrimitive", |
| 8196 | .opcode = 221, |
| 7050 | 8197 | .operands = &.{ |
| 7051 | | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7052 | | .{ .kind = .id_result, .quantifier = .required }, |
| 7053 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 7054 | 8198 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7055 | 8199 | }, |
| 7056 | 8200 | }, |
| 7057 | 8201 | .{ |
| 7058 | | .name = "OpSGreaterThan", |
| 7059 | | .opcode = 173, |
| 8202 | .name = "OpControlBarrier", |
| 8203 | .opcode = 224, |
| 7060 | 8204 | .operands = &.{ |
| 7061 | | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7062 | | .{ .kind = .id_result, .quantifier = .required }, |
| 7063 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 7064 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 8205 | .{ .kind = .id_scope, .quantifier = .required }, |
| 8206 | .{ .kind = .id_scope, .quantifier = .required }, |
| 8207 | .{ .kind = .id_memory_semantics, .quantifier = .required }, |
| 7065 | 8208 | }, |
| 7066 | 8209 | }, |
| 7067 | 8210 | .{ |
| 7068 | | .name = "OpUGreaterThanEqual", |
| 7069 | | .opcode = 174, |
| 8211 | .name = "OpMemoryBarrier", |
| 8212 | .opcode = 225, |
| 7070 | 8213 | .operands = &.{ |
| 7071 | | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7072 | | .{ .kind = .id_result, .quantifier = .required }, |
| 7073 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 7074 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 8214 | .{ .kind = .id_scope, .quantifier = .required }, |
| 8215 | .{ .kind = .id_memory_semantics, .quantifier = .required }, |
| 7075 | 8216 | }, |
| 7076 | 8217 | }, |
| 7077 | 8218 | .{ |
| 7078 | | .name = "OpSGreaterThanEqual", |
| 7079 | | .opcode = 175, |
| 8219 | .name = "OpAtomicLoad", |
| 8220 | .opcode = 227, |
| 7080 | 8221 | .operands = &.{ |
| 7081 | 8222 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7082 | 8223 | .{ .kind = .id_result, .quantifier = .required }, |
| 7083 | 8224 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7084 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 8225 | .{ .kind = .id_scope, .quantifier = .required }, |
| 8226 | .{ .kind = .id_memory_semantics, .quantifier = .required }, |
| 7085 | 8227 | }, |
| 7086 | 8228 | }, |
| 7087 | 8229 | .{ |
| 7088 | | .name = "OpULessThan", |
| 7089 | | .opcode = 176, |
| 8230 | .name = "OpAtomicStore", |
| 8231 | .opcode = 228, |
| 7090 | 8232 | .operands = &.{ |
| 7091 | | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7092 | | .{ .kind = .id_result, .quantifier = .required }, |
| 7093 | 8233 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8234 | .{ .kind = .id_scope, .quantifier = .required }, |
| 8235 | .{ .kind = .id_memory_semantics, .quantifier = .required }, |
| 7094 | 8236 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7095 | 8237 | }, |
| 7096 | 8238 | }, |
| 7097 | 8239 | .{ |
| 7098 | | .name = "OpSLessThan", |
| 7099 | | .opcode = 177, |
| 8240 | .name = "OpAtomicExchange", |
| 8241 | .opcode = 229, |
| 7100 | 8242 | .operands = &.{ |
| 7101 | 8243 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7102 | 8244 | .{ .kind = .id_result, .quantifier = .required }, |
| 7103 | 8245 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8246 | .{ .kind = .id_scope, .quantifier = .required }, |
| 8247 | .{ .kind = .id_memory_semantics, .quantifier = .required }, |
| 7104 | 8248 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7105 | 8249 | }, |
| 7106 | 8250 | }, |
| 7107 | 8251 | .{ |
| 7108 | | .name = "OpULessThanEqual", |
| 7109 | | .opcode = 178, |
| 8252 | .name = "OpAtomicCompareExchange", |
| 8253 | .opcode = 230, |
| 7110 | 8254 | .operands = &.{ |
| 7111 | 8255 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7112 | 8256 | .{ .kind = .id_result, .quantifier = .required }, |
| 7113 | 8257 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8258 | .{ .kind = .id_scope, .quantifier = .required }, |
| 8259 | .{ .kind = .id_memory_semantics, .quantifier = .required }, |
| 8260 | .{ .kind = .id_memory_semantics, .quantifier = .required }, |
| 8261 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7114 | 8262 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7115 | 8263 | }, |
| 7116 | 8264 | }, |
| 7117 | 8265 | .{ |
| 7118 | | .name = "OpSLessThanEqual", |
| 7119 | | .opcode = 179, |
| 8266 | .name = "OpAtomicCompareExchangeWeak", |
| 8267 | .opcode = 231, |
| 7120 | 8268 | .operands = &.{ |
| 7121 | 8269 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7122 | 8270 | .{ .kind = .id_result, .quantifier = .required }, |
| 7123 | 8271 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8272 | .{ .kind = .id_scope, .quantifier = .required }, |
| 8273 | .{ .kind = .id_memory_semantics, .quantifier = .required }, |
| 8274 | .{ .kind = .id_memory_semantics, .quantifier = .required }, |
| 8275 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7124 | 8276 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7125 | 8277 | }, |
| 7126 | 8278 | }, |
| 7127 | 8279 | .{ |
| 7128 | | .name = "OpFOrdEqual", |
| 7129 | | .opcode = 180, |
| 8280 | .name = "OpAtomicIIncrement", |
| 8281 | .opcode = 232, |
| 7130 | 8282 | .operands = &.{ |
| 7131 | 8283 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7132 | 8284 | .{ .kind = .id_result, .quantifier = .required }, |
| 7133 | 8285 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7134 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 8286 | .{ .kind = .id_scope, .quantifier = .required }, |
| 8287 | .{ .kind = .id_memory_semantics, .quantifier = .required }, |
| 7135 | 8288 | }, |
| 7136 | 8289 | }, |
| 7137 | 8290 | .{ |
| 7138 | | .name = "OpFUnordEqual", |
| 7139 | | .opcode = 181, |
| 8291 | .name = "OpAtomicIDecrement", |
| 8292 | .opcode = 233, |
| 7140 | 8293 | .operands = &.{ |
| 7141 | 8294 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7142 | 8295 | .{ .kind = .id_result, .quantifier = .required }, |
| 7143 | 8296 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7144 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 8297 | .{ .kind = .id_scope, .quantifier = .required }, |
| 8298 | .{ .kind = .id_memory_semantics, .quantifier = .required }, |
| 7145 | 8299 | }, |
| 7146 | 8300 | }, |
| 7147 | 8301 | .{ |
| 7148 | | .name = "OpFOrdNotEqual", |
| 7149 | | .opcode = 182, |
| 8302 | .name = "OpAtomicIAdd", |
| 8303 | .opcode = 234, |
| 7150 | 8304 | .operands = &.{ |
| 7151 | 8305 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7152 | 8306 | .{ .kind = .id_result, .quantifier = .required }, |
| 7153 | 8307 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8308 | .{ .kind = .id_scope, .quantifier = .required }, |
| 8309 | .{ .kind = .id_memory_semantics, .quantifier = .required }, |
| 7154 | 8310 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7155 | 8311 | }, |
| 7156 | 8312 | }, |
| 7157 | 8313 | .{ |
| 7158 | | .name = "OpFUnordNotEqual", |
| 7159 | | .opcode = 183, |
| 8314 | .name = "OpAtomicISub", |
| 8315 | .opcode = 235, |
| 7160 | 8316 | .operands = &.{ |
| 7161 | 8317 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7162 | 8318 | .{ .kind = .id_result, .quantifier = .required }, |
| 7163 | 8319 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8320 | .{ .kind = .id_scope, .quantifier = .required }, |
| 8321 | .{ .kind = .id_memory_semantics, .quantifier = .required }, |
| 7164 | 8322 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7165 | 8323 | }, |
| 7166 | 8324 | }, |
| 7167 | 8325 | .{ |
| 7168 | | .name = "OpFOrdLessThan", |
| 7169 | | .opcode = 184, |
| 8326 | .name = "OpAtomicSMin", |
| 8327 | .opcode = 236, |
| 7170 | 8328 | .operands = &.{ |
| 7171 | 8329 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7172 | 8330 | .{ .kind = .id_result, .quantifier = .required }, |
| 7173 | 8331 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8332 | .{ .kind = .id_scope, .quantifier = .required }, |
| 8333 | .{ .kind = .id_memory_semantics, .quantifier = .required }, |
| 7174 | 8334 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7175 | 8335 | }, |
| 7176 | 8336 | }, |
| 7177 | 8337 | .{ |
| 7178 | | .name = "OpFUnordLessThan", |
| 7179 | | .opcode = 185, |
| 8338 | .name = "OpAtomicUMin", |
| 8339 | .opcode = 237, |
| 7180 | 8340 | .operands = &.{ |
| 7181 | 8341 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7182 | 8342 | .{ .kind = .id_result, .quantifier = .required }, |
| 7183 | 8343 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8344 | .{ .kind = .id_scope, .quantifier = .required }, |
| 8345 | .{ .kind = .id_memory_semantics, .quantifier = .required }, |
| 7184 | 8346 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7185 | 8347 | }, |
| 7186 | 8348 | }, |
| 7187 | 8349 | .{ |
| 7188 | | .name = "OpFOrdGreaterThan", |
| 7189 | | .opcode = 186, |
| 8350 | .name = "OpAtomicSMax", |
| 8351 | .opcode = 238, |
| 7190 | 8352 | .operands = &.{ |
| 7191 | 8353 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7192 | 8354 | .{ .kind = .id_result, .quantifier = .required }, |
| 7193 | 8355 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8356 | .{ .kind = .id_scope, .quantifier = .required }, |
| 8357 | .{ .kind = .id_memory_semantics, .quantifier = .required }, |
| 7194 | 8358 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7195 | 8359 | }, |
| 7196 | 8360 | }, |
| 7197 | 8361 | .{ |
| 7198 | | .name = "OpFUnordGreaterThan", |
| 7199 | | .opcode = 187, |
| 8362 | .name = "OpAtomicUMax", |
| 8363 | .opcode = 239, |
| 7200 | 8364 | .operands = &.{ |
| 7201 | 8365 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7202 | 8366 | .{ .kind = .id_result, .quantifier = .required }, |
| 7203 | 8367 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8368 | .{ .kind = .id_scope, .quantifier = .required }, |
| 8369 | .{ .kind = .id_memory_semantics, .quantifier = .required }, |
| 7204 | 8370 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7205 | 8371 | }, |
| 7206 | 8372 | }, |
| 7207 | 8373 | .{ |
| 7208 | | .name = "OpFOrdLessThanEqual", |
| 7209 | | .opcode = 188, |
| 8374 | .name = "OpAtomicAnd", |
| 8375 | .opcode = 240, |
| 7210 | 8376 | .operands = &.{ |
| 7211 | 8377 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7212 | 8378 | .{ .kind = .id_result, .quantifier = .required }, |
| 7213 | 8379 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8380 | .{ .kind = .id_scope, .quantifier = .required }, |
| 8381 | .{ .kind = .id_memory_semantics, .quantifier = .required }, |
| 7214 | 8382 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7215 | 8383 | }, |
| 7216 | 8384 | }, |
| 7217 | 8385 | .{ |
| 7218 | | .name = "OpFUnordLessThanEqual", |
| 7219 | | .opcode = 189, |
| 8386 | .name = "OpAtomicOr", |
| 8387 | .opcode = 241, |
| 7220 | 8388 | .operands = &.{ |
| 7221 | 8389 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7222 | 8390 | .{ .kind = .id_result, .quantifier = .required }, |
| 7223 | 8391 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8392 | .{ .kind = .id_scope, .quantifier = .required }, |
| 8393 | .{ .kind = .id_memory_semantics, .quantifier = .required }, |
| 7224 | 8394 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7225 | 8395 | }, |
| 7226 | 8396 | }, |
| 7227 | 8397 | .{ |
| 7228 | | .name = "OpFOrdGreaterThanEqual", |
| 7229 | | .opcode = 190, |
| 8398 | .name = "OpAtomicXor", |
| 8399 | .opcode = 242, |
| 7230 | 8400 | .operands = &.{ |
| 7231 | 8401 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7232 | 8402 | .{ .kind = .id_result, .quantifier = .required }, |
| 7233 | 8403 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8404 | .{ .kind = .id_scope, .quantifier = .required }, |
| 8405 | .{ .kind = .id_memory_semantics, .quantifier = .required }, |
| 7234 | 8406 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7235 | 8407 | }, |
| 7236 | 8408 | }, |
| 7237 | 8409 | .{ |
| 7238 | | .name = "OpFUnordGreaterThanEqual", |
| 7239 | | .opcode = 191, |
| 8410 | .name = "OpPhi", |
| 8411 | .opcode = 245, |
| 7240 | 8412 | .operands = &.{ |
| 7241 | 8413 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7242 | 8414 | .{ .kind = .id_result, .quantifier = .required }, |
| 7243 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 7244 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 8415 | .{ .kind = .pair_id_ref_id_ref, .quantifier = .variadic }, |
| 7245 | 8416 | }, |
| 7246 | 8417 | }, |
| 7247 | 8418 | .{ |
| 7248 | | .name = "OpShiftRightLogical", |
| 7249 | | .opcode = 194, |
| 8419 | .name = "OpLoopMerge", |
| 8420 | .opcode = 246, |
| 7250 | 8421 | .operands = &.{ |
| 7251 | | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7252 | | .{ .kind = .id_result, .quantifier = .required }, |
| 7253 | 8422 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7254 | 8423 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8424 | .{ .kind = .loop_control, .quantifier = .required }, |
| 7255 | 8425 | }, |
| 7256 | 8426 | }, |
| 7257 | 8427 | .{ |
| 7258 | | .name = "OpShiftRightArithmetic", |
| 7259 | | .opcode = 195, |
| 8428 | .name = "OpSelectionMerge", |
| 8429 | .opcode = 247, |
| 7260 | 8430 | .operands = &.{ |
| 7261 | | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7262 | | .{ .kind = .id_result, .quantifier = .required }, |
| 7263 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 7264 | 8431 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8432 | .{ .kind = .selection_control, .quantifier = .required }, |
| 7265 | 8433 | }, |
| 7266 | 8434 | }, |
| 7267 | 8435 | .{ |
| 7268 | | .name = "OpShiftLeftLogical", |
| 7269 | | .opcode = 196, |
| 8436 | .name = "OpLabel", |
| 8437 | .opcode = 248, |
| 7270 | 8438 | .operands = &.{ |
| 7271 | | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7272 | 8439 | .{ .kind = .id_result, .quantifier = .required }, |
| 7273 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 7274 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 7275 | 8440 | }, |
| 7276 | 8441 | }, |
| 7277 | 8442 | .{ |
| 7278 | | .name = "OpBitwiseOr", |
| 7279 | | .opcode = 197, |
| 8443 | .name = "OpBranch", |
| 8444 | .opcode = 249, |
| 7280 | 8445 | .operands = &.{ |
| 7281 | | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7282 | | .{ .kind = .id_result, .quantifier = .required }, |
| 7283 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 7284 | 8446 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7285 | 8447 | }, |
| 7286 | 8448 | }, |
| 7287 | 8449 | .{ |
| 7288 | | .name = "OpBitwiseXor", |
| 7289 | | .opcode = 198, |
| 8450 | .name = "OpBranchConditional", |
| 8451 | .opcode = 250, |
| 7290 | 8452 | .operands = &.{ |
| 7291 | | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7292 | | .{ .kind = .id_result, .quantifier = .required }, |
| 7293 | 8453 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7294 | 8454 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8455 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8456 | .{ .kind = .literal_integer, .quantifier = .variadic }, |
| 7295 | 8457 | }, |
| 7296 | 8458 | }, |
| 7297 | 8459 | .{ |
| 7298 | | .name = "OpBitwiseAnd", |
| 7299 | | .opcode = 199, |
| 8460 | .name = "OpSwitch", |
| 8461 | .opcode = 251, |
| 7300 | 8462 | .operands = &.{ |
| 7301 | | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7302 | | .{ .kind = .id_result, .quantifier = .required }, |
| 7303 | 8463 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7304 | 8464 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8465 | .{ .kind = .pair_literal_integer_id_ref, .quantifier = .variadic }, |
| 7305 | 8466 | }, |
| 7306 | 8467 | }, |
| 7307 | 8468 | .{ |
| 7308 | | .name = "OpNot", |
| 7309 | | .opcode = 200, |
| 8469 | .name = "OpKill", |
| 8470 | .opcode = 252, |
| 8471 | .operands = &.{}, |
| 8472 | }, |
| 8473 | .{ |
| 8474 | .name = "OpReturn", |
| 8475 | .opcode = 253, |
| 8476 | .operands = &.{}, |
| 8477 | }, |
| 8478 | .{ |
| 8479 | .name = "OpReturnValue", |
| 8480 | .opcode = 254, |
| 7310 | 8481 | .operands = &.{ |
| 7311 | | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7312 | | .{ .kind = .id_result, .quantifier = .required }, |
| 7313 | 8482 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7314 | 8483 | }, |
| 7315 | 8484 | }, |
| 7316 | 8485 | .{ |
| 7317 | | .name = "OpBitFieldInsert", |
| 7318 | | .opcode = 201, |
| 8486 | .name = "OpUnreachable", |
| 8487 | .opcode = 255, |
| 8488 | .operands = &.{}, |
| 8489 | }, |
| 8490 | .{ |
| 8491 | .name = "OpLifetimeStart", |
| 8492 | .opcode = 256, |
| 7319 | 8493 | .operands = &.{ |
| 7320 | | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7321 | | .{ .kind = .id_result, .quantifier = .required }, |
| 7322 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 7323 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 7324 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 7325 | 8494 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8495 | .{ .kind = .literal_integer, .quantifier = .required }, |
| 7326 | 8496 | }, |
| 7327 | 8497 | }, |
| 7328 | 8498 | .{ |
| 7329 | | .name = "OpBitFieldSExtract", |
| 7330 | | .opcode = 202, |
| 8499 | .name = "OpLifetimeStop", |
| 8500 | .opcode = 257, |
| 7331 | 8501 | .operands = &.{ |
| 7332 | | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7333 | | .{ .kind = .id_result, .quantifier = .required }, |
| 7334 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 7335 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 7336 | 8502 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8503 | .{ .kind = .literal_integer, .quantifier = .required }, |
| 7337 | 8504 | }, |
| 7338 | 8505 | }, |
| 7339 | 8506 | .{ |
| 7340 | | .name = "OpBitFieldUExtract", |
| 7341 | | .opcode = 203, |
| 8507 | .name = "OpGroupAsyncCopy", |
| 8508 | .opcode = 259, |
| 7342 | 8509 | .operands = &.{ |
| 7343 | 8510 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7344 | 8511 | .{ .kind = .id_result, .quantifier = .required }, |
| 8512 | .{ .kind = .id_scope, .quantifier = .required }, |
| 8513 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8514 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7345 | 8515 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7346 | 8516 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7347 | 8517 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7348 | 8518 | }, |
| 7349 | 8519 | }, |
| 7350 | 8520 | .{ |
| 7351 | | .name = "OpBitReverse", |
| 7352 | | .opcode = 204, |
| 8521 | .name = "OpGroupWaitEvents", |
| 8522 | .opcode = 260, |
| 7353 | 8523 | .operands = &.{ |
| 7354 | | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7355 | | .{ .kind = .id_result, .quantifier = .required }, |
| 8524 | .{ .kind = .id_scope, .quantifier = .required }, |
| 8525 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7356 | 8526 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7357 | 8527 | }, |
| 7358 | 8528 | }, |
| 7359 | 8529 | .{ |
| 7360 | | .name = "OpBitCount", |
| 7361 | | .opcode = 205, |
| 8530 | .name = "OpGroupAll", |
| 8531 | .opcode = 261, |
| 7362 | 8532 | .operands = &.{ |
| 7363 | 8533 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7364 | 8534 | .{ .kind = .id_result, .quantifier = .required }, |
| 8535 | .{ .kind = .id_scope, .quantifier = .required }, |
| 7365 | 8536 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7366 | 8537 | }, |
| 7367 | 8538 | }, |
| 7368 | 8539 | .{ |
| 7369 | | .name = "OpDPdx", |
| 7370 | | .opcode = 207, |
| 8540 | .name = "OpGroupAny", |
| 8541 | .opcode = 262, |
| 7371 | 8542 | .operands = &.{ |
| 7372 | 8543 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7373 | 8544 | .{ .kind = .id_result, .quantifier = .required }, |
| 8545 | .{ .kind = .id_scope, .quantifier = .required }, |
| 7374 | 8546 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7375 | 8547 | }, |
| 7376 | 8548 | }, |
| 7377 | 8549 | .{ |
| 7378 | | .name = "OpDPdy", |
| 7379 | | .opcode = 208, |
| 8550 | .name = "OpGroupBroadcast", |
| 8551 | .opcode = 263, |
| 7380 | 8552 | .operands = &.{ |
| 7381 | 8553 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7382 | 8554 | .{ .kind = .id_result, .quantifier = .required }, |
| 8555 | .{ .kind = .id_scope, .quantifier = .required }, |
| 8556 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7383 | 8557 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7384 | 8558 | }, |
| 7385 | 8559 | }, |
| 7386 | 8560 | .{ |
| 7387 | | .name = "OpFwidth", |
| 7388 | | .opcode = 209, |
| 8561 | .name = "OpGroupIAdd", |
| 8562 | .opcode = 264, |
| 7389 | 8563 | .operands = &.{ |
| 7390 | 8564 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7391 | 8565 | .{ .kind = .id_result, .quantifier = .required }, |
| 8566 | .{ .kind = .id_scope, .quantifier = .required }, |
| 8567 | .{ .kind = .group_operation, .quantifier = .required }, |
| 7392 | 8568 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7393 | 8569 | }, |
| 7394 | 8570 | }, |
| 7395 | 8571 | .{ |
| 7396 | | .name = "OpDPdxFine", |
| 7397 | | .opcode = 210, |
| 8572 | .name = "OpGroupFAdd", |
| 8573 | .opcode = 265, |
| 7398 | 8574 | .operands = &.{ |
| 7399 | 8575 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7400 | 8576 | .{ .kind = .id_result, .quantifier = .required }, |
| 8577 | .{ .kind = .id_scope, .quantifier = .required }, |
| 8578 | .{ .kind = .group_operation, .quantifier = .required }, |
| 7401 | 8579 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7402 | 8580 | }, |
| 7403 | 8581 | }, |
| 7404 | 8582 | .{ |
| 7405 | | .name = "OpDPdyFine", |
| 7406 | | .opcode = 211, |
| 8583 | .name = "OpGroupFMin", |
| 8584 | .opcode = 266, |
| 7407 | 8585 | .operands = &.{ |
| 7408 | 8586 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7409 | 8587 | .{ .kind = .id_result, .quantifier = .required }, |
| 8588 | .{ .kind = .id_scope, .quantifier = .required }, |
| 8589 | .{ .kind = .group_operation, .quantifier = .required }, |
| 7410 | 8590 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7411 | 8591 | }, |
| 7412 | 8592 | }, |
| 7413 | 8593 | .{ |
| 7414 | | .name = "OpFwidthFine", |
| 7415 | | .opcode = 212, |
| 8594 | .name = "OpGroupUMin", |
| 8595 | .opcode = 267, |
| 7416 | 8596 | .operands = &.{ |
| 7417 | 8597 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7418 | 8598 | .{ .kind = .id_result, .quantifier = .required }, |
| 8599 | .{ .kind = .id_scope, .quantifier = .required }, |
| 8600 | .{ .kind = .group_operation, .quantifier = .required }, |
| 7419 | 8601 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7420 | 8602 | }, |
| 7421 | 8603 | }, |
| 7422 | 8604 | .{ |
| 7423 | | .name = "OpDPdxCoarse", |
| 7424 | | .opcode = 213, |
| 8605 | .name = "OpGroupSMin", |
| 8606 | .opcode = 268, |
| 7425 | 8607 | .operands = &.{ |
| 7426 | 8608 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7427 | 8609 | .{ .kind = .id_result, .quantifier = .required }, |
| 8610 | .{ .kind = .id_scope, .quantifier = .required }, |
| 8611 | .{ .kind = .group_operation, .quantifier = .required }, |
| 7428 | 8612 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7429 | 8613 | }, |
| 7430 | 8614 | }, |
| 7431 | 8615 | .{ |
| 7432 | | .name = "OpDPdyCoarse", |
| 7433 | | .opcode = 214, |
| 8616 | .name = "OpGroupFMax", |
| 8617 | .opcode = 269, |
| 7434 | 8618 | .operands = &.{ |
| 7435 | 8619 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7436 | 8620 | .{ .kind = .id_result, .quantifier = .required }, |
| 8621 | .{ .kind = .id_scope, .quantifier = .required }, |
| 8622 | .{ .kind = .group_operation, .quantifier = .required }, |
| 7437 | 8623 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7438 | 8624 | }, |
| 7439 | 8625 | }, |
| 7440 | 8626 | .{ |
| 7441 | | .name = "OpFwidthCoarse", |
| 7442 | | .opcode = 215, |
| 8627 | .name = "OpGroupUMax", |
| 8628 | .opcode = 270, |
| 7443 | 8629 | .operands = &.{ |
| 7444 | 8630 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7445 | 8631 | .{ .kind = .id_result, .quantifier = .required }, |
| 8632 | .{ .kind = .id_scope, .quantifier = .required }, |
| 8633 | .{ .kind = .group_operation, .quantifier = .required }, |
| 7446 | 8634 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7447 | 8635 | }, |
| 7448 | 8636 | }, |
| 7449 | 8637 | .{ |
| 7450 | | .name = "OpEmitVertex", |
| 7451 | | .opcode = 218, |
| 7452 | | .operands = &.{}, |
| 7453 | | }, |
| 7454 | | .{ |
| 7455 | | .name = "OpEndPrimitive", |
| 7456 | | .opcode = 219, |
| 7457 | | .operands = &.{}, |
| 7458 | | }, |
| 7459 | | .{ |
| 7460 | | .name = "OpEmitStreamVertex", |
| 7461 | | .opcode = 220, |
| 8638 | .name = "OpGroupSMax", |
| 8639 | .opcode = 271, |
| 7462 | 8640 | .operands = &.{ |
| 8641 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8642 | .{ .kind = .id_result, .quantifier = .required }, |
| 8643 | .{ .kind = .id_scope, .quantifier = .required }, |
| 8644 | .{ .kind = .group_operation, .quantifier = .required }, |
| 7463 | 8645 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7464 | 8646 | }, |
| 7465 | 8647 | }, |
| 7466 | 8648 | .{ |
| 7467 | | .name = "OpEndStreamPrimitive", |
| 7468 | | .opcode = 221, |
| 8649 | .name = "OpReadPipe", |
| 8650 | .opcode = 274, |
| 7469 | 8651 | .operands = &.{ |
| 8652 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8653 | .{ .kind = .id_result, .quantifier = .required }, |
| 8654 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8655 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8656 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7470 | 8657 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7471 | 8658 | }, |
| 7472 | 8659 | }, |
| 7473 | 8660 | .{ |
| 7474 | | .name = "OpControlBarrier", |
| 7475 | | .opcode = 224, |
| 8661 | .name = "OpWritePipe", |
| 8662 | .opcode = 275, |
| 7476 | 8663 | .operands = &.{ |
| 7477 | | .{ .kind = .id_scope, .quantifier = .required }, |
| 7478 | | .{ .kind = .id_scope, .quantifier = .required }, |
| 7479 | | .{ .kind = .id_memory_semantics, .quantifier = .required }, |
| 8664 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8665 | .{ .kind = .id_result, .quantifier = .required }, |
| 8666 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8667 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8668 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8669 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7480 | 8670 | }, |
| 7481 | 8671 | }, |
| 7482 | 8672 | .{ |
| 7483 | | .name = "OpMemoryBarrier", |
| 7484 | | .opcode = 225, |
| 8673 | .name = "OpReservedReadPipe", |
| 8674 | .opcode = 276, |
| 7485 | 8675 | .operands = &.{ |
| 7486 | | .{ .kind = .id_scope, .quantifier = .required }, |
| 7487 | | .{ .kind = .id_memory_semantics, .quantifier = .required }, |
| 8676 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8677 | .{ .kind = .id_result, .quantifier = .required }, |
| 8678 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8679 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8680 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8681 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8682 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8683 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7488 | 8684 | }, |
| 7489 | 8685 | }, |
| 7490 | 8686 | .{ |
| 7491 | | .name = "OpAtomicLoad", |
| 7492 | | .opcode = 227, |
| 8687 | .name = "OpReservedWritePipe", |
| 8688 | .opcode = 277, |
| 7493 | 8689 | .operands = &.{ |
| 7494 | 8690 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7495 | 8691 | .{ .kind = .id_result, .quantifier = .required }, |
| 7496 | 8692 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7497 | | .{ .kind = .id_scope, .quantifier = .required }, |
| 7498 | | .{ .kind = .id_memory_semantics, .quantifier = .required }, |
| 8693 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8694 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8695 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8696 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8697 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7499 | 8698 | }, |
| 7500 | 8699 | }, |
| 7501 | 8700 | .{ |
| 7502 | | .name = "OpAtomicStore", |
| 7503 | | .opcode = 228, |
| 8701 | .name = "OpReserveReadPipePackets", |
| 8702 | .opcode = 278, |
| 7504 | 8703 | .operands = &.{ |
| 8704 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8705 | .{ .kind = .id_result, .quantifier = .required }, |
| 8706 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8707 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7505 | 8708 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7506 | | .{ .kind = .id_scope, .quantifier = .required }, |
| 7507 | | .{ .kind = .id_memory_semantics, .quantifier = .required }, |
| 7508 | 8709 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7509 | 8710 | }, |
| 7510 | 8711 | }, |
| 7511 | 8712 | .{ |
| 7512 | | .name = "OpAtomicExchange", |
| 7513 | | .opcode = 229, |
| 8713 | .name = "OpReserveWritePipePackets", |
| 8714 | .opcode = 279, |
| 7514 | 8715 | .operands = &.{ |
| 7515 | 8716 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7516 | 8717 | .{ .kind = .id_result, .quantifier = .required }, |
| 7517 | 8718 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7518 | | .{ .kind = .id_scope, .quantifier = .required }, |
| 7519 | | .{ .kind = .id_memory_semantics, .quantifier = .required }, |
| 8719 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8720 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7520 | 8721 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7521 | 8722 | }, |
| 7522 | 8723 | }, |
| 7523 | 8724 | .{ |
| 7524 | | .name = "OpAtomicCompareExchange", |
| 7525 | | .opcode = 230, |
| 8725 | .name = "OpCommitReadPipe", |
| 8726 | .opcode = 280, |
| 7526 | 8727 | .operands = &.{ |
| 7527 | | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7528 | | .{ .kind = .id_result, .quantifier = .required }, |
| 7529 | 8728 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7530 | | .{ .kind = .id_scope, .quantifier = .required }, |
| 7531 | | .{ .kind = .id_memory_semantics, .quantifier = .required }, |
| 7532 | | .{ .kind = .id_memory_semantics, .quantifier = .required }, |
| 8729 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7533 | 8730 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7534 | 8731 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7535 | 8732 | }, |
| 7536 | 8733 | }, |
| 7537 | 8734 | .{ |
| 7538 | | .name = "OpAtomicCompareExchangeWeak", |
| 7539 | | .opcode = 231, |
| 8735 | .name = "OpCommitWritePipe", |
| 8736 | .opcode = 281, |
| 7540 | 8737 | .operands = &.{ |
| 7541 | | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7542 | | .{ .kind = .id_result, .quantifier = .required }, |
| 7543 | 8738 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7544 | | .{ .kind = .id_scope, .quantifier = .required }, |
| 7545 | | .{ .kind = .id_memory_semantics, .quantifier = .required }, |
| 7546 | | .{ .kind = .id_memory_semantics, .quantifier = .required }, |
| 8739 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7547 | 8740 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7548 | 8741 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7549 | 8742 | }, |
| 7550 | 8743 | }, |
| 7551 | 8744 | .{ |
| 7552 | | .name = "OpAtomicIIncrement", |
| 7553 | | .opcode = 232, |
| 8745 | .name = "OpIsValidReserveId", |
| 8746 | .opcode = 282, |
| 7554 | 8747 | .operands = &.{ |
| 7555 | 8748 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7556 | 8749 | .{ .kind = .id_result, .quantifier = .required }, |
| 7557 | 8750 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7558 | | .{ .kind = .id_scope, .quantifier = .required }, |
| 7559 | | .{ .kind = .id_memory_semantics, .quantifier = .required }, |
| 7560 | 8751 | }, |
| 7561 | 8752 | }, |
| 7562 | 8753 | .{ |
| 7563 | | .name = "OpAtomicIDecrement", |
| 7564 | | .opcode = 233, |
| 8754 | .name = "OpGetNumPipePackets", |
| 8755 | .opcode = 283, |
| 7565 | 8756 | .operands = &.{ |
| 7566 | 8757 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7567 | 8758 | .{ .kind = .id_result, .quantifier = .required }, |
| 7568 | 8759 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7569 | | .{ .kind = .id_scope, .quantifier = .required }, |
| 7570 | | .{ .kind = .id_memory_semantics, .quantifier = .required }, |
| 8760 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8761 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7571 | 8762 | }, |
| 7572 | 8763 | }, |
| 7573 | 8764 | .{ |
| 7574 | | .name = "OpAtomicIAdd", |
| 7575 | | .opcode = 234, |
| 8765 | .name = "OpGetMaxPipePackets", |
| 8766 | .opcode = 284, |
| 7576 | 8767 | .operands = &.{ |
| 7577 | 8768 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7578 | 8769 | .{ .kind = .id_result, .quantifier = .required }, |
| 7579 | 8770 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7580 | | .{ .kind = .id_scope, .quantifier = .required }, |
| 7581 | | .{ .kind = .id_memory_semantics, .quantifier = .required }, |
| 8771 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7582 | 8772 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7583 | 8773 | }, |
| 7584 | 8774 | }, |
| 7585 | 8775 | .{ |
| 7586 | | .name = "OpAtomicISub", |
| 7587 | | .opcode = 235, |
| 8776 | .name = "OpGroupReserveReadPipePackets", |
| 8777 | .opcode = 285, |
| 7588 | 8778 | .operands = &.{ |
| 7589 | 8779 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7590 | 8780 | .{ .kind = .id_result, .quantifier = .required }, |
| 7591 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 7592 | 8781 | .{ .kind = .id_scope, .quantifier = .required }, |
| 7593 | | .{ .kind = .id_memory_semantics, .quantifier = .required }, |
| 8782 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8783 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8784 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7594 | 8785 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7595 | 8786 | }, |
| 7596 | 8787 | }, |
| 7597 | 8788 | .{ |
| 7598 | | .name = "OpAtomicSMin", |
| 7599 | | .opcode = 236, |
| 8789 | .name = "OpGroupReserveWritePipePackets", |
| 8790 | .opcode = 286, |
| 7600 | 8791 | .operands = &.{ |
| 7601 | 8792 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7602 | 8793 | .{ .kind = .id_result, .quantifier = .required }, |
| 7603 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 7604 | 8794 | .{ .kind = .id_scope, .quantifier = .required }, |
| 7605 | | .{ .kind = .id_memory_semantics, .quantifier = .required }, |
| 8795 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8796 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8797 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7606 | 8798 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7607 | 8799 | }, |
| 7608 | 8800 | }, |
| 7609 | 8801 | .{ |
| 7610 | | .name = "OpAtomicUMin", |
| 7611 | | .opcode = 237, |
| 8802 | .name = "OpGroupCommitReadPipe", |
| 8803 | .opcode = 287, |
| 7612 | 8804 | .operands = &.{ |
| 7613 | | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7614 | | .{ .kind = .id_result, .quantifier = .required }, |
| 8805 | .{ .kind = .id_scope, .quantifier = .required }, |
| 8806 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8807 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8808 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7615 | 8809 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8810 | }, |
| 8811 | }, |
| 8812 | .{ |
| 8813 | .name = "OpGroupCommitWritePipe", |
| 8814 | .opcode = 288, |
| 8815 | .operands = &.{ |
| 7616 | 8816 | .{ .kind = .id_scope, .quantifier = .required }, |
| 7617 | | .{ .kind = .id_memory_semantics, .quantifier = .required }, |
| 8817 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8818 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8819 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7618 | 8820 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7619 | 8821 | }, |
| 7620 | 8822 | }, |
| 7621 | 8823 | .{ |
| 7622 | | .name = "OpAtomicSMax", |
| 7623 | | .opcode = 238, |
| 8824 | .name = "OpEnqueueMarker", |
| 8825 | .opcode = 291, |
| 7624 | 8826 | .operands = &.{ |
| 7625 | 8827 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7626 | 8828 | .{ .kind = .id_result, .quantifier = .required }, |
| 7627 | 8829 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7628 | | .{ .kind = .id_scope, .quantifier = .required }, |
| 7629 | | .{ .kind = .id_memory_semantics, .quantifier = .required }, |
| 8830 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8831 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7630 | 8832 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7631 | 8833 | }, |
| 7632 | 8834 | }, |
| 7633 | 8835 | .{ |
| 7634 | | .name = "OpAtomicUMax", |
| 7635 | | .opcode = 239, |
| 8836 | .name = "OpEnqueueKernel", |
| 8837 | .opcode = 292, |
| 7636 | 8838 | .operands = &.{ |
| 7637 | 8839 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7638 | 8840 | .{ .kind = .id_result, .quantifier = .required }, |
| 7639 | 8841 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7640 | | .{ .kind = .id_scope, .quantifier = .required }, |
| 7641 | | .{ .kind = .id_memory_semantics, .quantifier = .required }, |
| 7642 | 8842 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8843 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8844 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8845 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8846 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8847 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8848 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8849 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8850 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8851 | .{ .kind = .id_ref, .quantifier = .variadic }, |
| 7643 | 8852 | }, |
| 7644 | 8853 | }, |
| 7645 | 8854 | .{ |
| 7646 | | .name = "OpAtomicAnd", |
| 7647 | | .opcode = 240, |
| 8855 | .name = "OpGetKernelNDrangeSubGroupCount", |
| 8856 | .opcode = 293, |
| 7648 | 8857 | .operands = &.{ |
| 7649 | 8858 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7650 | 8859 | .{ .kind = .id_result, .quantifier = .required }, |
| 7651 | 8860 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7652 | | .{ .kind = .id_scope, .quantifier = .required }, |
| 7653 | | .{ .kind = .id_memory_semantics, .quantifier = .required }, |
| 8861 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8862 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8863 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7654 | 8864 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7655 | 8865 | }, |
| 7656 | 8866 | }, |
| 7657 | 8867 | .{ |
| 7658 | | .name = "OpAtomicOr", |
| 7659 | | .opcode = 241, |
| 8868 | .name = "OpGetKernelNDrangeMaxSubGroupSize", |
| 8869 | .opcode = 294, |
| 7660 | 8870 | .operands = &.{ |
| 7661 | 8871 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7662 | 8872 | .{ .kind = .id_result, .quantifier = .required }, |
| 7663 | 8873 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7664 | | .{ .kind = .id_scope, .quantifier = .required }, |
| 7665 | | .{ .kind = .id_memory_semantics, .quantifier = .required }, |
| 8874 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8875 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8876 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7666 | 8877 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7667 | 8878 | }, |
| 7668 | 8879 | }, |
| 7669 | 8880 | .{ |
| 7670 | | .name = "OpAtomicXor", |
| 7671 | | .opcode = 242, |
| 8881 | .name = "OpGetKernelWorkGroupSize", |
| 8882 | .opcode = 295, |
| 7672 | 8883 | .operands = &.{ |
| 7673 | 8884 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7674 | 8885 | .{ .kind = .id_result, .quantifier = .required }, |
| 7675 | 8886 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7676 | | .{ .kind = .id_scope, .quantifier = .required }, |
| 7677 | | .{ .kind = .id_memory_semantics, .quantifier = .required }, |
| 8887 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8888 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7678 | 8889 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7679 | 8890 | }, |
| 7680 | 8891 | }, |
| 7681 | 8892 | .{ |
| 7682 | | .name = "OpPhi", |
| 7683 | | .opcode = 245, |
| 8893 | .name = "OpGetKernelPreferredWorkGroupSizeMultiple", |
| 8894 | .opcode = 296, |
| 7684 | 8895 | .operands = &.{ |
| 7685 | 8896 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7686 | 8897 | .{ .kind = .id_result, .quantifier = .required }, |
| 7687 | | .{ .kind = .pair_id_ref_id_ref, .quantifier = .variadic }, |
| 8898 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8899 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8900 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8901 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7688 | 8902 | }, |
| 7689 | 8903 | }, |
| 7690 | 8904 | .{ |
| 7691 | | .name = "OpLoopMerge", |
| 7692 | | .opcode = 246, |
| 8905 | .name = "OpRetainEvent", |
| 8906 | .opcode = 297, |
| 7693 | 8907 | .operands = &.{ |
| 7694 | 8908 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7695 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 7696 | | .{ .kind = .loop_control, .quantifier = .required }, |
| 7697 | 8909 | }, |
| 7698 | 8910 | }, |
| 7699 | 8911 | .{ |
| 7700 | | .name = "OpSelectionMerge", |
| 7701 | | .opcode = 247, |
| 8912 | .name = "OpReleaseEvent", |
| 8913 | .opcode = 298, |
| 7702 | 8914 | .operands = &.{ |
| 7703 | 8915 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7704 | | .{ .kind = .selection_control, .quantifier = .required }, |
| 7705 | 8916 | }, |
| 7706 | 8917 | }, |
| 7707 | 8918 | .{ |
| 7708 | | .name = "OpLabel", |
| 7709 | | .opcode = 248, |
| 8919 | .name = "OpCreateUserEvent", |
| 8920 | .opcode = 299, |
| 7710 | 8921 | .operands = &.{ |
| 8922 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7711 | 8923 | .{ .kind = .id_result, .quantifier = .required }, |
| 7712 | 8924 | }, |
| 7713 | 8925 | }, |
| 7714 | 8926 | .{ |
| 7715 | | .name = "OpBranch", |
| 7716 | | .opcode = 249, |
| 8927 | .name = "OpIsValidEvent", |
| 8928 | .opcode = 300, |
| 7717 | 8929 | .operands = &.{ |
| 8930 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8931 | .{ .kind = .id_result, .quantifier = .required }, |
| 7718 | 8932 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7719 | 8933 | }, |
| 7720 | 8934 | }, |
| 7721 | 8935 | .{ |
| 7722 | | .name = "OpBranchConditional", |
| 7723 | | .opcode = 250, |
| 8936 | .name = "OpSetUserEventStatus", |
| 8937 | .opcode = 301, |
| 7724 | 8938 | .operands = &.{ |
| 7725 | 8939 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7726 | 8940 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7727 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 7728 | | .{ .kind = .literal_integer, .quantifier = .variadic }, |
| 7729 | 8941 | }, |
| 7730 | 8942 | }, |
| 7731 | 8943 | .{ |
| 7732 | | .name = "OpSwitch", |
| 7733 | | .opcode = 251, |
| 8944 | .name = "OpCaptureEventProfilingInfo", |
| 8945 | .opcode = 302, |
| 7734 | 8946 | .operands = &.{ |
| 7735 | 8947 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7736 | 8948 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7737 | | .{ .kind = .pair_literal_integer_id_ref, .quantifier = .variadic }, |
| 8949 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7738 | 8950 | }, |
| 7739 | 8951 | }, |
| 7740 | 8952 | .{ |
| 7741 | | .name = "OpKill", |
| 7742 | | .opcode = 252, |
| 7743 | | .operands = &.{}, |
| 7744 | | }, |
| 7745 | | .{ |
| 7746 | | .name = "OpReturn", |
| 7747 | | .opcode = 253, |
| 7748 | | .operands = &.{}, |
| 8953 | .name = "OpGetDefaultQueue", |
| 8954 | .opcode = 303, |
| 8955 | .operands = &.{ |
| 8956 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8957 | .{ .kind = .id_result, .quantifier = .required }, |
| 8958 | }, |
| 7749 | 8959 | }, |
| 7750 | 8960 | .{ |
| 7751 | | .name = "OpReturnValue", |
| 7752 | | .opcode = 254, |
| 8961 | .name = "OpBuildNDRange", |
| 8962 | .opcode = 304, |
| 7753 | 8963 | .operands = &.{ |
| 8964 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8965 | .{ .kind = .id_result, .quantifier = .required }, |
| 8966 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8967 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7754 | 8968 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7755 | 8969 | }, |
| 7756 | 8970 | }, |
| 7757 | 8971 | .{ |
| 7758 | | .name = "OpUnreachable", |
| 7759 | | .opcode = 255, |
| 7760 | | .operands = &.{}, |
| 8972 | .name = "OpImageSparseSampleImplicitLod", |
| 8973 | .opcode = 305, |
| 8974 | .operands = &.{ |
| 8975 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8976 | .{ .kind = .id_result, .quantifier = .required }, |
| 8977 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8978 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8979 | .{ .kind = .image_operands, .quantifier = .optional }, |
| 8980 | }, |
| 7761 | 8981 | }, |
| 7762 | 8982 | .{ |
| 7763 | | .name = "OpLifetimeStart", |
| 7764 | | .opcode = 256, |
| 8983 | .name = "OpImageSparseSampleExplicitLod", |
| 8984 | .opcode = 306, |
| 7765 | 8985 | .operands = &.{ |
| 8986 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8987 | .{ .kind = .id_result, .quantifier = .required }, |
| 7766 | 8988 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7767 | | .{ .kind = .literal_integer, .quantifier = .required }, |
| 8989 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8990 | .{ .kind = .image_operands, .quantifier = .required }, |
| 7768 | 8991 | }, |
| 7769 | 8992 | }, |
| 7770 | 8993 | .{ |
| 7771 | | .name = "OpLifetimeStop", |
| 7772 | | .opcode = 257, |
| 8994 | .name = "OpImageSparseSampleDrefImplicitLod", |
| 8995 | .opcode = 307, |
| 7773 | 8996 | .operands = &.{ |
| 8997 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8998 | .{ .kind = .id_result, .quantifier = .required }, |
| 7774 | 8999 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7775 | | .{ .kind = .literal_integer, .quantifier = .required }, |
| 9000 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9001 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9002 | .{ .kind = .image_operands, .quantifier = .optional }, |
| 7776 | 9003 | }, |
| 7777 | 9004 | }, |
| 7778 | 9005 | .{ |
| 7779 | | .name = "OpGroupAsyncCopy", |
| 7780 | | .opcode = 259, |
| 9006 | .name = "OpImageSparseSampleDrefExplicitLod", |
| 9007 | .opcode = 308, |
| 7781 | 9008 | .operands = &.{ |
| 7782 | 9009 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7783 | 9010 | .{ .kind = .id_result, .quantifier = .required }, |
| 7784 | | .{ .kind = .id_scope, .quantifier = .required }, |
| 7785 | 9011 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7786 | 9012 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7787 | 9013 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9014 | .{ .kind = .image_operands, .quantifier = .required }, |
| 9015 | }, |
| 9016 | }, |
| 9017 | .{ |
| 9018 | .name = "OpImageSparseSampleProjImplicitLod", |
| 9019 | .opcode = 309, |
| 9020 | .operands = &.{ |
| 9021 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 9022 | .{ .kind = .id_result, .quantifier = .required }, |
| 7788 | 9023 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7789 | 9024 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9025 | .{ .kind = .image_operands, .quantifier = .optional }, |
| 7790 | 9026 | }, |
| 7791 | 9027 | }, |
| 7792 | 9028 | .{ |
| 7793 | | .name = "OpGroupWaitEvents", |
| 7794 | | .opcode = 260, |
| 9029 | .name = "OpImageSparseSampleProjExplicitLod", |
| 9030 | .opcode = 310, |
| 7795 | 9031 | .operands = &.{ |
| 7796 | | .{ .kind = .id_scope, .quantifier = .required }, |
| 9032 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 9033 | .{ .kind = .id_result, .quantifier = .required }, |
| 7797 | 9034 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7798 | 9035 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9036 | .{ .kind = .image_operands, .quantifier = .required }, |
| 7799 | 9037 | }, |
| 7800 | 9038 | }, |
| 7801 | 9039 | .{ |
| 7802 | | .name = "OpGroupAll", |
| 7803 | | .opcode = 261, |
| 9040 | .name = "OpImageSparseSampleProjDrefImplicitLod", |
| 9041 | .opcode = 311, |
| 7804 | 9042 | .operands = &.{ |
| 7805 | 9043 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7806 | 9044 | .{ .kind = .id_result, .quantifier = .required }, |
| 7807 | | .{ .kind = .id_scope, .quantifier = .required }, |
| 7808 | 9045 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9046 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9047 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9048 | .{ .kind = .image_operands, .quantifier = .optional }, |
| 7809 | 9049 | }, |
| 7810 | 9050 | }, |
| 7811 | 9051 | .{ |
| 7812 | | .name = "OpGroupAny", |
| 7813 | | .opcode = 262, |
| 9052 | .name = "OpImageSparseSampleProjDrefExplicitLod", |
| 9053 | .opcode = 312, |
| 7814 | 9054 | .operands = &.{ |
| 7815 | 9055 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7816 | 9056 | .{ .kind = .id_result, .quantifier = .required }, |
| 7817 | | .{ .kind = .id_scope, .quantifier = .required }, |
| 7818 | 9057 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9058 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9059 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9060 | .{ .kind = .image_operands, .quantifier = .required }, |
| 7819 | 9061 | }, |
| 7820 | 9062 | }, |
| 7821 | 9063 | .{ |
| 7822 | | .name = "OpGroupBroadcast", |
| 7823 | | .opcode = 263, |
| 9064 | .name = "OpImageSparseFetch", |
| 9065 | .opcode = 313, |
| 7824 | 9066 | .operands = &.{ |
| 7825 | 9067 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7826 | 9068 | .{ .kind = .id_result, .quantifier = .required }, |
| 7827 | | .{ .kind = .id_scope, .quantifier = .required }, |
| 7828 | 9069 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7829 | 9070 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9071 | .{ .kind = .image_operands, .quantifier = .optional }, |
| 7830 | 9072 | }, |
| 7831 | 9073 | }, |
| 7832 | 9074 | .{ |
| 7833 | | .name = "OpGroupIAdd", |
| 7834 | | .opcode = 264, |
| 9075 | .name = "OpImageSparseGather", |
| 9076 | .opcode = 314, |
| 7835 | 9077 | .operands = &.{ |
| 7836 | 9078 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7837 | 9079 | .{ .kind = .id_result, .quantifier = .required }, |
| 7838 | | .{ .kind = .id_scope, .quantifier = .required }, |
| 7839 | | .{ .kind = .group_operation, .quantifier = .required }, |
| 7840 | 9080 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9081 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9082 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9083 | .{ .kind = .image_operands, .quantifier = .optional }, |
| 7841 | 9084 | }, |
| 7842 | 9085 | }, |
| 7843 | 9086 | .{ |
| 7844 | | .name = "OpGroupFAdd", |
| 7845 | | .opcode = 265, |
| 9087 | .name = "OpImageSparseDrefGather", |
| 9088 | .opcode = 315, |
| 7846 | 9089 | .operands = &.{ |
| 7847 | 9090 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7848 | 9091 | .{ .kind = .id_result, .quantifier = .required }, |
| 7849 | | .{ .kind = .id_scope, .quantifier = .required }, |
| 7850 | | .{ .kind = .group_operation, .quantifier = .required }, |
| 7851 | 9092 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9093 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9094 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9095 | .{ .kind = .image_operands, .quantifier = .optional }, |
| 7852 | 9096 | }, |
| 7853 | 9097 | }, |
| 7854 | 9098 | .{ |
| 7855 | | .name = "OpGroupFMin", |
| 7856 | | .opcode = 266, |
| 9099 | .name = "OpImageSparseTexelsResident", |
| 9100 | .opcode = 316, |
| 7857 | 9101 | .operands = &.{ |
| 7858 | 9102 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7859 | 9103 | .{ .kind = .id_result, .quantifier = .required }, |
| 7860 | | .{ .kind = .id_scope, .quantifier = .required }, |
| 7861 | | .{ .kind = .group_operation, .quantifier = .required }, |
| 7862 | 9104 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7863 | 9105 | }, |
| 7864 | 9106 | }, |
| 7865 | 9107 | .{ |
| 7866 | | .name = "OpGroupUMin", |
| 7867 | | .opcode = 267, |
| 9108 | .name = "OpNoLine", |
| 9109 | .opcode = 317, |
| 9110 | .operands = &.{}, |
| 9111 | }, |
| 9112 | .{ |
| 9113 | .name = "OpAtomicFlagTestAndSet", |
| 9114 | .opcode = 318, |
| 7868 | 9115 | .operands = &.{ |
| 7869 | 9116 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7870 | 9117 | .{ .kind = .id_result, .quantifier = .required }, |
| 7871 | | .{ .kind = .id_scope, .quantifier = .required }, |
| 7872 | | .{ .kind = .group_operation, .quantifier = .required }, |
| 7873 | 9118 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9119 | .{ .kind = .id_scope, .quantifier = .required }, |
| 9120 | .{ .kind = .id_memory_semantics, .quantifier = .required }, |
| 7874 | 9121 | }, |
| 7875 | 9122 | }, |
| 7876 | 9123 | .{ |
| 7877 | | .name = "OpGroupSMin", |
| 7878 | | .opcode = 268, |
| 9124 | .name = "OpAtomicFlagClear", |
| 9125 | .opcode = 319, |
| 7879 | 9126 | .operands = &.{ |
| 7880 | | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7881 | | .{ .kind = .id_result, .quantifier = .required }, |
| 7882 | | .{ .kind = .id_scope, .quantifier = .required }, |
| 7883 | | .{ .kind = .group_operation, .quantifier = .required }, |
| 7884 | 9127 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9128 | .{ .kind = .id_scope, .quantifier = .required }, |
| 9129 | .{ .kind = .id_memory_semantics, .quantifier = .required }, |
| 7885 | 9130 | }, |
| 7886 | 9131 | }, |
| 7887 | 9132 | .{ |
| 7888 | | .name = "OpGroupFMax", |
| 7889 | | .opcode = 269, |
| 9133 | .name = "OpImageSparseRead", |
| 9134 | .opcode = 320, |
| 7890 | 9135 | .operands = &.{ |
| 7891 | 9136 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7892 | 9137 | .{ .kind = .id_result, .quantifier = .required }, |
| 7893 | | .{ .kind = .id_scope, .quantifier = .required }, |
| 7894 | | .{ .kind = .group_operation, .quantifier = .required }, |
| 7895 | 9138 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9139 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9140 | .{ .kind = .image_operands, .quantifier = .optional }, |
| 7896 | 9141 | }, |
| 7897 | 9142 | }, |
| 7898 | 9143 | .{ |
| 7899 | | .name = "OpGroupUMax", |
| 7900 | | .opcode = 270, |
| 9144 | .name = "OpSizeOf", |
| 9145 | .opcode = 321, |
| 7901 | 9146 | .operands = &.{ |
| 7902 | 9147 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7903 | 9148 | .{ .kind = .id_result, .quantifier = .required }, |
| 7904 | | .{ .kind = .id_scope, .quantifier = .required }, |
| 7905 | | .{ .kind = .group_operation, .quantifier = .required }, |
| 7906 | 9149 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7907 | 9150 | }, |
| 7908 | 9151 | }, |
| 7909 | 9152 | .{ |
| 7910 | | .name = "OpGroupSMax", |
| 7911 | | .opcode = 271, |
| 9153 | .name = "OpTypePipeStorage", |
| 9154 | .opcode = 322, |
| 7912 | 9155 | .operands = &.{ |
| 7913 | | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7914 | 9156 | .{ .kind = .id_result, .quantifier = .required }, |
| 7915 | | .{ .kind = .id_scope, .quantifier = .required }, |
| 7916 | | .{ .kind = .group_operation, .quantifier = .required }, |
| 7917 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 7918 | 9157 | }, |
| 7919 | 9158 | }, |
| 7920 | 9159 | .{ |
| 7921 | | .name = "OpReadPipe", |
| 7922 | | .opcode = 274, |
| 9160 | .name = "OpConstantPipeStorage", |
| 9161 | .opcode = 323, |
| 7923 | 9162 | .operands = &.{ |
| 7924 | 9163 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7925 | 9164 | .{ .kind = .id_result, .quantifier = .required }, |
| 7926 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 7927 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 7928 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 7929 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9165 | .{ .kind = .literal_integer, .quantifier = .required }, |
| 9166 | .{ .kind = .literal_integer, .quantifier = .required }, |
| 9167 | .{ .kind = .literal_integer, .quantifier = .required }, |
| 7930 | 9168 | }, |
| 7931 | 9169 | }, |
| 7932 | 9170 | .{ |
| 7933 | | .name = "OpWritePipe", |
| 7934 | | .opcode = 275, |
| 9171 | .name = "OpCreatePipeFromPipeStorage", |
| 9172 | .opcode = 324, |
| 7935 | 9173 | .operands = &.{ |
| 7936 | 9174 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7937 | 9175 | .{ .kind = .id_result, .quantifier = .required }, |
| 7938 | 9176 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7939 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 7940 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 7941 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 7942 | 9177 | }, |
| 7943 | 9178 | }, |
| 7944 | 9179 | .{ |
| 7945 | | .name = "OpReservedReadPipe", |
| 7946 | | .opcode = 276, |
| 9180 | .name = "OpGetKernelLocalSizeForSubgroupCount", |
| 9181 | .opcode = 325, |
| 7947 | 9182 | .operands = &.{ |
| 7948 | 9183 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7949 | 9184 | .{ .kind = .id_result, .quantifier = .required }, |
| ... | ... | @@ -7952,12 +9187,11 @@ pub const InstructionSet = enum { |
| 7952 | 9187 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7953 | 9188 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7954 | 9189 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7955 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 7956 | 9190 | }, |
| 7957 | 9191 | }, |
| 7958 | 9192 | .{ |
| 7959 | | .name = "OpReservedWritePipe", |
| 7960 | | .opcode = 277, |
| 9193 | .name = "OpGetKernelMaxNumSubgroups", |
| 9194 | .opcode = 326, |
| 7961 | 9195 | .operands = &.{ |
| 7962 | 9196 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7963 | 9197 | .{ .kind = .id_result, .quantifier = .required }, |
| ... | ... | @@ -7965,1158 +9199,1110 @@ pub const InstructionSet = enum { |
| 7965 | 9199 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7966 | 9200 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7967 | 9201 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7968 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 7969 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 7970 | 9202 | }, |
| 7971 | 9203 | }, |
| 7972 | 9204 | .{ |
| 7973 | | .name = "OpReserveReadPipePackets", |
| 7974 | | .opcode = 278, |
| 9205 | .name = "OpTypeNamedBarrier", |
| 9206 | .opcode = 327, |
| 7975 | 9207 | .operands = &.{ |
| 7976 | | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7977 | 9208 | .{ .kind = .id_result, .quantifier = .required }, |
| 7978 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 7979 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 7980 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 7981 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 7982 | 9209 | }, |
| 7983 | 9210 | }, |
| 7984 | 9211 | .{ |
| 7985 | | .name = "OpReserveWritePipePackets", |
| 7986 | | .opcode = 279, |
| 9212 | .name = "OpNamedBarrierInitialize", |
| 9213 | .opcode = 328, |
| 7987 | 9214 | .operands = &.{ |
| 7988 | 9215 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 7989 | 9216 | .{ .kind = .id_result, .quantifier = .required }, |
| 7990 | 9217 | .{ .kind = .id_ref, .quantifier = .required }, |
| 7991 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 7992 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 7993 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 7994 | 9218 | }, |
| 7995 | 9219 | }, |
| 7996 | 9220 | .{ |
| 7997 | | .name = "OpCommitReadPipe", |
| 7998 | | .opcode = 280, |
| 9221 | .name = "OpMemoryNamedBarrier", |
| 9222 | .opcode = 329, |
| 7999 | 9223 | .operands = &.{ |
| 8000 | 9224 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8001 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 8002 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 8003 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9225 | .{ .kind = .id_scope, .quantifier = .required }, |
| 9226 | .{ .kind = .id_memory_semantics, .quantifier = .required }, |
| 8004 | 9227 | }, |
| 8005 | 9228 | }, |
| 8006 | 9229 | .{ |
| 8007 | | .name = "OpCommitWritePipe", |
| 8008 | | .opcode = 281, |
| 9230 | .name = "OpModuleProcessed", |
| 9231 | .opcode = 330, |
| 8009 | 9232 | .operands = &.{ |
| 8010 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 8011 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 8012 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 8013 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9233 | .{ .kind = .literal_string, .quantifier = .required }, |
| 8014 | 9234 | }, |
| 8015 | 9235 | }, |
| 8016 | 9236 | .{ |
| 8017 | | .name = "OpIsValidReserveId", |
| 8018 | | .opcode = 282, |
| 9237 | .name = "OpExecutionModeId", |
| 9238 | .opcode = 331, |
| 8019 | 9239 | .operands = &.{ |
| 8020 | | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8021 | | .{ .kind = .id_result, .quantifier = .required }, |
| 8022 | 9240 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9241 | .{ .kind = .execution_mode, .quantifier = .required }, |
| 8023 | 9242 | }, |
| 8024 | 9243 | }, |
| 8025 | 9244 | .{ |
| 8026 | | .name = "OpGetNumPipePackets", |
| 8027 | | .opcode = 283, |
| 9245 | .name = "OpDecorateId", |
| 9246 | .opcode = 332, |
| 8028 | 9247 | .operands = &.{ |
| 8029 | | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8030 | | .{ .kind = .id_result, .quantifier = .required }, |
| 8031 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 8032 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 8033 | 9248 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9249 | .{ .kind = .decoration, .quantifier = .required }, |
| 8034 | 9250 | }, |
| 8035 | 9251 | }, |
| 8036 | 9252 | .{ |
| 8037 | | .name = "OpGetMaxPipePackets", |
| 8038 | | .opcode = 284, |
| 9253 | .name = "OpGroupNonUniformElect", |
| 9254 | .opcode = 333, |
| 8039 | 9255 | .operands = &.{ |
| 8040 | 9256 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8041 | 9257 | .{ .kind = .id_result, .quantifier = .required }, |
| 8042 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 8043 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 8044 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9258 | .{ .kind = .id_scope, .quantifier = .required }, |
| 8045 | 9259 | }, |
| 8046 | 9260 | }, |
| 8047 | 9261 | .{ |
| 8048 | | .name = "OpGroupReserveReadPipePackets", |
| 8049 | | .opcode = 285, |
| 9262 | .name = "OpGroupNonUniformAll", |
| 9263 | .opcode = 334, |
| 8050 | 9264 | .operands = &.{ |
| 8051 | 9265 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8052 | 9266 | .{ .kind = .id_result, .quantifier = .required }, |
| 8053 | 9267 | .{ .kind = .id_scope, .quantifier = .required }, |
| 8054 | 9268 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8055 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 8056 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 8057 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 8058 | 9269 | }, |
| 8059 | 9270 | }, |
| 8060 | 9271 | .{ |
| 8061 | | .name = "OpGroupReserveWritePipePackets", |
| 8062 | | .opcode = 286, |
| 9272 | .name = "OpGroupNonUniformAny", |
| 9273 | .opcode = 335, |
| 8063 | 9274 | .operands = &.{ |
| 8064 | 9275 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8065 | 9276 | .{ .kind = .id_result, .quantifier = .required }, |
| 8066 | 9277 | .{ .kind = .id_scope, .quantifier = .required }, |
| 8067 | 9278 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8068 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 8069 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 8070 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 8071 | | }, |
| 8072 | | }, |
| 8073 | | .{ |
| 8074 | | .name = "OpGroupCommitReadPipe", |
| 8075 | | .opcode = 287, |
| 8076 | | .operands = &.{ |
| 8077 | | .{ .kind = .id_scope, .quantifier = .required }, |
| 8078 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 8079 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 8080 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 8081 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 8082 | 9279 | }, |
| 8083 | 9280 | }, |
| 8084 | 9281 | .{ |
| 8085 | | .name = "OpGroupCommitWritePipe", |
| 8086 | | .opcode = 288, |
| 9282 | .name = "OpGroupNonUniformAllEqual", |
| 9283 | .opcode = 336, |
| 8087 | 9284 | .operands = &.{ |
| 9285 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 9286 | .{ .kind = .id_result, .quantifier = .required }, |
| 8088 | 9287 | .{ .kind = .id_scope, .quantifier = .required }, |
| 8089 | 9288 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8090 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 8091 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 8092 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 8093 | 9289 | }, |
| 8094 | 9290 | }, |
| 8095 | 9291 | .{ |
| 8096 | | .name = "OpEnqueueMarker", |
| 8097 | | .opcode = 291, |
| 9292 | .name = "OpGroupNonUniformBroadcast", |
| 9293 | .opcode = 337, |
| 8098 | 9294 | .operands = &.{ |
| 8099 | 9295 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8100 | 9296 | .{ .kind = .id_result, .quantifier = .required }, |
| 8101 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 8102 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9297 | .{ .kind = .id_scope, .quantifier = .required }, |
| 8103 | 9298 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8104 | 9299 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8105 | 9300 | }, |
| 8106 | 9301 | }, |
| 8107 | 9302 | .{ |
| 8108 | | .name = "OpEnqueueKernel", |
| 8109 | | .opcode = 292, |
| 9303 | .name = "OpGroupNonUniformBroadcastFirst", |
| 9304 | .opcode = 338, |
| 8110 | 9305 | .operands = &.{ |
| 8111 | 9306 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8112 | 9307 | .{ .kind = .id_result, .quantifier = .required }, |
| 9308 | .{ .kind = .id_scope, .quantifier = .required }, |
| 8113 | 9309 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8114 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 8115 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 8116 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 8117 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 8118 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 8119 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 8120 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 8121 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 8122 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 8123 | | .{ .kind = .id_ref, .quantifier = .variadic }, |
| 8124 | 9310 | }, |
| 8125 | 9311 | }, |
| 8126 | 9312 | .{ |
| 8127 | | .name = "OpGetKernelNDrangeSubGroupCount", |
| 8128 | | .opcode = 293, |
| 9313 | .name = "OpGroupNonUniformBallot", |
| 9314 | .opcode = 339, |
| 8129 | 9315 | .operands = &.{ |
| 8130 | 9316 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8131 | 9317 | .{ .kind = .id_result, .quantifier = .required }, |
| 8132 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 8133 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 8134 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 8135 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9318 | .{ .kind = .id_scope, .quantifier = .required }, |
| 8136 | 9319 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8137 | 9320 | }, |
| 8138 | 9321 | }, |
| 8139 | 9322 | .{ |
| 8140 | | .name = "OpGetKernelNDrangeMaxSubGroupSize", |
| 8141 | | .opcode = 294, |
| 9323 | .name = "OpGroupNonUniformInverseBallot", |
| 9324 | .opcode = 340, |
| 8142 | 9325 | .operands = &.{ |
| 8143 | 9326 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8144 | 9327 | .{ .kind = .id_result, .quantifier = .required }, |
| 8145 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 8146 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 8147 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 8148 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9328 | .{ .kind = .id_scope, .quantifier = .required }, |
| 8149 | 9329 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8150 | 9330 | }, |
| 8151 | 9331 | }, |
| 8152 | 9332 | .{ |
| 8153 | | .name = "OpGetKernelWorkGroupSize", |
| 8154 | | .opcode = 295, |
| 9333 | .name = "OpGroupNonUniformBallotBitExtract", |
| 9334 | .opcode = 341, |
| 8155 | 9335 | .operands = &.{ |
| 8156 | 9336 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8157 | 9337 | .{ .kind = .id_result, .quantifier = .required }, |
| 8158 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 8159 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9338 | .{ .kind = .id_scope, .quantifier = .required }, |
| 8160 | 9339 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8161 | 9340 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8162 | 9341 | }, |
| 8163 | 9342 | }, |
| 8164 | 9343 | .{ |
| 8165 | | .name = "OpGetKernelPreferredWorkGroupSizeMultiple", |
| 8166 | | .opcode = 296, |
| 9344 | .name = "OpGroupNonUniformBallotBitCount", |
| 9345 | .opcode = 342, |
| 8167 | 9346 | .operands = &.{ |
| 8168 | 9347 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8169 | 9348 | .{ .kind = .id_result, .quantifier = .required }, |
| 8170 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 8171 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 8172 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9349 | .{ .kind = .id_scope, .quantifier = .required }, |
| 9350 | .{ .kind = .group_operation, .quantifier = .required }, |
| 8173 | 9351 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8174 | 9352 | }, |
| 8175 | 9353 | }, |
| 8176 | 9354 | .{ |
| 8177 | | .name = "OpRetainEvent", |
| 8178 | | .opcode = 297, |
| 9355 | .name = "OpGroupNonUniformBallotFindLSB", |
| 9356 | .opcode = 343, |
| 8179 | 9357 | .operands = &.{ |
| 9358 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 9359 | .{ .kind = .id_result, .quantifier = .required }, |
| 9360 | .{ .kind = .id_scope, .quantifier = .required }, |
| 8180 | 9361 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8181 | 9362 | }, |
| 8182 | 9363 | }, |
| 8183 | 9364 | .{ |
| 8184 | | .name = "OpReleaseEvent", |
| 8185 | | .opcode = 298, |
| 9365 | .name = "OpGroupNonUniformBallotFindMSB", |
| 9366 | .opcode = 344, |
| 8186 | 9367 | .operands = &.{ |
| 9368 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 9369 | .{ .kind = .id_result, .quantifier = .required }, |
| 9370 | .{ .kind = .id_scope, .quantifier = .required }, |
| 8187 | 9371 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8188 | 9372 | }, |
| 8189 | 9373 | }, |
| 8190 | 9374 | .{ |
| 8191 | | .name = "OpCreateUserEvent", |
| 8192 | | .opcode = 299, |
| 9375 | .name = "OpGroupNonUniformShuffle", |
| 9376 | .opcode = 345, |
| 8193 | 9377 | .operands = &.{ |
| 8194 | 9378 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8195 | 9379 | .{ .kind = .id_result, .quantifier = .required }, |
| 9380 | .{ .kind = .id_scope, .quantifier = .required }, |
| 9381 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9382 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8196 | 9383 | }, |
| 8197 | 9384 | }, |
| 8198 | 9385 | .{ |
| 8199 | | .name = "OpIsValidEvent", |
| 8200 | | .opcode = 300, |
| 9386 | .name = "OpGroupNonUniformShuffleXor", |
| 9387 | .opcode = 346, |
| 8201 | 9388 | .operands = &.{ |
| 8202 | 9389 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8203 | 9390 | .{ .kind = .id_result, .quantifier = .required }, |
| 9391 | .{ .kind = .id_scope, .quantifier = .required }, |
| 9392 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8204 | 9393 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8205 | 9394 | }, |
| 8206 | 9395 | }, |
| 8207 | 9396 | .{ |
| 8208 | | .name = "OpSetUserEventStatus", |
| 8209 | | .opcode = 301, |
| 9397 | .name = "OpGroupNonUniformShuffleUp", |
| 9398 | .opcode = 347, |
| 8210 | 9399 | .operands = &.{ |
| 9400 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 9401 | .{ .kind = .id_result, .quantifier = .required }, |
| 9402 | .{ .kind = .id_scope, .quantifier = .required }, |
| 8211 | 9403 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8212 | 9404 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8213 | 9405 | }, |
| 8214 | 9406 | }, |
| 8215 | 9407 | .{ |
| 8216 | | .name = "OpCaptureEventProfilingInfo", |
| 8217 | | .opcode = 302, |
| 9408 | .name = "OpGroupNonUniformShuffleDown", |
| 9409 | .opcode = 348, |
| 8218 | 9410 | .operands = &.{ |
| 8219 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9411 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 9412 | .{ .kind = .id_result, .quantifier = .required }, |
| 9413 | .{ .kind = .id_scope, .quantifier = .required }, |
| 8220 | 9414 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8221 | 9415 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8222 | 9416 | }, |
| 8223 | 9417 | }, |
| 8224 | 9418 | .{ |
| 8225 | | .name = "OpGetDefaultQueue", |
| 8226 | | .opcode = 303, |
| 9419 | .name = "OpGroupNonUniformIAdd", |
| 9420 | .opcode = 349, |
| 8227 | 9421 | .operands = &.{ |
| 8228 | 9422 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8229 | 9423 | .{ .kind = .id_result, .quantifier = .required }, |
| 9424 | .{ .kind = .id_scope, .quantifier = .required }, |
| 9425 | .{ .kind = .group_operation, .quantifier = .required }, |
| 9426 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9427 | .{ .kind = .id_ref, .quantifier = .optional }, |
| 8230 | 9428 | }, |
| 8231 | 9429 | }, |
| 8232 | 9430 | .{ |
| 8233 | | .name = "OpBuildNDRange", |
| 8234 | | .opcode = 304, |
| 9431 | .name = "OpGroupNonUniformFAdd", |
| 9432 | .opcode = 350, |
| 8235 | 9433 | .operands = &.{ |
| 8236 | 9434 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8237 | 9435 | .{ .kind = .id_result, .quantifier = .required }, |
| 9436 | .{ .kind = .id_scope, .quantifier = .required }, |
| 9437 | .{ .kind = .group_operation, .quantifier = .required }, |
| 8238 | 9438 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8239 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 8240 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9439 | .{ .kind = .id_ref, .quantifier = .optional }, |
| 8241 | 9440 | }, |
| 8242 | 9441 | }, |
| 8243 | 9442 | .{ |
| 8244 | | .name = "OpImageSparseSampleImplicitLod", |
| 8245 | | .opcode = 305, |
| 9443 | .name = "OpGroupNonUniformIMul", |
| 9444 | .opcode = 351, |
| 8246 | 9445 | .operands = &.{ |
| 8247 | 9446 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8248 | 9447 | .{ .kind = .id_result, .quantifier = .required }, |
| 9448 | .{ .kind = .id_scope, .quantifier = .required }, |
| 9449 | .{ .kind = .group_operation, .quantifier = .required }, |
| 8249 | 9450 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8250 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 8251 | | .{ .kind = .image_operands, .quantifier = .optional }, |
| 9451 | .{ .kind = .id_ref, .quantifier = .optional }, |
| 8252 | 9452 | }, |
| 8253 | 9453 | }, |
| 8254 | 9454 | .{ |
| 8255 | | .name = "OpImageSparseSampleExplicitLod", |
| 8256 | | .opcode = 306, |
| 9455 | .name = "OpGroupNonUniformFMul", |
| 9456 | .opcode = 352, |
| 8257 | 9457 | .operands = &.{ |
| 8258 | 9458 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8259 | 9459 | .{ .kind = .id_result, .quantifier = .required }, |
| 9460 | .{ .kind = .id_scope, .quantifier = .required }, |
| 9461 | .{ .kind = .group_operation, .quantifier = .required }, |
| 8260 | 9462 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8261 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 8262 | | .{ .kind = .image_operands, .quantifier = .required }, |
| 9463 | .{ .kind = .id_ref, .quantifier = .optional }, |
| 8263 | 9464 | }, |
| 8264 | 9465 | }, |
| 8265 | 9466 | .{ |
| 8266 | | .name = "OpImageSparseSampleDrefImplicitLod", |
| 8267 | | .opcode = 307, |
| 9467 | .name = "OpGroupNonUniformSMin", |
| 9468 | .opcode = 353, |
| 8268 | 9469 | .operands = &.{ |
| 8269 | 9470 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8270 | 9471 | .{ .kind = .id_result, .quantifier = .required }, |
| 9472 | .{ .kind = .id_scope, .quantifier = .required }, |
| 9473 | .{ .kind = .group_operation, .quantifier = .required }, |
| 8271 | 9474 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8272 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 8273 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 8274 | | .{ .kind = .image_operands, .quantifier = .optional }, |
| 9475 | .{ .kind = .id_ref, .quantifier = .optional }, |
| 8275 | 9476 | }, |
| 8276 | 9477 | }, |
| 8277 | 9478 | .{ |
| 8278 | | .name = "OpImageSparseSampleDrefExplicitLod", |
| 8279 | | .opcode = 308, |
| 9479 | .name = "OpGroupNonUniformUMin", |
| 9480 | .opcode = 354, |
| 8280 | 9481 | .operands = &.{ |
| 8281 | 9482 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8282 | 9483 | .{ .kind = .id_result, .quantifier = .required }, |
| 9484 | .{ .kind = .id_scope, .quantifier = .required }, |
| 9485 | .{ .kind = .group_operation, .quantifier = .required }, |
| 8283 | 9486 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8284 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 8285 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 8286 | | .{ .kind = .image_operands, .quantifier = .required }, |
| 9487 | .{ .kind = .id_ref, .quantifier = .optional }, |
| 8287 | 9488 | }, |
| 8288 | 9489 | }, |
| 8289 | 9490 | .{ |
| 8290 | | .name = "OpImageSparseSampleProjImplicitLod", |
| 8291 | | .opcode = 309, |
| 9491 | .name = "OpGroupNonUniformFMin", |
| 9492 | .opcode = 355, |
| 8292 | 9493 | .operands = &.{ |
| 8293 | 9494 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8294 | 9495 | .{ .kind = .id_result, .quantifier = .required }, |
| 9496 | .{ .kind = .id_scope, .quantifier = .required }, |
| 9497 | .{ .kind = .group_operation, .quantifier = .required }, |
| 8295 | 9498 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8296 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 8297 | | .{ .kind = .image_operands, .quantifier = .optional }, |
| 9499 | .{ .kind = .id_ref, .quantifier = .optional }, |
| 8298 | 9500 | }, |
| 8299 | 9501 | }, |
| 8300 | 9502 | .{ |
| 8301 | | .name = "OpImageSparseSampleProjExplicitLod", |
| 8302 | | .opcode = 310, |
| 9503 | .name = "OpGroupNonUniformSMax", |
| 9504 | .opcode = 356, |
| 8303 | 9505 | .operands = &.{ |
| 8304 | 9506 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8305 | 9507 | .{ .kind = .id_result, .quantifier = .required }, |
| 9508 | .{ .kind = .id_scope, .quantifier = .required }, |
| 9509 | .{ .kind = .group_operation, .quantifier = .required }, |
| 8306 | 9510 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8307 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 8308 | | .{ .kind = .image_operands, .quantifier = .required }, |
| 9511 | .{ .kind = .id_ref, .quantifier = .optional }, |
| 8309 | 9512 | }, |
| 8310 | 9513 | }, |
| 8311 | 9514 | .{ |
| 8312 | | .name = "OpImageSparseSampleProjDrefImplicitLod", |
| 8313 | | .opcode = 311, |
| 9515 | .name = "OpGroupNonUniformUMax", |
| 9516 | .opcode = 357, |
| 8314 | 9517 | .operands = &.{ |
| 8315 | 9518 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8316 | 9519 | .{ .kind = .id_result, .quantifier = .required }, |
| 9520 | .{ .kind = .id_scope, .quantifier = .required }, |
| 9521 | .{ .kind = .group_operation, .quantifier = .required }, |
| 8317 | 9522 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8318 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 8319 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 8320 | | .{ .kind = .image_operands, .quantifier = .optional }, |
| 9523 | .{ .kind = .id_ref, .quantifier = .optional }, |
| 8321 | 9524 | }, |
| 8322 | 9525 | }, |
| 8323 | 9526 | .{ |
| 8324 | | .name = "OpImageSparseSampleProjDrefExplicitLod", |
| 8325 | | .opcode = 312, |
| 9527 | .name = "OpGroupNonUniformFMax", |
| 9528 | .opcode = 358, |
| 8326 | 9529 | .operands = &.{ |
| 8327 | 9530 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8328 | 9531 | .{ .kind = .id_result, .quantifier = .required }, |
| 9532 | .{ .kind = .id_scope, .quantifier = .required }, |
| 9533 | .{ .kind = .group_operation, .quantifier = .required }, |
| 8329 | 9534 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8330 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 8331 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 8332 | | .{ .kind = .image_operands, .quantifier = .required }, |
| 9535 | .{ .kind = .id_ref, .quantifier = .optional }, |
| 8333 | 9536 | }, |
| 8334 | 9537 | }, |
| 8335 | 9538 | .{ |
| 8336 | | .name = "OpImageSparseFetch", |
| 8337 | | .opcode = 313, |
| 9539 | .name = "OpGroupNonUniformBitwiseAnd", |
| 9540 | .opcode = 359, |
| 8338 | 9541 | .operands = &.{ |
| 8339 | 9542 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8340 | 9543 | .{ .kind = .id_result, .quantifier = .required }, |
| 9544 | .{ .kind = .id_scope, .quantifier = .required }, |
| 9545 | .{ .kind = .group_operation, .quantifier = .required }, |
| 8341 | 9546 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8342 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 8343 | | .{ .kind = .image_operands, .quantifier = .optional }, |
| 9547 | .{ .kind = .id_ref, .quantifier = .optional }, |
| 8344 | 9548 | }, |
| 8345 | 9549 | }, |
| 8346 | 9550 | .{ |
| 8347 | | .name = "OpImageSparseGather", |
| 8348 | | .opcode = 314, |
| 9551 | .name = "OpGroupNonUniformBitwiseOr", |
| 9552 | .opcode = 360, |
| 8349 | 9553 | .operands = &.{ |
| 8350 | 9554 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8351 | 9555 | .{ .kind = .id_result, .quantifier = .required }, |
| 9556 | .{ .kind = .id_scope, .quantifier = .required }, |
| 9557 | .{ .kind = .group_operation, .quantifier = .required }, |
| 8352 | 9558 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8353 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 8354 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 8355 | | .{ .kind = .image_operands, .quantifier = .optional }, |
| 9559 | .{ .kind = .id_ref, .quantifier = .optional }, |
| 8356 | 9560 | }, |
| 8357 | 9561 | }, |
| 8358 | 9562 | .{ |
| 8359 | | .name = "OpImageSparseDrefGather", |
| 8360 | | .opcode = 315, |
| 9563 | .name = "OpGroupNonUniformBitwiseXor", |
| 9564 | .opcode = 361, |
| 8361 | 9565 | .operands = &.{ |
| 8362 | 9566 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8363 | 9567 | .{ .kind = .id_result, .quantifier = .required }, |
| 9568 | .{ .kind = .id_scope, .quantifier = .required }, |
| 9569 | .{ .kind = .group_operation, .quantifier = .required }, |
| 8364 | 9570 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8365 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 8366 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 8367 | | .{ .kind = .image_operands, .quantifier = .optional }, |
| 9571 | .{ .kind = .id_ref, .quantifier = .optional }, |
| 8368 | 9572 | }, |
| 8369 | 9573 | }, |
| 8370 | 9574 | .{ |
| 8371 | | .name = "OpImageSparseTexelsResident", |
| 8372 | | .opcode = 316, |
| 9575 | .name = "OpGroupNonUniformLogicalAnd", |
| 9576 | .opcode = 362, |
| 8373 | 9577 | .operands = &.{ |
| 8374 | 9578 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8375 | 9579 | .{ .kind = .id_result, .quantifier = .required }, |
| 9580 | .{ .kind = .id_scope, .quantifier = .required }, |
| 9581 | .{ .kind = .group_operation, .quantifier = .required }, |
| 8376 | 9582 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9583 | .{ .kind = .id_ref, .quantifier = .optional }, |
| 8377 | 9584 | }, |
| 8378 | 9585 | }, |
| 8379 | 9586 | .{ |
| 8380 | | .name = "OpNoLine", |
| 8381 | | .opcode = 317, |
| 8382 | | .operands = &.{}, |
| 8383 | | }, |
| 8384 | | .{ |
| 8385 | | .name = "OpAtomicFlagTestAndSet", |
| 8386 | | .opcode = 318, |
| 9587 | .name = "OpGroupNonUniformLogicalOr", |
| 9588 | .opcode = 363, |
| 8387 | 9589 | .operands = &.{ |
| 8388 | 9590 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8389 | 9591 | .{ .kind = .id_result, .quantifier = .required }, |
| 8390 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 8391 | 9592 | .{ .kind = .id_scope, .quantifier = .required }, |
| 8392 | | .{ .kind = .id_memory_semantics, .quantifier = .required }, |
| 9593 | .{ .kind = .group_operation, .quantifier = .required }, |
| 9594 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9595 | .{ .kind = .id_ref, .quantifier = .optional }, |
| 8393 | 9596 | }, |
| 8394 | 9597 | }, |
| 8395 | 9598 | .{ |
| 8396 | | .name = "OpAtomicFlagClear", |
| 8397 | | .opcode = 319, |
| 9599 | .name = "OpGroupNonUniformLogicalXor", |
| 9600 | .opcode = 364, |
| 8398 | 9601 | .operands = &.{ |
| 8399 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9602 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 9603 | .{ .kind = .id_result, .quantifier = .required }, |
| 8400 | 9604 | .{ .kind = .id_scope, .quantifier = .required }, |
| 8401 | | .{ .kind = .id_memory_semantics, .quantifier = .required }, |
| 9605 | .{ .kind = .group_operation, .quantifier = .required }, |
| 9606 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9607 | .{ .kind = .id_ref, .quantifier = .optional }, |
| 8402 | 9608 | }, |
| 8403 | 9609 | }, |
| 8404 | 9610 | .{ |
| 8405 | | .name = "OpImageSparseRead", |
| 8406 | | .opcode = 320, |
| 9611 | .name = "OpGroupNonUniformQuadBroadcast", |
| 9612 | .opcode = 365, |
| 8407 | 9613 | .operands = &.{ |
| 8408 | 9614 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8409 | 9615 | .{ .kind = .id_result, .quantifier = .required }, |
| 9616 | .{ .kind = .id_scope, .quantifier = .required }, |
| 8410 | 9617 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8411 | 9618 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8412 | | .{ .kind = .image_operands, .quantifier = .optional }, |
| 8413 | 9619 | }, |
| 8414 | 9620 | }, |
| 8415 | 9621 | .{ |
| 8416 | | .name = "OpSizeOf", |
| 8417 | | .opcode = 321, |
| 9622 | .name = "OpGroupNonUniformQuadSwap", |
| 9623 | .opcode = 366, |
| 8418 | 9624 | .operands = &.{ |
| 8419 | 9625 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8420 | 9626 | .{ .kind = .id_result, .quantifier = .required }, |
| 9627 | .{ .kind = .id_scope, .quantifier = .required }, |
| 9628 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8421 | 9629 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8422 | 9630 | }, |
| 8423 | 9631 | }, |
| 8424 | 9632 | .{ |
| 8425 | | .name = "OpTypePipeStorage", |
| 8426 | | .opcode = 322, |
| 9633 | .name = "OpCopyLogical", |
| 9634 | .opcode = 400, |
| 8427 | 9635 | .operands = &.{ |
| 9636 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8428 | 9637 | .{ .kind = .id_result, .quantifier = .required }, |
| 9638 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8429 | 9639 | }, |
| 8430 | 9640 | }, |
| 8431 | 9641 | .{ |
| 8432 | | .name = "OpConstantPipeStorage", |
| 8433 | | .opcode = 323, |
| 9642 | .name = "OpPtrEqual", |
| 9643 | .opcode = 401, |
| 8434 | 9644 | .operands = &.{ |
| 8435 | 9645 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8436 | 9646 | .{ .kind = .id_result, .quantifier = .required }, |
| 8437 | | .{ .kind = .literal_integer, .quantifier = .required }, |
| 8438 | | .{ .kind = .literal_integer, .quantifier = .required }, |
| 8439 | | .{ .kind = .literal_integer, .quantifier = .required }, |
| 9647 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9648 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8440 | 9649 | }, |
| 8441 | 9650 | }, |
| 8442 | 9651 | .{ |
| 8443 | | .name = "OpCreatePipeFromPipeStorage", |
| 8444 | | .opcode = 324, |
| 9652 | .name = "OpPtrNotEqual", |
| 9653 | .opcode = 402, |
| 8445 | 9654 | .operands = &.{ |
| 8446 | 9655 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8447 | 9656 | .{ .kind = .id_result, .quantifier = .required }, |
| 8448 | 9657 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9658 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8449 | 9659 | }, |
| 8450 | 9660 | }, |
| 8451 | 9661 | .{ |
| 8452 | | .name = "OpGetKernelLocalSizeForSubgroupCount", |
| 8453 | | .opcode = 325, |
| 9662 | .name = "OpPtrDiff", |
| 9663 | .opcode = 403, |
| 8454 | 9664 | .operands = &.{ |
| 8455 | 9665 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8456 | 9666 | .{ .kind = .id_result, .quantifier = .required }, |
| 8457 | 9667 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8458 | 9668 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8459 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 8460 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 8461 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 8462 | 9669 | }, |
| 8463 | 9670 | }, |
| 8464 | 9671 | .{ |
| 8465 | | .name = "OpGetKernelMaxNumSubgroups", |
| 8466 | | .opcode = 326, |
| 9672 | .name = "OpColorAttachmentReadEXT", |
| 9673 | .opcode = 4160, |
| 8467 | 9674 | .operands = &.{ |
| 8468 | 9675 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8469 | 9676 | .{ .kind = .id_result, .quantifier = .required }, |
| 8470 | 9677 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8471 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 8472 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 8473 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9678 | .{ .kind = .id_ref, .quantifier = .optional }, |
| 8474 | 9679 | }, |
| 8475 | 9680 | }, |
| 8476 | 9681 | .{ |
| 8477 | | .name = "OpTypeNamedBarrier", |
| 8478 | | .opcode = 327, |
| 9682 | .name = "OpDepthAttachmentReadEXT", |
| 9683 | .opcode = 4161, |
| 8479 | 9684 | .operands = &.{ |
| 9685 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8480 | 9686 | .{ .kind = .id_result, .quantifier = .required }, |
| 9687 | .{ .kind = .id_ref, .quantifier = .optional }, |
| 8481 | 9688 | }, |
| 8482 | 9689 | }, |
| 8483 | 9690 | .{ |
| 8484 | | .name = "OpNamedBarrierInitialize", |
| 8485 | | .opcode = 328, |
| 9691 | .name = "OpStencilAttachmentReadEXT", |
| 9692 | .opcode = 4162, |
| 8486 | 9693 | .operands = &.{ |
| 8487 | 9694 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8488 | 9695 | .{ .kind = .id_result, .quantifier = .required }, |
| 8489 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9696 | .{ .kind = .id_ref, .quantifier = .optional }, |
| 8490 | 9697 | }, |
| 8491 | 9698 | }, |
| 8492 | 9699 | .{ |
| 8493 | | .name = "OpMemoryNamedBarrier", |
| 8494 | | .opcode = 329, |
| 9700 | .name = "OpTypeTensorARM", |
| 9701 | .opcode = 4163, |
| 8495 | 9702 | .operands = &.{ |
| 9703 | .{ .kind = .id_result, .quantifier = .required }, |
| 8496 | 9704 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8497 | | .{ .kind = .id_scope, .quantifier = .required }, |
| 8498 | | .{ .kind = .id_memory_semantics, .quantifier = .required }, |
| 9705 | .{ .kind = .id_ref, .quantifier = .optional }, |
| 9706 | .{ .kind = .id_ref, .quantifier = .optional }, |
| 8499 | 9707 | }, |
| 8500 | 9708 | }, |
| 8501 | 9709 | .{ |
| 8502 | | .name = "OpModuleProcessed", |
| 8503 | | .opcode = 330, |
| 9710 | .name = "OpTensorReadARM", |
| 9711 | .opcode = 4164, |
| 8504 | 9712 | .operands = &.{ |
| 8505 | | .{ .kind = .literal_string, .quantifier = .required }, |
| 9713 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 9714 | .{ .kind = .id_result, .quantifier = .required }, |
| 9715 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9716 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9717 | .{ .kind = .tensor_operands, .quantifier = .optional }, |
| 8506 | 9718 | }, |
| 8507 | 9719 | }, |
| 8508 | 9720 | .{ |
| 8509 | | .name = "OpExecutionModeId", |
| 8510 | | .opcode = 331, |
| 9721 | .name = "OpTensorWriteARM", |
| 9722 | .opcode = 4165, |
| 8511 | 9723 | .operands = &.{ |
| 8512 | 9724 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8513 | | .{ .kind = .execution_mode, .quantifier = .required }, |
| 9725 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9726 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9727 | .{ .kind = .tensor_operands, .quantifier = .optional }, |
| 8514 | 9728 | }, |
| 8515 | 9729 | }, |
| 8516 | 9730 | .{ |
| 8517 | | .name = "OpDecorateId", |
| 8518 | | .opcode = 332, |
| 9731 | .name = "OpTensorQuerySizeARM", |
| 9732 | .opcode = 4166, |
| 8519 | 9733 | .operands = &.{ |
| 9734 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 9735 | .{ .kind = .id_result, .quantifier = .required }, |
| 9736 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8520 | 9737 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8521 | | .{ .kind = .decoration, .quantifier = .required }, |
| 8522 | 9738 | }, |
| 8523 | 9739 | }, |
| 8524 | 9740 | .{ |
| 8525 | | .name = "OpGroupNonUniformElect", |
| 8526 | | .opcode = 333, |
| 9741 | .name = "OpGraphConstantARM", |
| 9742 | .opcode = 4181, |
| 8527 | 9743 | .operands = &.{ |
| 8528 | 9744 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8529 | 9745 | .{ .kind = .id_result, .quantifier = .required }, |
| 8530 | | .{ .kind = .id_scope, .quantifier = .required }, |
| 9746 | .{ .kind = .literal_integer, .quantifier = .required }, |
| 8531 | 9747 | }, |
| 8532 | 9748 | }, |
| 8533 | 9749 | .{ |
| 8534 | | .name = "OpGroupNonUniformAll", |
| 8535 | | .opcode = 334, |
| 9750 | .name = "OpGraphEntryPointARM", |
| 9751 | .opcode = 4182, |
| 8536 | 9752 | .operands = &.{ |
| 8537 | | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8538 | | .{ .kind = .id_result, .quantifier = .required }, |
| 8539 | | .{ .kind = .id_scope, .quantifier = .required }, |
| 8540 | 9753 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9754 | .{ .kind = .literal_string, .quantifier = .required }, |
| 9755 | .{ .kind = .id_ref, .quantifier = .variadic }, |
| 8541 | 9756 | }, |
| 8542 | 9757 | }, |
| 8543 | 9758 | .{ |
| 8544 | | .name = "OpGroupNonUniformAny", |
| 8545 | | .opcode = 335, |
| 9759 | .name = "OpGraphARM", |
| 9760 | .opcode = 4183, |
| 8546 | 9761 | .operands = &.{ |
| 8547 | 9762 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8548 | 9763 | .{ .kind = .id_result, .quantifier = .required }, |
| 8549 | | .{ .kind = .id_scope, .quantifier = .required }, |
| 8550 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 8551 | 9764 | }, |
| 8552 | 9765 | }, |
| 8553 | 9766 | .{ |
| 8554 | | .name = "OpGroupNonUniformAllEqual", |
| 8555 | | .opcode = 336, |
| 9767 | .name = "OpGraphInputARM", |
| 9768 | .opcode = 4184, |
| 8556 | 9769 | .operands = &.{ |
| 8557 | 9770 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8558 | 9771 | .{ .kind = .id_result, .quantifier = .required }, |
| 8559 | | .{ .kind = .id_scope, .quantifier = .required }, |
| 8560 | 9772 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9773 | .{ .kind = .id_ref, .quantifier = .variadic }, |
| 8561 | 9774 | }, |
| 8562 | 9775 | }, |
| 8563 | 9776 | .{ |
| 8564 | | .name = "OpGroupNonUniformBroadcast", |
| 8565 | | .opcode = 337, |
| 9777 | .name = "OpGraphSetOutputARM", |
| 9778 | .opcode = 4185, |
| 8566 | 9779 | .operands = &.{ |
| 8567 | | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8568 | | .{ .kind = .id_result, .quantifier = .required }, |
| 8569 | | .{ .kind = .id_scope, .quantifier = .required }, |
| 8570 | 9780 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8571 | 9781 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9782 | .{ .kind = .id_ref, .quantifier = .variadic }, |
| 8572 | 9783 | }, |
| 8573 | 9784 | }, |
| 8574 | 9785 | .{ |
| 8575 | | .name = "OpGroupNonUniformBroadcastFirst", |
| 8576 | | .opcode = 338, |
| 9786 | .name = "OpGraphEndARM", |
| 9787 | .opcode = 4186, |
| 9788 | .operands = &.{}, |
| 9789 | }, |
| 9790 | .{ |
| 9791 | .name = "OpTypeGraphARM", |
| 9792 | .opcode = 4190, |
| 8577 | 9793 | .operands = &.{ |
| 8578 | | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8579 | 9794 | .{ .kind = .id_result, .quantifier = .required }, |
| 8580 | | .{ .kind = .id_scope, .quantifier = .required }, |
| 8581 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9795 | .{ .kind = .literal_integer, .quantifier = .required }, |
| 9796 | .{ .kind = .id_ref, .quantifier = .variadic }, |
| 8582 | 9797 | }, |
| 8583 | 9798 | }, |
| 8584 | 9799 | .{ |
| 8585 | | .name = "OpGroupNonUniformBallot", |
| 8586 | | .opcode = 339, |
| 9800 | .name = "OpTerminateInvocation", |
| 9801 | .opcode = 4416, |
| 9802 | .operands = &.{}, |
| 9803 | }, |
| 9804 | .{ |
| 9805 | .name = "OpTypeUntypedPointerKHR", |
| 9806 | .opcode = 4417, |
| 8587 | 9807 | .operands = &.{ |
| 8588 | | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8589 | 9808 | .{ .kind = .id_result, .quantifier = .required }, |
| 8590 | | .{ .kind = .id_scope, .quantifier = .required }, |
| 8591 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9809 | .{ .kind = .storage_class, .quantifier = .required }, |
| 8592 | 9810 | }, |
| 8593 | 9811 | }, |
| 8594 | 9812 | .{ |
| 8595 | | .name = "OpGroupNonUniformInverseBallot", |
| 8596 | | .opcode = 340, |
| 9813 | .name = "OpUntypedVariableKHR", |
| 9814 | .opcode = 4418, |
| 8597 | 9815 | .operands = &.{ |
| 8598 | 9816 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8599 | 9817 | .{ .kind = .id_result, .quantifier = .required }, |
| 8600 | | .{ .kind = .id_scope, .quantifier = .required }, |
| 8601 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9818 | .{ .kind = .storage_class, .quantifier = .required }, |
| 9819 | .{ .kind = .id_ref, .quantifier = .optional }, |
| 9820 | .{ .kind = .id_ref, .quantifier = .optional }, |
| 8602 | 9821 | }, |
| 8603 | 9822 | }, |
| 8604 | 9823 | .{ |
| 8605 | | .name = "OpGroupNonUniformBallotBitExtract", |
| 8606 | | .opcode = 341, |
| 9824 | .name = "OpUntypedAccessChainKHR", |
| 9825 | .opcode = 4419, |
| 8607 | 9826 | .operands = &.{ |
| 8608 | 9827 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8609 | 9828 | .{ .kind = .id_result, .quantifier = .required }, |
| 8610 | | .{ .kind = .id_scope, .quantifier = .required }, |
| 8611 | 9829 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8612 | 9830 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9831 | .{ .kind = .id_ref, .quantifier = .variadic }, |
| 8613 | 9832 | }, |
| 8614 | 9833 | }, |
| 8615 | 9834 | .{ |
| 8616 | | .name = "OpGroupNonUniformBallotBitCount", |
| 8617 | | .opcode = 342, |
| 9835 | .name = "OpUntypedInBoundsAccessChainKHR", |
| 9836 | .opcode = 4420, |
| 8618 | 9837 | .operands = &.{ |
| 8619 | 9838 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8620 | 9839 | .{ .kind = .id_result, .quantifier = .required }, |
| 8621 | | .{ .kind = .id_scope, .quantifier = .required }, |
| 8622 | | .{ .kind = .group_operation, .quantifier = .required }, |
| 8623 | 9840 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9841 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9842 | .{ .kind = .id_ref, .quantifier = .variadic }, |
| 8624 | 9843 | }, |
| 8625 | 9844 | }, |
| 8626 | 9845 | .{ |
| 8627 | | .name = "OpGroupNonUniformBallotFindLSB", |
| 8628 | | .opcode = 343, |
| 9846 | .name = "OpSubgroupBallotKHR", |
| 9847 | .opcode = 4421, |
| 8629 | 9848 | .operands = &.{ |
| 8630 | 9849 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8631 | 9850 | .{ .kind = .id_result, .quantifier = .required }, |
| 8632 | | .{ .kind = .id_scope, .quantifier = .required }, |
| 8633 | 9851 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8634 | 9852 | }, |
| 8635 | 9853 | }, |
| 8636 | 9854 | .{ |
| 8637 | | .name = "OpGroupNonUniformBallotFindMSB", |
| 8638 | | .opcode = 344, |
| 9855 | .name = "OpSubgroupFirstInvocationKHR", |
| 9856 | .opcode = 4422, |
| 8639 | 9857 | .operands = &.{ |
| 8640 | 9858 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8641 | 9859 | .{ .kind = .id_result, .quantifier = .required }, |
| 8642 | | .{ .kind = .id_scope, .quantifier = .required }, |
| 8643 | 9860 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8644 | 9861 | }, |
| 8645 | 9862 | }, |
| 8646 | 9863 | .{ |
| 8647 | | .name = "OpGroupNonUniformShuffle", |
| 8648 | | .opcode = 345, |
| 9864 | .name = "OpUntypedPtrAccessChainKHR", |
| 9865 | .opcode = 4423, |
| 8649 | 9866 | .operands = &.{ |
| 8650 | 9867 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8651 | 9868 | .{ .kind = .id_result, .quantifier = .required }, |
| 8652 | | .{ .kind = .id_scope, .quantifier = .required }, |
| 8653 | 9869 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8654 | 9870 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9871 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9872 | .{ .kind = .id_ref, .quantifier = .variadic }, |
| 8655 | 9873 | }, |
| 8656 | 9874 | }, |
| 8657 | 9875 | .{ |
| 8658 | | .name = "OpGroupNonUniformShuffleXor", |
| 8659 | | .opcode = 346, |
| 9876 | .name = "OpUntypedInBoundsPtrAccessChainKHR", |
| 9877 | .opcode = 4424, |
| 8660 | 9878 | .operands = &.{ |
| 8661 | 9879 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8662 | 9880 | .{ .kind = .id_result, .quantifier = .required }, |
| 8663 | | .{ .kind = .id_scope, .quantifier = .required }, |
| 8664 | 9881 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8665 | 9882 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9883 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9884 | .{ .kind = .id_ref, .quantifier = .variadic }, |
| 8666 | 9885 | }, |
| 8667 | 9886 | }, |
| 8668 | 9887 | .{ |
| 8669 | | .name = "OpGroupNonUniformShuffleUp", |
| 8670 | | .opcode = 347, |
| 9888 | .name = "OpUntypedArrayLengthKHR", |
| 9889 | .opcode = 4425, |
| 8671 | 9890 | .operands = &.{ |
| 8672 | 9891 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8673 | 9892 | .{ .kind = .id_result, .quantifier = .required }, |
| 8674 | | .{ .kind = .id_scope, .quantifier = .required }, |
| 8675 | 9893 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8676 | 9894 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9895 | .{ .kind = .literal_integer, .quantifier = .required }, |
| 8677 | 9896 | }, |
| 8678 | 9897 | }, |
| 8679 | 9898 | .{ |
| 8680 | | .name = "OpGroupNonUniformShuffleDown", |
| 8681 | | .opcode = 348, |
| 9899 | .name = "OpUntypedPrefetchKHR", |
| 9900 | .opcode = 4426, |
| 8682 | 9901 | .operands = &.{ |
| 8683 | | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8684 | | .{ .kind = .id_result, .quantifier = .required }, |
| 8685 | | .{ .kind = .id_scope, .quantifier = .required }, |
| 8686 | 9902 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8687 | 9903 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9904 | .{ .kind = .id_ref, .quantifier = .optional }, |
| 9905 | .{ .kind = .id_ref, .quantifier = .optional }, |
| 9906 | .{ .kind = .id_ref, .quantifier = .optional }, |
| 8688 | 9907 | }, |
| 8689 | 9908 | }, |
| 8690 | 9909 | .{ |
| 8691 | | .name = "OpGroupNonUniformIAdd", |
| 8692 | | .opcode = 349, |
| 9910 | .name = "OpFmaKHR", |
| 9911 | .opcode = 4427, |
| 8693 | 9912 | .operands = &.{ |
| 8694 | 9913 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8695 | 9914 | .{ .kind = .id_result, .quantifier = .required }, |
| 8696 | | .{ .kind = .id_scope, .quantifier = .required }, |
| 8697 | | .{ .kind = .group_operation, .quantifier = .required }, |
| 8698 | 9915 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8699 | | .{ .kind = .id_ref, .quantifier = .optional }, |
| 9916 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9917 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8700 | 9918 | }, |
| 8701 | 9919 | }, |
| 8702 | 9920 | .{ |
| 8703 | | .name = "OpGroupNonUniformFAdd", |
| 8704 | | .opcode = 350, |
| 9921 | .name = "OpSubgroupAllKHR", |
| 9922 | .opcode = 4428, |
| 8705 | 9923 | .operands = &.{ |
| 8706 | 9924 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8707 | 9925 | .{ .kind = .id_result, .quantifier = .required }, |
| 8708 | | .{ .kind = .id_scope, .quantifier = .required }, |
| 8709 | | .{ .kind = .group_operation, .quantifier = .required }, |
| 8710 | 9926 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8711 | | .{ .kind = .id_ref, .quantifier = .optional }, |
| 8712 | 9927 | }, |
| 8713 | 9928 | }, |
| 8714 | 9929 | .{ |
| 8715 | | .name = "OpGroupNonUniformIMul", |
| 8716 | | .opcode = 351, |
| 9930 | .name = "OpSubgroupAnyKHR", |
| 9931 | .opcode = 4429, |
| 8717 | 9932 | .operands = &.{ |
| 8718 | 9933 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8719 | 9934 | .{ .kind = .id_result, .quantifier = .required }, |
| 8720 | | .{ .kind = .id_scope, .quantifier = .required }, |
| 8721 | | .{ .kind = .group_operation, .quantifier = .required }, |
| 8722 | 9935 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8723 | | .{ .kind = .id_ref, .quantifier = .optional }, |
| 8724 | 9936 | }, |
| 8725 | 9937 | }, |
| 8726 | 9938 | .{ |
| 8727 | | .name = "OpGroupNonUniformFMul", |
| 8728 | | .opcode = 352, |
| 9939 | .name = "OpSubgroupAllEqualKHR", |
| 9940 | .opcode = 4430, |
| 8729 | 9941 | .operands = &.{ |
| 8730 | 9942 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8731 | 9943 | .{ .kind = .id_result, .quantifier = .required }, |
| 8732 | | .{ .kind = .id_scope, .quantifier = .required }, |
| 8733 | | .{ .kind = .group_operation, .quantifier = .required }, |
| 8734 | 9944 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8735 | | .{ .kind = .id_ref, .quantifier = .optional }, |
| 8736 | 9945 | }, |
| 8737 | 9946 | }, |
| 8738 | 9947 | .{ |
| 8739 | | .name = "OpGroupNonUniformSMin", |
| 8740 | | .opcode = 353, |
| 9948 | .name = "OpGroupNonUniformRotateKHR", |
| 9949 | .opcode = 4431, |
| 8741 | 9950 | .operands = &.{ |
| 8742 | 9951 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8743 | 9952 | .{ .kind = .id_result, .quantifier = .required }, |
| 8744 | 9953 | .{ .kind = .id_scope, .quantifier = .required }, |
| 8745 | | .{ .kind = .group_operation, .quantifier = .required }, |
| 9954 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8746 | 9955 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8747 | 9956 | .{ .kind = .id_ref, .quantifier = .optional }, |
| 8748 | 9957 | }, |
| 8749 | 9958 | }, |
| 8750 | 9959 | .{ |
| 8751 | | .name = "OpGroupNonUniformUMin", |
| 8752 | | .opcode = 354, |
| 9960 | .name = "OpSubgroupReadInvocationKHR", |
| 9961 | .opcode = 4432, |
| 8753 | 9962 | .operands = &.{ |
| 8754 | 9963 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8755 | 9964 | .{ .kind = .id_result, .quantifier = .required }, |
| 8756 | | .{ .kind = .id_scope, .quantifier = .required }, |
| 8757 | | .{ .kind = .group_operation, .quantifier = .required }, |
| 8758 | 9965 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8759 | | .{ .kind = .id_ref, .quantifier = .optional }, |
| 9966 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8760 | 9967 | }, |
| 8761 | 9968 | }, |
| 8762 | 9969 | .{ |
| 8763 | | .name = "OpGroupNonUniformFMin", |
| 8764 | | .opcode = 355, |
| 9970 | .name = "OpExtInstWithForwardRefsKHR", |
| 9971 | .opcode = 4433, |
| 8765 | 9972 | .operands = &.{ |
| 8766 | 9973 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8767 | 9974 | .{ .kind = .id_result, .quantifier = .required }, |
| 8768 | | .{ .kind = .id_scope, .quantifier = .required }, |
| 8769 | | .{ .kind = .group_operation, .quantifier = .required }, |
| 8770 | 9975 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8771 | | .{ .kind = .id_ref, .quantifier = .optional }, |
| 9976 | .{ .kind = .literal_ext_inst_integer, .quantifier = .required }, |
| 9977 | .{ .kind = .id_ref, .quantifier = .variadic }, |
| 8772 | 9978 | }, |
| 8773 | 9979 | }, |
| 8774 | 9980 | .{ |
| 8775 | | .name = "OpGroupNonUniformSMax", |
| 8776 | | .opcode = 356, |
| 9981 | .name = "OpUntypedGroupAsyncCopyKHR", |
| 9982 | .opcode = 4434, |
| 8777 | 9983 | .operands = &.{ |
| 8778 | 9984 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8779 | 9985 | .{ .kind = .id_result, .quantifier = .required }, |
| 8780 | | .{ .kind = .id_scope, .quantifier = .required }, |
| 8781 | | .{ .kind = .group_operation, .quantifier = .required }, |
| 8782 | 9986 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8783 | | .{ .kind = .id_ref, .quantifier = .optional }, |
| 9987 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9988 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9989 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9990 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9991 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9992 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9993 | .{ .kind = .memory_access, .quantifier = .optional }, |
| 9994 | .{ .kind = .memory_access, .quantifier = .optional }, |
| 8784 | 9995 | }, |
| 8785 | 9996 | }, |
| 8786 | 9997 | .{ |
| 8787 | | .name = "OpGroupNonUniformUMax", |
| 8788 | | .opcode = 357, |
| 9998 | .name = "OpTraceRayKHR", |
| 9999 | .opcode = 4445, |
| 8789 | 10000 | .operands = &.{ |
| 8790 | | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8791 | | .{ .kind = .id_result, .quantifier = .required }, |
| 8792 | | .{ .kind = .id_scope, .quantifier = .required }, |
| 8793 | | .{ .kind = .group_operation, .quantifier = .required }, |
| 8794 | 10001 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8795 | | .{ .kind = .id_ref, .quantifier = .optional }, |
| 10002 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10003 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10004 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10005 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10006 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10007 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10008 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10009 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10010 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10011 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8796 | 10012 | }, |
| 8797 | 10013 | }, |
| 8798 | 10014 | .{ |
| 8799 | | .name = "OpGroupNonUniformFMax", |
| 8800 | | .opcode = 358, |
| 10015 | .name = "OpExecuteCallableKHR", |
| 10016 | .opcode = 4446, |
| 8801 | 10017 | .operands = &.{ |
| 8802 | | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8803 | | .{ .kind = .id_result, .quantifier = .required }, |
| 8804 | | .{ .kind = .id_scope, .quantifier = .required }, |
| 8805 | | .{ .kind = .group_operation, .quantifier = .required }, |
| 8806 | 10018 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8807 | | .{ .kind = .id_ref, .quantifier = .optional }, |
| 10019 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8808 | 10020 | }, |
| 8809 | 10021 | }, |
| 8810 | 10022 | .{ |
| 8811 | | .name = "OpGroupNonUniformBitwiseAnd", |
| 8812 | | .opcode = 359, |
| 10023 | .name = "OpConvertUToAccelerationStructureKHR", |
| 10024 | .opcode = 4447, |
| 8813 | 10025 | .operands = &.{ |
| 8814 | 10026 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8815 | 10027 | .{ .kind = .id_result, .quantifier = .required }, |
| 8816 | | .{ .kind = .id_scope, .quantifier = .required }, |
| 8817 | | .{ .kind = .group_operation, .quantifier = .required }, |
| 8818 | 10028 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8819 | | .{ .kind = .id_ref, .quantifier = .optional }, |
| 8820 | 10029 | }, |
| 8821 | 10030 | }, |
| 8822 | 10031 | .{ |
| 8823 | | .name = "OpGroupNonUniformBitwiseOr", |
| 8824 | | .opcode = 360, |
| 10032 | .name = "OpIgnoreIntersectionKHR", |
| 10033 | .opcode = 4448, |
| 10034 | .operands = &.{}, |
| 10035 | }, |
| 10036 | .{ |
| 10037 | .name = "OpTerminateRayKHR", |
| 10038 | .opcode = 4449, |
| 10039 | .operands = &.{}, |
| 10040 | }, |
| 10041 | .{ |
| 10042 | .name = "OpSDot", |
| 10043 | .opcode = 4450, |
| 8825 | 10044 | .operands = &.{ |
| 8826 | 10045 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8827 | 10046 | .{ .kind = .id_result, .quantifier = .required }, |
| 8828 | | .{ .kind = .id_scope, .quantifier = .required }, |
| 8829 | | .{ .kind = .group_operation, .quantifier = .required }, |
| 8830 | 10047 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8831 | | .{ .kind = .id_ref, .quantifier = .optional }, |
| 10048 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10049 | .{ .kind = .packed_vector_format, .quantifier = .optional }, |
| 8832 | 10050 | }, |
| 8833 | 10051 | }, |
| 8834 | 10052 | .{ |
| 8835 | | .name = "OpGroupNonUniformBitwiseXor", |
| 8836 | | .opcode = 361, |
| 10053 | .name = "OpUDot", |
| 10054 | .opcode = 4451, |
| 8837 | 10055 | .operands = &.{ |
| 8838 | 10056 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8839 | 10057 | .{ .kind = .id_result, .quantifier = .required }, |
| 8840 | | .{ .kind = .id_scope, .quantifier = .required }, |
| 8841 | | .{ .kind = .group_operation, .quantifier = .required }, |
| 8842 | 10058 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8843 | | .{ .kind = .id_ref, .quantifier = .optional }, |
| 10059 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10060 | .{ .kind = .packed_vector_format, .quantifier = .optional }, |
| 8844 | 10061 | }, |
| 8845 | 10062 | }, |
| 8846 | 10063 | .{ |
| 8847 | | .name = "OpGroupNonUniformLogicalAnd", |
| 8848 | | .opcode = 362, |
| 10064 | .name = "OpSUDot", |
| 10065 | .opcode = 4452, |
| 8849 | 10066 | .operands = &.{ |
| 8850 | 10067 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8851 | 10068 | .{ .kind = .id_result, .quantifier = .required }, |
| 8852 | | .{ .kind = .id_scope, .quantifier = .required }, |
| 8853 | | .{ .kind = .group_operation, .quantifier = .required }, |
| 8854 | 10069 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8855 | | .{ .kind = .id_ref, .quantifier = .optional }, |
| 10070 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10071 | .{ .kind = .packed_vector_format, .quantifier = .optional }, |
| 8856 | 10072 | }, |
| 8857 | 10073 | }, |
| 8858 | 10074 | .{ |
| 8859 | | .name = "OpGroupNonUniformLogicalOr", |
| 8860 | | .opcode = 363, |
| 10075 | .name = "OpSDotAccSat", |
| 10076 | .opcode = 4453, |
| 8861 | 10077 | .operands = &.{ |
| 8862 | 10078 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8863 | 10079 | .{ .kind = .id_result, .quantifier = .required }, |
| 8864 | | .{ .kind = .id_scope, .quantifier = .required }, |
| 8865 | | .{ .kind = .group_operation, .quantifier = .required }, |
| 8866 | 10080 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8867 | | .{ .kind = .id_ref, .quantifier = .optional }, |
| 10081 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10082 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10083 | .{ .kind = .packed_vector_format, .quantifier = .optional }, |
| 8868 | 10084 | }, |
| 8869 | 10085 | }, |
| 8870 | 10086 | .{ |
| 8871 | | .name = "OpGroupNonUniformLogicalXor", |
| 8872 | | .opcode = 364, |
| 10087 | .name = "OpUDotAccSat", |
| 10088 | .opcode = 4454, |
| 8873 | 10089 | .operands = &.{ |
| 8874 | 10090 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8875 | 10091 | .{ .kind = .id_result, .quantifier = .required }, |
| 8876 | | .{ .kind = .id_scope, .quantifier = .required }, |
| 8877 | | .{ .kind = .group_operation, .quantifier = .required }, |
| 8878 | 10092 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8879 | | .{ .kind = .id_ref, .quantifier = .optional }, |
| 10093 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10094 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10095 | .{ .kind = .packed_vector_format, .quantifier = .optional }, |
| 8880 | 10096 | }, |
| 8881 | 10097 | }, |
| 8882 | 10098 | .{ |
| 8883 | | .name = "OpGroupNonUniformQuadBroadcast", |
| 8884 | | .opcode = 365, |
| 10099 | .name = "OpSUDotAccSat", |
| 10100 | .opcode = 4455, |
| 8885 | 10101 | .operands = &.{ |
| 8886 | 10102 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8887 | 10103 | .{ .kind = .id_result, .quantifier = .required }, |
| 8888 | | .{ .kind = .id_scope, .quantifier = .required }, |
| 8889 | 10104 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8890 | 10105 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10106 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10107 | .{ .kind = .packed_vector_format, .quantifier = .optional }, |
| 8891 | 10108 | }, |
| 8892 | 10109 | }, |
| 8893 | 10110 | .{ |
| 8894 | | .name = "OpGroupNonUniformQuadSwap", |
| 8895 | | .opcode = 366, |
| 10111 | .name = "OpTypeCooperativeMatrixKHR", |
| 10112 | .opcode = 4456, |
| 8896 | 10113 | .operands = &.{ |
| 8897 | | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8898 | 10114 | .{ .kind = .id_result, .quantifier = .required }, |
| 10115 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8899 | 10116 | .{ .kind = .id_scope, .quantifier = .required }, |
| 8900 | 10117 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8901 | 10118 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10119 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8902 | 10120 | }, |
| 8903 | 10121 | }, |
| 8904 | 10122 | .{ |
| 8905 | | .name = "OpCopyLogical", |
| 8906 | | .opcode = 400, |
| 10123 | .name = "OpCooperativeMatrixLoadKHR", |
| 10124 | .opcode = 4457, |
| 8907 | 10125 | .operands = &.{ |
| 8908 | 10126 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8909 | 10127 | .{ .kind = .id_result, .quantifier = .required }, |
| 8910 | 10128 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10129 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10130 | .{ .kind = .id_ref, .quantifier = .optional }, |
| 10131 | .{ .kind = .memory_access, .quantifier = .optional }, |
| 8911 | 10132 | }, |
| 8912 | 10133 | }, |
| 8913 | 10134 | .{ |
| 8914 | | .name = "OpPtrEqual", |
| 8915 | | .opcode = 401, |
| 10135 | .name = "OpCooperativeMatrixStoreKHR", |
| 10136 | .opcode = 4458, |
| 8916 | 10137 | .operands = &.{ |
| 8917 | | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8918 | | .{ .kind = .id_result, .quantifier = .required }, |
| 8919 | 10138 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8920 | 10139 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10140 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10141 | .{ .kind = .id_ref, .quantifier = .optional }, |
| 10142 | .{ .kind = .memory_access, .quantifier = .optional }, |
| 8921 | 10143 | }, |
| 8922 | 10144 | }, |
| 8923 | 10145 | .{ |
| 8924 | | .name = "OpPtrNotEqual", |
| 8925 | | .opcode = 402, |
| 10146 | .name = "OpCooperativeMatrixMulAddKHR", |
| 10147 | .opcode = 4459, |
| 8926 | 10148 | .operands = &.{ |
| 8927 | 10149 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8928 | 10150 | .{ .kind = .id_result, .quantifier = .required }, |
| 8929 | 10151 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8930 | 10152 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10153 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10154 | .{ .kind = .cooperative_matrix_operands, .quantifier = .optional }, |
| 8931 | 10155 | }, |
| 8932 | 10156 | }, |
| 8933 | 10157 | .{ |
| 8934 | | .name = "OpPtrDiff", |
| 8935 | | .opcode = 403, |
| 10158 | .name = "OpCooperativeMatrixLengthKHR", |
| 10159 | .opcode = 4460, |
| 8936 | 10160 | .operands = &.{ |
| 8937 | 10161 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8938 | 10162 | .{ .kind = .id_result, .quantifier = .required }, |
| 8939 | 10163 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8940 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 8941 | 10164 | }, |
| 8942 | 10165 | }, |
| 8943 | 10166 | .{ |
| 8944 | | .name = "OpColorAttachmentReadEXT", |
| 8945 | | .opcode = 4160, |
| 10167 | .name = "OpConstantCompositeReplicateEXT", |
| 10168 | .opcode = 4461, |
| 8946 | 10169 | .operands = &.{ |
| 8947 | 10170 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8948 | 10171 | .{ .kind = .id_result, .quantifier = .required }, |
| 8949 | 10172 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8950 | | .{ .kind = .id_ref, .quantifier = .optional }, |
| 8951 | 10173 | }, |
| 8952 | 10174 | }, |
| 8953 | 10175 | .{ |
| 8954 | | .name = "OpDepthAttachmentReadEXT", |
| 8955 | | .opcode = 4161, |
| 10176 | .name = "OpSpecConstantCompositeReplicateEXT", |
| 10177 | .opcode = 4462, |
| 8956 | 10178 | .operands = &.{ |
| 8957 | 10179 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8958 | 10180 | .{ .kind = .id_result, .quantifier = .required }, |
| 8959 | | .{ .kind = .id_ref, .quantifier = .optional }, |
| 10181 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8960 | 10182 | }, |
| 8961 | 10183 | }, |
| 8962 | 10184 | .{ |
| 8963 | | .name = "OpStencilAttachmentReadEXT", |
| 8964 | | .opcode = 4162, |
| 10185 | .name = "OpCompositeConstructReplicateEXT", |
| 10186 | .opcode = 4463, |
| 8965 | 10187 | .operands = &.{ |
| 8966 | 10188 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8967 | 10189 | .{ .kind = .id_result, .quantifier = .required }, |
| 8968 | | .{ .kind = .id_ref, .quantifier = .optional }, |
| 10190 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8969 | 10191 | }, |
| 8970 | 10192 | }, |
| 8971 | 10193 | .{ |
| 8972 | | .name = "OpTypeTensorARM", |
| 8973 | | .opcode = 4163, |
| 10194 | .name = "OpTypeRayQueryKHR", |
| 10195 | .opcode = 4472, |
| 8974 | 10196 | .operands = &.{ |
| 8975 | 10197 | .{ .kind = .id_result, .quantifier = .required }, |
| 8976 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 8977 | | .{ .kind = .id_ref, .quantifier = .optional }, |
| 8978 | | .{ .kind = .id_ref, .quantifier = .optional }, |
| 8979 | 10198 | }, |
| 8980 | 10199 | }, |
| 8981 | 10200 | .{ |
| 8982 | | .name = "OpTensorReadARM", |
| 8983 | | .opcode = 4164, |
| 10201 | .name = "OpRayQueryInitializeKHR", |
| 10202 | .opcode = 4473, |
| 8984 | 10203 | .operands = &.{ |
| 8985 | | .{ .kind = .id_result_type, .quantifier = .required }, |
| 8986 | | .{ .kind = .id_result, .quantifier = .required }, |
| 8987 | 10204 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8988 | 10205 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8989 | | .{ .kind = .tensor_operands, .quantifier = .optional }, |
| 8990 | | }, |
| 8991 | | }, |
| 8992 | | .{ |
| 8993 | | .name = "OpTensorWriteARM", |
| 8994 | | .opcode = 4165, |
| 8995 | | .operands = &.{ |
| 8996 | 10206 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8997 | 10207 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8998 | 10208 | .{ .kind = .id_ref, .quantifier = .required }, |
| 8999 | | .{ .kind = .tensor_operands, .quantifier = .optional }, |
| 9000 | | }, |
| 9001 | | }, |
| 9002 | | .{ |
| 9003 | | .name = "OpTensorQuerySizeARM", |
| 9004 | | .opcode = 4166, |
| 9005 | | .operands = &.{ |
| 9006 | | .{ .kind = .id_result_type, .quantifier = .required }, |
| 9007 | | .{ .kind = .id_result, .quantifier = .required }, |
| 10209 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9008 | 10210 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9009 | 10211 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9010 | 10212 | }, |
| 9011 | 10213 | }, |
| 9012 | 10214 | .{ |
| 9013 | | .name = "OpGraphConstantARM", |
| 9014 | | .opcode = 4181, |
| 10215 | .name = "OpRayQueryTerminateKHR", |
| 10216 | .opcode = 4474, |
| 9015 | 10217 | .operands = &.{ |
| 9016 | | .{ .kind = .id_result_type, .quantifier = .required }, |
| 9017 | | .{ .kind = .id_result, .quantifier = .required }, |
| 9018 | | .{ .kind = .literal_integer, .quantifier = .required }, |
| 10218 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9019 | 10219 | }, |
| 9020 | 10220 | }, |
| 9021 | 10221 | .{ |
| 9022 | | .name = "OpGraphEntryPointARM", |
| 9023 | | .opcode = 4182, |
| 10222 | .name = "OpRayQueryGenerateIntersectionKHR", |
| 10223 | .opcode = 4475, |
| 9024 | 10224 | .operands = &.{ |
| 9025 | 10225 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9026 | | .{ .kind = .literal_string, .quantifier = .required }, |
| 9027 | | .{ .kind = .id_ref, .quantifier = .variadic }, |
| 10226 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9028 | 10227 | }, |
| 9029 | 10228 | }, |
| 9030 | 10229 | .{ |
| 9031 | | .name = "OpGraphARM", |
| 9032 | | .opcode = 4183, |
| 10230 | .name = "OpRayQueryConfirmIntersectionKHR", |
| 10231 | .opcode = 4476, |
| 9033 | 10232 | .operands = &.{ |
| 9034 | | .{ .kind = .id_result_type, .quantifier = .required }, |
| 9035 | | .{ .kind = .id_result, .quantifier = .required }, |
| 10233 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9036 | 10234 | }, |
| 9037 | 10235 | }, |
| 9038 | 10236 | .{ |
| 9039 | | .name = "OpGraphInputARM", |
| 9040 | | .opcode = 4184, |
| 10237 | .name = "OpRayQueryProceedKHR", |
| 10238 | .opcode = 4477, |
| 9041 | 10239 | .operands = &.{ |
| 9042 | 10240 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 9043 | 10241 | .{ .kind = .id_result, .quantifier = .required }, |
| 9044 | 10242 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9045 | | .{ .kind = .id_ref, .quantifier = .variadic }, |
| 9046 | 10243 | }, |
| 9047 | 10244 | }, |
| 9048 | 10245 | .{ |
| 9049 | | .name = "OpGraphSetOutputARM", |
| 9050 | | .opcode = 4185, |
| 10246 | .name = "OpRayQueryGetIntersectionTypeKHR", |
| 10247 | .opcode = 4479, |
| 9051 | 10248 | .operands = &.{ |
| 10249 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 10250 | .{ .kind = .id_result, .quantifier = .required }, |
| 9052 | 10251 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9053 | 10252 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9054 | | .{ .kind = .id_ref, .quantifier = .variadic }, |
| 9055 | | }, |
| 9056 | | }, |
| 9057 | | .{ |
| 9058 | | .name = "OpGraphEndARM", |
| 9059 | | .opcode = 4186, |
| 9060 | | .operands = &.{}, |
| 9061 | | }, |
| 9062 | | .{ |
| 9063 | | .name = "OpTypeGraphARM", |
| 9064 | | .opcode = 4190, |
| 9065 | | .operands = &.{ |
| 9066 | | .{ .kind = .id_result, .quantifier = .required }, |
| 9067 | | .{ .kind = .literal_integer, .quantifier = .required }, |
| 9068 | | .{ .kind = .id_ref, .quantifier = .variadic }, |
| 9069 | 10253 | }, |
| 9070 | 10254 | }, |
| 9071 | 10255 | .{ |
| 9072 | | .name = "OpTerminateInvocation", |
| 9073 | | .opcode = 4416, |
| 9074 | | .operands = &.{}, |
| 9075 | | }, |
| 9076 | | .{ |
| 9077 | | .name = "OpTypeUntypedPointerKHR", |
| 9078 | | .opcode = 4417, |
| 10256 | .name = "OpImageSampleWeightedQCOM", |
| 10257 | .opcode = 4480, |
| 9079 | 10258 | .operands = &.{ |
| 10259 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 9080 | 10260 | .{ .kind = .id_result, .quantifier = .required }, |
| 9081 | | .{ .kind = .storage_class, .quantifier = .required }, |
| 10261 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10262 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10263 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9082 | 10264 | }, |
| 9083 | 10265 | }, |
| 9084 | 10266 | .{ |
| 9085 | | .name = "OpUntypedVariableKHR", |
| 9086 | | .opcode = 4418, |
| 10267 | .name = "OpImageBoxFilterQCOM", |
| 10268 | .opcode = 4481, |
| 9087 | 10269 | .operands = &.{ |
| 9088 | 10270 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 9089 | 10271 | .{ .kind = .id_result, .quantifier = .required }, |
| 9090 | | .{ .kind = .storage_class, .quantifier = .required }, |
| 9091 | | .{ .kind = .id_ref, .quantifier = .optional }, |
| 9092 | | .{ .kind = .id_ref, .quantifier = .optional }, |
| 10272 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10273 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10274 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9093 | 10275 | }, |
| 9094 | 10276 | }, |
| 9095 | 10277 | .{ |
| 9096 | | .name = "OpUntypedAccessChainKHR", |
| 9097 | | .opcode = 4419, |
| 10278 | .name = "OpImageBlockMatchSSDQCOM", |
| 10279 | .opcode = 4482, |
| 9098 | 10280 | .operands = &.{ |
| 9099 | 10281 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 9100 | 10282 | .{ .kind = .id_result, .quantifier = .required }, |
| 9101 | 10283 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9102 | 10284 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9103 | | .{ .kind = .id_ref, .quantifier = .variadic }, |
| 10285 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10286 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10287 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9104 | 10288 | }, |
| 9105 | 10289 | }, |
| 9106 | 10290 | .{ |
| 9107 | | .name = "OpUntypedInBoundsAccessChainKHR", |
| 9108 | | .opcode = 4420, |
| 10291 | .name = "OpImageBlockMatchSADQCOM", |
| 10292 | .opcode = 4483, |
| 9109 | 10293 | .operands = &.{ |
| 9110 | 10294 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 9111 | 10295 | .{ .kind = .id_result, .quantifier = .required }, |
| 9112 | 10296 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9113 | 10297 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9114 | | .{ .kind = .id_ref, .quantifier = .variadic }, |
| 10298 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10299 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10300 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9115 | 10301 | }, |
| 9116 | 10302 | }, |
| 9117 | 10303 | .{ |
| 9118 | | .name = "OpSubgroupBallotKHR", |
| 9119 | | .opcode = 4421, |
| 10304 | .name = "OpBitCastArrayQCOM", |
| 10305 | .opcode = 4497, |
| 9120 | 10306 | .operands = &.{ |
| 9121 | 10307 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 9122 | 10308 | .{ .kind = .id_result, .quantifier = .required }, |
| ... | ... | @@ -9124,63 +10310,60 @@ pub const InstructionSet = enum { |
| 9124 | 10310 | }, |
| 9125 | 10311 | }, |
| 9126 | 10312 | .{ |
| 9127 | | .name = "OpSubgroupFirstInvocationKHR", |
| 9128 | | .opcode = 4422, |
| 10313 | .name = "OpImageBlockMatchWindowSSDQCOM", |
| 10314 | .opcode = 4500, |
| 9129 | 10315 | .operands = &.{ |
| 9130 | 10316 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 9131 | 10317 | .{ .kind = .id_result, .quantifier = .required }, |
| 9132 | 10318 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10319 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10320 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10321 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10322 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9133 | 10323 | }, |
| 9134 | 10324 | }, |
| 9135 | 10325 | .{ |
| 9136 | | .name = "OpUntypedPtrAccessChainKHR", |
| 9137 | | .opcode = 4423, |
| 10326 | .name = "OpImageBlockMatchWindowSADQCOM", |
| 10327 | .opcode = 4501, |
| 9138 | 10328 | .operands = &.{ |
| 9139 | 10329 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 9140 | 10330 | .{ .kind = .id_result, .quantifier = .required }, |
| 9141 | 10331 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9142 | 10332 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9143 | 10333 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9144 | | .{ .kind = .id_ref, .quantifier = .variadic }, |
| 10334 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10335 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9145 | 10336 | }, |
| 9146 | 10337 | }, |
| 9147 | 10338 | .{ |
| 9148 | | .name = "OpUntypedInBoundsPtrAccessChainKHR", |
| 9149 | | .opcode = 4424, |
| 10339 | .name = "OpImageBlockMatchGatherSSDQCOM", |
| 10340 | .opcode = 4502, |
| 9150 | 10341 | .operands = &.{ |
| 9151 | 10342 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 9152 | 10343 | .{ .kind = .id_result, .quantifier = .required }, |
| 9153 | 10344 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9154 | 10345 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9155 | 10346 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9156 | | .{ .kind = .id_ref, .quantifier = .variadic }, |
| 10347 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10348 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9157 | 10349 | }, |
| 9158 | 10350 | }, |
| 9159 | 10351 | .{ |
| 9160 | | .name = "OpUntypedArrayLengthKHR", |
| 9161 | | .opcode = 4425, |
| 10352 | .name = "OpImageBlockMatchGatherSADQCOM", |
| 10353 | .opcode = 4503, |
| 9162 | 10354 | .operands = &.{ |
| 9163 | 10355 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 9164 | 10356 | .{ .kind = .id_result, .quantifier = .required }, |
| 9165 | 10357 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9166 | 10358 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9167 | | .{ .kind = .literal_integer, .quantifier = .required }, |
| 9168 | | }, |
| 9169 | | }, |
| 9170 | | .{ |
| 9171 | | .name = "OpUntypedPrefetchKHR", |
| 9172 | | .opcode = 4426, |
| 9173 | | .operands = &.{ |
| 9174 | 10359 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9175 | 10360 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9176 | | .{ .kind = .id_ref, .quantifier = .optional }, |
| 9177 | | .{ .kind = .id_ref, .quantifier = .optional }, |
| 9178 | | .{ .kind = .id_ref, .quantifier = .optional }, |
| 10361 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9179 | 10362 | }, |
| 9180 | 10363 | }, |
| 9181 | 10364 | .{ |
| 9182 | | .name = "OpSubgroupAllKHR", |
| 9183 | | .opcode = 4428, |
| 10365 | .name = "OpCompositeConstructCoopMatQCOM", |
| 10366 | .opcode = 4540, |
| 9184 | 10367 | .operands = &.{ |
| 9185 | 10368 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 9186 | 10369 | .{ .kind = .id_result, .quantifier = .required }, |
| ... | ... | @@ -9188,8 +10371,8 @@ pub const InstructionSet = enum { |
| 9188 | 10371 | }, |
| 9189 | 10372 | }, |
| 9190 | 10373 | .{ |
| 9191 | | .name = "OpSubgroupAnyKHR", |
| 9192 | | .opcode = 4429, |
| 10374 | .name = "OpCompositeExtractCoopMatQCOM", |
| 10375 | .opcode = 4541, |
| 9193 | 10376 | .operands = &.{ |
| 9194 | 10377 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 9195 | 10378 | .{ .kind = .id_result, .quantifier = .required }, |
| ... | ... | @@ -9197,228 +10380,206 @@ pub const InstructionSet = enum { |
| 9197 | 10380 | }, |
| 9198 | 10381 | }, |
| 9199 | 10382 | .{ |
| 9200 | | .name = "OpSubgroupAllEqualKHR", |
| 9201 | | .opcode = 4430, |
| 10383 | .name = "OpExtractSubArrayQCOM", |
| 10384 | .opcode = 4542, |
| 9202 | 10385 | .operands = &.{ |
| 9203 | 10386 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 9204 | 10387 | .{ .kind = .id_result, .quantifier = .required }, |
| 9205 | 10388 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10389 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9206 | 10390 | }, |
| 9207 | 10391 | }, |
| 9208 | 10392 | .{ |
| 9209 | | .name = "OpGroupNonUniformRotateKHR", |
| 9210 | | .opcode = 4431, |
| 10393 | .name = "OpGroupIAddNonUniformAMD", |
| 10394 | .opcode = 5000, |
| 9211 | 10395 | .operands = &.{ |
| 9212 | 10396 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 9213 | 10397 | .{ .kind = .id_result, .quantifier = .required }, |
| 9214 | 10398 | .{ .kind = .id_scope, .quantifier = .required }, |
| 10399 | .{ .kind = .group_operation, .quantifier = .required }, |
| 9215 | 10400 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9216 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9217 | | .{ .kind = .id_ref, .quantifier = .optional }, |
| 9218 | 10401 | }, |
| 9219 | 10402 | }, |
| 9220 | 10403 | .{ |
| 9221 | | .name = "OpSubgroupReadInvocationKHR", |
| 9222 | | .opcode = 4432, |
| 10404 | .name = "OpGroupFAddNonUniformAMD", |
| 10405 | .opcode = 5001, |
| 9223 | 10406 | .operands = &.{ |
| 9224 | 10407 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 9225 | 10408 | .{ .kind = .id_result, .quantifier = .required }, |
| 9226 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 10409 | .{ .kind = .id_scope, .quantifier = .required }, |
| 10410 | .{ .kind = .group_operation, .quantifier = .required }, |
| 9227 | 10411 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9228 | 10412 | }, |
| 9229 | 10413 | }, |
| 9230 | 10414 | .{ |
| 9231 | | .name = "OpExtInstWithForwardRefsKHR", |
| 9232 | | .opcode = 4433, |
| 10415 | .name = "OpGroupFMinNonUniformAMD", |
| 10416 | .opcode = 5002, |
| 9233 | 10417 | .operands = &.{ |
| 9234 | 10418 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 9235 | 10419 | .{ .kind = .id_result, .quantifier = .required }, |
| 10420 | .{ .kind = .id_scope, .quantifier = .required }, |
| 10421 | .{ .kind = .group_operation, .quantifier = .required }, |
| 9236 | 10422 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9237 | | .{ .kind = .literal_ext_inst_integer, .quantifier = .required }, |
| 9238 | | .{ .kind = .id_ref, .quantifier = .variadic }, |
| 9239 | 10423 | }, |
| 9240 | 10424 | }, |
| 9241 | 10425 | .{ |
| 9242 | | .name = "OpTraceRayKHR", |
| 9243 | | .opcode = 4445, |
| 10426 | .name = "OpGroupUMinNonUniformAMD", |
| 10427 | .opcode = 5003, |
| 9244 | 10428 | .operands = &.{ |
| 9245 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9246 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9247 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9248 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9249 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9250 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9251 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9252 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9253 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9254 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 10429 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 10430 | .{ .kind = .id_result, .quantifier = .required }, |
| 10431 | .{ .kind = .id_scope, .quantifier = .required }, |
| 10432 | .{ .kind = .group_operation, .quantifier = .required }, |
| 9255 | 10433 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9256 | 10434 | }, |
| 9257 | 10435 | }, |
| 9258 | 10436 | .{ |
| 9259 | | .name = "OpExecuteCallableKHR", |
| 9260 | | .opcode = 4446, |
| 10437 | .name = "OpGroupSMinNonUniformAMD", |
| 10438 | .opcode = 5004, |
| 9261 | 10439 | .operands = &.{ |
| 9262 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 10440 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 10441 | .{ .kind = .id_result, .quantifier = .required }, |
| 10442 | .{ .kind = .id_scope, .quantifier = .required }, |
| 10443 | .{ .kind = .group_operation, .quantifier = .required }, |
| 9263 | 10444 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9264 | 10445 | }, |
| 9265 | 10446 | }, |
| 9266 | 10447 | .{ |
| 9267 | | .name = "OpConvertUToAccelerationStructureKHR", |
| 9268 | | .opcode = 4447, |
| 10448 | .name = "OpGroupFMaxNonUniformAMD", |
| 10449 | .opcode = 5005, |
| 9269 | 10450 | .operands = &.{ |
| 9270 | 10451 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 9271 | 10452 | .{ .kind = .id_result, .quantifier = .required }, |
| 10453 | .{ .kind = .id_scope, .quantifier = .required }, |
| 10454 | .{ .kind = .group_operation, .quantifier = .required }, |
| 9272 | 10455 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9273 | 10456 | }, |
| 9274 | 10457 | }, |
| 9275 | 10458 | .{ |
| 9276 | | .name = "OpIgnoreIntersectionKHR", |
| 9277 | | .opcode = 4448, |
| 9278 | | .operands = &.{}, |
| 9279 | | }, |
| 9280 | | .{ |
| 9281 | | .name = "OpTerminateRayKHR", |
| 9282 | | .opcode = 4449, |
| 9283 | | .operands = &.{}, |
| 9284 | | }, |
| 9285 | | .{ |
| 9286 | | .name = "OpSDot", |
| 9287 | | .opcode = 4450, |
| 10459 | .name = "OpGroupUMaxNonUniformAMD", |
| 10460 | .opcode = 5006, |
| 9288 | 10461 | .operands = &.{ |
| 9289 | 10462 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 9290 | 10463 | .{ .kind = .id_result, .quantifier = .required }, |
| 10464 | .{ .kind = .id_scope, .quantifier = .required }, |
| 10465 | .{ .kind = .group_operation, .quantifier = .required }, |
| 9291 | 10466 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9292 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9293 | | .{ .kind = .packed_vector_format, .quantifier = .optional }, |
| 9294 | 10467 | }, |
| 9295 | 10468 | }, |
| 9296 | 10469 | .{ |
| 9297 | | .name = "OpUDot", |
| 9298 | | .opcode = 4451, |
| 10470 | .name = "OpGroupSMaxNonUniformAMD", |
| 10471 | .opcode = 5007, |
| 9299 | 10472 | .operands = &.{ |
| 9300 | 10473 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 9301 | 10474 | .{ .kind = .id_result, .quantifier = .required }, |
| 10475 | .{ .kind = .id_scope, .quantifier = .required }, |
| 10476 | .{ .kind = .group_operation, .quantifier = .required }, |
| 9302 | 10477 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9303 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9304 | | .{ .kind = .packed_vector_format, .quantifier = .optional }, |
| 9305 | 10478 | }, |
| 9306 | 10479 | }, |
| 9307 | 10480 | .{ |
| 9308 | | .name = "OpSUDot", |
| 9309 | | .opcode = 4452, |
| 10481 | .name = "OpFragmentMaskFetchAMD", |
| 10482 | .opcode = 5011, |
| 9310 | 10483 | .operands = &.{ |
| 9311 | 10484 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 9312 | 10485 | .{ .kind = .id_result, .quantifier = .required }, |
| 9313 | 10486 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9314 | 10487 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9315 | | .{ .kind = .packed_vector_format, .quantifier = .optional }, |
| 9316 | 10488 | }, |
| 9317 | 10489 | }, |
| 9318 | 10490 | .{ |
| 9319 | | .name = "OpSDotAccSat", |
| 9320 | | .opcode = 4453, |
| 10491 | .name = "OpFragmentFetchAMD", |
| 10492 | .opcode = 5012, |
| 9321 | 10493 | .operands = &.{ |
| 9322 | 10494 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 9323 | 10495 | .{ .kind = .id_result, .quantifier = .required }, |
| 9324 | 10496 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9325 | 10497 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9326 | 10498 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9327 | | .{ .kind = .packed_vector_format, .quantifier = .optional }, |
| 9328 | 10499 | }, |
| 9329 | 10500 | }, |
| 9330 | 10501 | .{ |
| 9331 | | .name = "OpUDotAccSat", |
| 9332 | | .opcode = 4454, |
| 10502 | .name = "OpReadClockKHR", |
| 10503 | .opcode = 5056, |
| 9333 | 10504 | .operands = &.{ |
| 9334 | 10505 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 9335 | 10506 | .{ .kind = .id_result, .quantifier = .required }, |
| 9336 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9337 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9338 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9339 | | .{ .kind = .packed_vector_format, .quantifier = .optional }, |
| 10507 | .{ .kind = .id_scope, .quantifier = .required }, |
| 9340 | 10508 | }, |
| 9341 | 10509 | }, |
| 9342 | 10510 | .{ |
| 9343 | | .name = "OpSUDotAccSat", |
| 9344 | | .opcode = 4455, |
| 10511 | .name = "OpAllocateNodePayloadsAMDX", |
| 10512 | .opcode = 5074, |
| 9345 | 10513 | .operands = &.{ |
| 9346 | 10514 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 9347 | 10515 | .{ .kind = .id_result, .quantifier = .required }, |
| 10516 | .{ .kind = .id_scope, .quantifier = .required }, |
| 9348 | 10517 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9349 | 10518 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10519 | }, |
| 10520 | }, |
| 10521 | .{ |
| 10522 | .name = "OpEnqueueNodePayloadsAMDX", |
| 10523 | .opcode = 5075, |
| 10524 | .operands = &.{ |
| 9350 | 10525 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9351 | | .{ .kind = .packed_vector_format, .quantifier = .optional }, |
| 9352 | 10526 | }, |
| 9353 | 10527 | }, |
| 9354 | 10528 | .{ |
| 9355 | | .name = "OpTypeCooperativeMatrixKHR", |
| 9356 | | .opcode = 4456, |
| 10529 | .name = "OpTypeNodePayloadArrayAMDX", |
| 10530 | .opcode = 5076, |
| 9357 | 10531 | .operands = &.{ |
| 9358 | 10532 | .{ .kind = .id_result, .quantifier = .required }, |
| 9359 | 10533 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9360 | | .{ .kind = .id_scope, .quantifier = .required }, |
| 9361 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9362 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9363 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9364 | 10534 | }, |
| 9365 | 10535 | }, |
| 9366 | 10536 | .{ |
| 9367 | | .name = "OpCooperativeMatrixLoadKHR", |
| 9368 | | .opcode = 4457, |
| 10537 | .name = "OpFinishWritingNodePayloadAMDX", |
| 10538 | .opcode = 5078, |
| 9369 | 10539 | .operands = &.{ |
| 9370 | 10540 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 9371 | 10541 | .{ .kind = .id_result, .quantifier = .required }, |
| 9372 | 10542 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9373 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9374 | | .{ .kind = .id_ref, .quantifier = .optional }, |
| 9375 | | .{ .kind = .memory_access, .quantifier = .optional }, |
| 9376 | 10543 | }, |
| 9377 | 10544 | }, |
| 9378 | 10545 | .{ |
| 9379 | | .name = "OpCooperativeMatrixStoreKHR", |
| 9380 | | .opcode = 4458, |
| 10546 | .name = "OpNodePayloadArrayLengthAMDX", |
| 10547 | .opcode = 5090, |
| 9381 | 10548 | .operands = &.{ |
| 10549 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 10550 | .{ .kind = .id_result, .quantifier = .required }, |
| 9382 | 10551 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9383 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9384 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9385 | | .{ .kind = .id_ref, .quantifier = .optional }, |
| 9386 | | .{ .kind = .memory_access, .quantifier = .optional }, |
| 9387 | 10552 | }, |
| 9388 | 10553 | }, |
| 9389 | 10554 | .{ |
| 9390 | | .name = "OpCooperativeMatrixMulAddKHR", |
| 9391 | | .opcode = 4459, |
| 10555 | .name = "OpIsNodePayloadValidAMDX", |
| 10556 | .opcode = 5101, |
| 9392 | 10557 | .operands = &.{ |
| 9393 | 10558 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 9394 | 10559 | .{ .kind = .id_result, .quantifier = .required }, |
| 9395 | 10560 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9396 | 10561 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9397 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9398 | | .{ .kind = .cooperative_matrix_operands, .quantifier = .optional }, |
| 9399 | 10562 | }, |
| 9400 | 10563 | }, |
| 9401 | 10564 | .{ |
| 9402 | | .name = "OpCooperativeMatrixLengthKHR", |
| 9403 | | .opcode = 4460, |
| 10565 | .name = "OpConstantStringAMDX", |
| 10566 | .opcode = 5103, |
| 9404 | 10567 | .operands = &.{ |
| 9405 | | .{ .kind = .id_result_type, .quantifier = .required }, |
| 9406 | 10568 | .{ .kind = .id_result, .quantifier = .required }, |
| 9407 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 10569 | .{ .kind = .literal_string, .quantifier = .required }, |
| 9408 | 10570 | }, |
| 9409 | 10571 | }, |
| 9410 | 10572 | .{ |
| 9411 | | .name = "OpConstantCompositeReplicateEXT", |
| 9412 | | .opcode = 4461, |
| 10573 | .name = "OpSpecConstantStringAMDX", |
| 10574 | .opcode = 5104, |
| 9413 | 10575 | .operands = &.{ |
| 9414 | | .{ .kind = .id_result_type, .quantifier = .required }, |
| 9415 | 10576 | .{ .kind = .id_result, .quantifier = .required }, |
| 9416 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 10577 | .{ .kind = .literal_string, .quantifier = .required }, |
| 9417 | 10578 | }, |
| 9418 | 10579 | }, |
| 9419 | 10580 | .{ |
| 9420 | | .name = "OpSpecConstantCompositeReplicateEXT", |
| 9421 | | .opcode = 4462, |
| 10581 | .name = "OpGroupNonUniformQuadAllKHR", |
| 10582 | .opcode = 5110, |
| 9422 | 10583 | .operands = &.{ |
| 9423 | 10584 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 9424 | 10585 | .{ .kind = .id_result, .quantifier = .required }, |
| ... | ... | @@ -9426,8 +10587,8 @@ pub const InstructionSet = enum { |
| 9426 | 10587 | }, |
| 9427 | 10588 | }, |
| 9428 | 10589 | .{ |
| 9429 | | .name = "OpCompositeConstructReplicateEXT", |
| 9430 | | .opcode = 4463, |
| 10590 | .name = "OpGroupNonUniformQuadAnyKHR", |
| 10591 | .opcode = 5111, |
| 9431 | 10592 | .operands = &.{ |
| 9432 | 10593 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 9433 | 10594 | .{ .kind = .id_result, .quantifier = .required }, |
| ... | ... | @@ -9435,51 +10596,54 @@ pub const InstructionSet = enum { |
| 9435 | 10596 | }, |
| 9436 | 10597 | }, |
| 9437 | 10598 | .{ |
| 9438 | | .name = "OpTypeRayQueryKHR", |
| 9439 | | .opcode = 4472, |
| 10599 | .name = "OpTypeBufferEXT", |
| 10600 | .opcode = 5115, |
| 9440 | 10601 | .operands = &.{ |
| 9441 | 10602 | .{ .kind = .id_result, .quantifier = .required }, |
| 10603 | .{ .kind = .storage_class, .quantifier = .required }, |
| 9442 | 10604 | }, |
| 9443 | 10605 | }, |
| 9444 | 10606 | .{ |
| 9445 | | .name = "OpRayQueryInitializeKHR", |
| 9446 | | .opcode = 4473, |
| 10607 | .name = "OpBufferPointerEXT", |
| 10608 | .opcode = 5119, |
| 9447 | 10609 | .operands = &.{ |
| 9448 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9449 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9450 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9451 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9452 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9453 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9454 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 10610 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 10611 | .{ .kind = .id_result, .quantifier = .required }, |
| 9455 | 10612 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9456 | 10613 | }, |
| 9457 | 10614 | }, |
| 9458 | 10615 | .{ |
| 9459 | | .name = "OpRayQueryTerminateKHR", |
| 9460 | | .opcode = 4474, |
| 10616 | .name = "OpAbortKHR", |
| 10617 | .opcode = 5121, |
| 9461 | 10618 | .operands = &.{ |
| 9462 | 10619 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10620 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9463 | 10621 | }, |
| 9464 | 10622 | }, |
| 9465 | 10623 | .{ |
| 9466 | | .name = "OpRayQueryGenerateIntersectionKHR", |
| 9467 | | .opcode = 4475, |
| 10624 | .name = "OpUntypedImageTexelPointerEXT", |
| 10625 | .opcode = 5126, |
| 9468 | 10626 | .operands = &.{ |
| 10627 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 10628 | .{ .kind = .id_result, .quantifier = .required }, |
| 10629 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10630 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9469 | 10631 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9470 | 10632 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9471 | 10633 | }, |
| 9472 | 10634 | }, |
| 9473 | 10635 | .{ |
| 9474 | | .name = "OpRayQueryConfirmIntersectionKHR", |
| 9475 | | .opcode = 4476, |
| 10636 | .name = "OpMemberDecorateIdEXT", |
| 10637 | .opcode = 5127, |
| 9476 | 10638 | .operands = &.{ |
| 9477 | 10639 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10640 | .{ .kind = .literal_integer, .quantifier = .required }, |
| 10641 | .{ .kind = .decoration, .quantifier = .required }, |
| 9478 | 10642 | }, |
| 9479 | 10643 | }, |
| 9480 | 10644 | .{ |
| 9481 | | .name = "OpRayQueryProceedKHR", |
| 9482 | | .opcode = 4477, |
| 10645 | .name = "OpConstantSizeOfEXT", |
| 10646 | .opcode = 5129, |
| 9483 | 10647 | .operands = &.{ |
| 9484 | 10648 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 9485 | 10649 | .{ .kind = .id_result, .quantifier = .required }, |
| ... | ... | @@ -9487,69 +10651,53 @@ pub const InstructionSet = enum { |
| 9487 | 10651 | }, |
| 9488 | 10652 | }, |
| 9489 | 10653 | .{ |
| 9490 | | .name = "OpRayQueryGetIntersectionTypeKHR", |
| 9491 | | .opcode = 4479, |
| 10654 | .name = "OpConstantDataKHR", |
| 10655 | .opcode = 5147, |
| 9492 | 10656 | .operands = &.{ |
| 9493 | 10657 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 9494 | 10658 | .{ .kind = .id_result, .quantifier = .required }, |
| 9495 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9496 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 10659 | .{ .kind = .literal_integer, .quantifier = .variadic }, |
| 9497 | 10660 | }, |
| 9498 | 10661 | }, |
| 9499 | 10662 | .{ |
| 9500 | | .name = "OpImageSampleWeightedQCOM", |
| 9501 | | .opcode = 4480, |
| 10663 | .name = "OpSpecConstantDataKHR", |
| 10664 | .opcode = 5148, |
| 9502 | 10665 | .operands = &.{ |
| 9503 | 10666 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 9504 | 10667 | .{ .kind = .id_result, .quantifier = .required }, |
| 9505 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9506 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9507 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 10668 | .{ .kind = .literal_integer, .quantifier = .variadic }, |
| 9508 | 10669 | }, |
| 9509 | 10670 | }, |
| 9510 | 10671 | .{ |
| 9511 | | .name = "OpImageBoxFilterQCOM", |
| 9512 | | .opcode = 4481, |
| 10672 | .name = "OpPoisonKHR", |
| 10673 | .opcode = 5158, |
| 9513 | 10674 | .operands = &.{ |
| 9514 | 10675 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 9515 | 10676 | .{ .kind = .id_result, .quantifier = .required }, |
| 9516 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9517 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9518 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9519 | 10677 | }, |
| 9520 | 10678 | }, |
| 9521 | 10679 | .{ |
| 9522 | | .name = "OpImageBlockMatchSSDQCOM", |
| 9523 | | .opcode = 4482, |
| 10680 | .name = "OpFreezeKHR", |
| 10681 | .opcode = 5159, |
| 9524 | 10682 | .operands = &.{ |
| 9525 | 10683 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 9526 | 10684 | .{ .kind = .id_result, .quantifier = .required }, |
| 9527 | 10685 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9528 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9529 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9530 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9531 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9532 | 10686 | }, |
| 9533 | 10687 | }, |
| 9534 | 10688 | .{ |
| 9535 | | .name = "OpImageBlockMatchSADQCOM", |
| 9536 | | .opcode = 4483, |
| 10689 | .name = "OpHitObjectRecordHitMotionNV", |
| 10690 | .opcode = 5249, |
| 9537 | 10691 | .operands = &.{ |
| 9538 | | .{ .kind = .id_result_type, .quantifier = .required }, |
| 9539 | | .{ .kind = .id_result, .quantifier = .required }, |
| 9540 | 10692 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9541 | 10693 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9542 | 10694 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9543 | 10695 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9544 | 10696 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9545 | | }, |
| 9546 | | }, |
| 9547 | | .{ |
| 9548 | | .name = "OpImageBlockMatchWindowSSDQCOM", |
| 9549 | | .opcode = 4500, |
| 9550 | | .operands = &.{ |
| 9551 | | .{ .kind = .id_result_type, .quantifier = .required }, |
| 9552 | | .{ .kind = .id_result, .quantifier = .required }, |
| 10697 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10698 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10699 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10700 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9553 | 10701 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9554 | 10702 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9555 | 10703 | .{ .kind = .id_ref, .quantifier = .required }, |
| ... | ... | @@ -9558,24 +10706,17 @@ pub const InstructionSet = enum { |
| 9558 | 10706 | }, |
| 9559 | 10707 | }, |
| 9560 | 10708 | .{ |
| 9561 | | .name = "OpImageBlockMatchWindowSADQCOM", |
| 9562 | | .opcode = 4501, |
| 10709 | .name = "OpHitObjectRecordHitWithIndexMotionNV", |
| 10710 | .opcode = 5250, |
| 9563 | 10711 | .operands = &.{ |
| 9564 | | .{ .kind = .id_result_type, .quantifier = .required }, |
| 9565 | | .{ .kind = .id_result, .quantifier = .required }, |
| 9566 | 10712 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9567 | 10713 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9568 | 10714 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9569 | 10715 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9570 | 10716 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9571 | | }, |
| 9572 | | }, |
| 9573 | | .{ |
| 9574 | | .name = "OpImageBlockMatchGatherSSDQCOM", |
| 9575 | | .opcode = 4502, |
| 9576 | | .operands = &.{ |
| 9577 | | .{ .kind = .id_result_type, .quantifier = .required }, |
| 9578 | | .{ .kind = .id_result, .quantifier = .required }, |
| 10717 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10718 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10719 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9579 | 10720 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9580 | 10721 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9581 | 10722 | .{ .kind = .id_ref, .quantifier = .required }, |
| ... | ... | @@ -9584,11 +10725,11 @@ pub const InstructionSet = enum { |
| 9584 | 10725 | }, |
| 9585 | 10726 | }, |
| 9586 | 10727 | .{ |
| 9587 | | .name = "OpImageBlockMatchGatherSADQCOM", |
| 9588 | | .opcode = 4503, |
| 10728 | .name = "OpHitObjectRecordMissMotionNV", |
| 10729 | .opcode = 5251, |
| 9589 | 10730 | .operands = &.{ |
| 9590 | | .{ .kind = .id_result_type, .quantifier = .required }, |
| 9591 | | .{ .kind = .id_result, .quantifier = .required }, |
| 10731 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10732 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9592 | 10733 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9593 | 10734 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9594 | 10735 | .{ .kind = .id_ref, .quantifier = .required }, |
| ... | ... | @@ -9597,161 +10738,163 @@ pub const InstructionSet = enum { |
| 9597 | 10738 | }, |
| 9598 | 10739 | }, |
| 9599 | 10740 | .{ |
| 9600 | | .name = "OpGroupIAddNonUniformAMD", |
| 9601 | | .opcode = 5000, |
| 10741 | .name = "OpHitObjectGetWorldToObjectNV", |
| 10742 | .opcode = 5252, |
| 9602 | 10743 | .operands = &.{ |
| 9603 | 10744 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 9604 | 10745 | .{ .kind = .id_result, .quantifier = .required }, |
| 9605 | | .{ .kind = .id_scope, .quantifier = .required }, |
| 9606 | | .{ .kind = .group_operation, .quantifier = .required }, |
| 9607 | 10746 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9608 | 10747 | }, |
| 9609 | 10748 | }, |
| 9610 | 10749 | .{ |
| 9611 | | .name = "OpGroupFAddNonUniformAMD", |
| 9612 | | .opcode = 5001, |
| 10750 | .name = "OpHitObjectGetObjectToWorldNV", |
| 10751 | .opcode = 5253, |
| 9613 | 10752 | .operands = &.{ |
| 9614 | 10753 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 9615 | 10754 | .{ .kind = .id_result, .quantifier = .required }, |
| 9616 | | .{ .kind = .id_scope, .quantifier = .required }, |
| 9617 | | .{ .kind = .group_operation, .quantifier = .required }, |
| 9618 | 10755 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9619 | 10756 | }, |
| 9620 | 10757 | }, |
| 9621 | 10758 | .{ |
| 9622 | | .name = "OpGroupFMinNonUniformAMD", |
| 9623 | | .opcode = 5002, |
| 10759 | .name = "OpHitObjectGetObjectRayDirectionNV", |
| 10760 | .opcode = 5254, |
| 9624 | 10761 | .operands = &.{ |
| 9625 | 10762 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 9626 | 10763 | .{ .kind = .id_result, .quantifier = .required }, |
| 9627 | | .{ .kind = .id_scope, .quantifier = .required }, |
| 9628 | | .{ .kind = .group_operation, .quantifier = .required }, |
| 9629 | 10764 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9630 | 10765 | }, |
| 9631 | 10766 | }, |
| 9632 | 10767 | .{ |
| 9633 | | .name = "OpGroupUMinNonUniformAMD", |
| 9634 | | .opcode = 5003, |
| 10768 | .name = "OpHitObjectGetObjectRayOriginNV", |
| 10769 | .opcode = 5255, |
| 9635 | 10770 | .operands = &.{ |
| 9636 | 10771 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 9637 | 10772 | .{ .kind = .id_result, .quantifier = .required }, |
| 9638 | | .{ .kind = .id_scope, .quantifier = .required }, |
| 9639 | | .{ .kind = .group_operation, .quantifier = .required }, |
| 9640 | 10773 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9641 | 10774 | }, |
| 9642 | 10775 | }, |
| 9643 | 10776 | .{ |
| 9644 | | .name = "OpGroupSMinNonUniformAMD", |
| 9645 | | .opcode = 5004, |
| 10777 | .name = "OpHitObjectTraceRayMotionNV", |
| 10778 | .opcode = 5256, |
| 9646 | 10779 | .operands = &.{ |
| 9647 | | .{ .kind = .id_result_type, .quantifier = .required }, |
| 9648 | | .{ .kind = .id_result, .quantifier = .required }, |
| 9649 | | .{ .kind = .id_scope, .quantifier = .required }, |
| 9650 | | .{ .kind = .group_operation, .quantifier = .required }, |
| 10780 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10781 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10782 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10783 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10784 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10785 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10786 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10787 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10788 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10789 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10790 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10791 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9651 | 10792 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9652 | 10793 | }, |
| 9653 | 10794 | }, |
| 9654 | 10795 | .{ |
| 9655 | | .name = "OpGroupFMaxNonUniformAMD", |
| 9656 | | .opcode = 5005, |
| 10796 | .name = "OpHitObjectGetShaderRecordBufferHandleNV", |
| 10797 | .opcode = 5257, |
| 9657 | 10798 | .operands = &.{ |
| 9658 | 10799 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 9659 | 10800 | .{ .kind = .id_result, .quantifier = .required }, |
| 9660 | | .{ .kind = .id_scope, .quantifier = .required }, |
| 9661 | | .{ .kind = .group_operation, .quantifier = .required }, |
| 9662 | 10801 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9663 | 10802 | }, |
| 9664 | 10803 | }, |
| 9665 | 10804 | .{ |
| 9666 | | .name = "OpGroupUMaxNonUniformAMD", |
| 9667 | | .opcode = 5006, |
| 10805 | .name = "OpHitObjectGetShaderBindingTableRecordIndexNV", |
| 10806 | .opcode = 5258, |
| 9668 | 10807 | .operands = &.{ |
| 9669 | 10808 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 9670 | 10809 | .{ .kind = .id_result, .quantifier = .required }, |
| 9671 | | .{ .kind = .id_scope, .quantifier = .required }, |
| 9672 | | .{ .kind = .group_operation, .quantifier = .required }, |
| 9673 | 10810 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9674 | 10811 | }, |
| 9675 | 10812 | }, |
| 9676 | 10813 | .{ |
| 9677 | | .name = "OpGroupSMaxNonUniformAMD", |
| 9678 | | .opcode = 5007, |
| 10814 | .name = "OpHitObjectRecordEmptyNV", |
| 10815 | .opcode = 5259, |
| 9679 | 10816 | .operands = &.{ |
| 9680 | | .{ .kind = .id_result_type, .quantifier = .required }, |
| 9681 | | .{ .kind = .id_result, .quantifier = .required }, |
| 9682 | | .{ .kind = .id_scope, .quantifier = .required }, |
| 9683 | | .{ .kind = .group_operation, .quantifier = .required }, |
| 9684 | 10817 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9685 | 10818 | }, |
| 9686 | 10819 | }, |
| 9687 | 10820 | .{ |
| 9688 | | .name = "OpFragmentMaskFetchAMD", |
| 9689 | | .opcode = 5011, |
| 10821 | .name = "OpHitObjectTraceRayNV", |
| 10822 | .opcode = 5260, |
| 9690 | 10823 | .operands = &.{ |
| 9691 | | .{ .kind = .id_result_type, .quantifier = .required }, |
| 9692 | | .{ .kind = .id_result, .quantifier = .required }, |
| 9693 | 10824 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9694 | 10825 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9695 | | }, |
| 9696 | | }, |
| 9697 | | .{ |
| 9698 | | .name = "OpFragmentFetchAMD", |
| 9699 | | .opcode = 5012, |
| 9700 | | .operands = &.{ |
| 9701 | | .{ .kind = .id_result_type, .quantifier = .required }, |
| 9702 | | .{ .kind = .id_result, .quantifier = .required }, |
| 10826 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10827 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10828 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10829 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10830 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10831 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10832 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9703 | 10833 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9704 | 10834 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9705 | 10835 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9706 | 10836 | }, |
| 9707 | 10837 | }, |
| 9708 | 10838 | .{ |
| 9709 | | .name = "OpReadClockKHR", |
| 9710 | | .opcode = 5056, |
| 9711 | | .operands = &.{ |
| 9712 | | .{ .kind = .id_result_type, .quantifier = .required }, |
| 9713 | | .{ .kind = .id_result, .quantifier = .required }, |
| 9714 | | .{ .kind = .id_scope, .quantifier = .required }, |
| 9715 | | }, |
| 9716 | | }, |
| 9717 | | .{ |
| 9718 | | .name = "OpAllocateNodePayloadsAMDX", |
| 9719 | | .opcode = 5074, |
| 10839 | .name = "OpHitObjectRecordHitNV", |
| 10840 | .opcode = 5261, |
| 9720 | 10841 | .operands = &.{ |
| 9721 | | .{ .kind = .id_result_type, .quantifier = .required }, |
| 9722 | | .{ .kind = .id_result, .quantifier = .required }, |
| 9723 | | .{ .kind = .id_scope, .quantifier = .required }, |
| 10842 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10843 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10844 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10845 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10846 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10847 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10848 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10849 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10850 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10851 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10852 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9724 | 10853 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9725 | 10854 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9726 | 10855 | }, |
| 9727 | 10856 | }, |
| 9728 | 10857 | .{ |
| 9729 | | .name = "OpEnqueueNodePayloadsAMDX", |
| 9730 | | .opcode = 5075, |
| 10858 | .name = "OpHitObjectRecordHitWithIndexNV", |
| 10859 | .opcode = 5262, |
| 9731 | 10860 | .operands = &.{ |
| 9732 | 10861 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10862 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10863 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10864 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10865 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10866 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10867 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10868 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10869 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10870 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10871 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10872 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9733 | 10873 | }, |
| 9734 | 10874 | }, |
| 9735 | 10875 | .{ |
| 9736 | | .name = "OpTypeNodePayloadArrayAMDX", |
| 9737 | | .opcode = 5076, |
| 10876 | .name = "OpHitObjectRecordMissNV", |
| 10877 | .opcode = 5263, |
| 9738 | 10878 | .operands = &.{ |
| 9739 | | .{ .kind = .id_result, .quantifier = .required }, |
| 10879 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10880 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10881 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10882 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10883 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9740 | 10884 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9741 | 10885 | }, |
| 9742 | 10886 | }, |
| 9743 | 10887 | .{ |
| 9744 | | .name = "OpFinishWritingNodePayloadAMDX", |
| 9745 | | .opcode = 5078, |
| 10888 | .name = "OpHitObjectExecuteShaderNV", |
| 10889 | .opcode = 5264, |
| 9746 | 10890 | .operands = &.{ |
| 9747 | | .{ .kind = .id_result_type, .quantifier = .required }, |
| 9748 | | .{ .kind = .id_result, .quantifier = .required }, |
| 10891 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9749 | 10892 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9750 | 10893 | }, |
| 9751 | 10894 | }, |
| 9752 | 10895 | .{ |
| 9753 | | .name = "OpNodePayloadArrayLengthAMDX", |
| 9754 | | .opcode = 5090, |
| 10896 | .name = "OpHitObjectGetCurrentTimeNV", |
| 10897 | .opcode = 5265, |
| 9755 | 10898 | .operands = &.{ |
| 9756 | 10899 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 9757 | 10900 | .{ .kind = .id_result, .quantifier = .required }, |
| ... | ... | @@ -9759,34 +10902,25 @@ pub const InstructionSet = enum { |
| 9759 | 10902 | }, |
| 9760 | 10903 | }, |
| 9761 | 10904 | .{ |
| 9762 | | .name = "OpIsNodePayloadValidAMDX", |
| 9763 | | .opcode = 5101, |
| 10905 | .name = "OpHitObjectGetAttributesNV", |
| 10906 | .opcode = 5266, |
| 9764 | 10907 | .operands = &.{ |
| 9765 | | .{ .kind = .id_result_type, .quantifier = .required }, |
| 9766 | | .{ .kind = .id_result, .quantifier = .required }, |
| 9767 | 10908 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9768 | 10909 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9769 | 10910 | }, |
| 9770 | 10911 | }, |
| 9771 | 10912 | .{ |
| 9772 | | .name = "OpConstantStringAMDX", |
| 9773 | | .opcode = 5103, |
| 9774 | | .operands = &.{ |
| 9775 | | .{ .kind = .id_result, .quantifier = .required }, |
| 9776 | | .{ .kind = .literal_string, .quantifier = .required }, |
| 9777 | | }, |
| 9778 | | }, |
| 9779 | | .{ |
| 9780 | | .name = "OpSpecConstantStringAMDX", |
| 9781 | | .opcode = 5104, |
| 10913 | .name = "OpHitObjectGetHitKindNV", |
| 10914 | .opcode = 5267, |
| 9782 | 10915 | .operands = &.{ |
| 10916 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 9783 | 10917 | .{ .kind = .id_result, .quantifier = .required }, |
| 9784 | | .{ .kind = .literal_string, .quantifier = .required }, |
| 10918 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9785 | 10919 | }, |
| 9786 | 10920 | }, |
| 9787 | 10921 | .{ |
| 9788 | | .name = "OpGroupNonUniformQuadAllKHR", |
| 9789 | | .opcode = 5110, |
| 10922 | .name = "OpHitObjectGetPrimitiveIndexNV", |
| 10923 | .opcode = 5268, |
| 9790 | 10924 | .operands = &.{ |
| 9791 | 10925 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 9792 | 10926 | .{ .kind = .id_result, .quantifier = .required }, |
| ... | ... | @@ -9794,8 +10928,8 @@ pub const InstructionSet = enum { |
| 9794 | 10928 | }, |
| 9795 | 10929 | }, |
| 9796 | 10930 | .{ |
| 9797 | | .name = "OpGroupNonUniformQuadAnyKHR", |
| 9798 | | .opcode = 5111, |
| 10931 | .name = "OpHitObjectGetGeometryIndexNV", |
| 10932 | .opcode = 5269, |
| 9799 | 10933 | .operands = &.{ |
| 9800 | 10934 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 9801 | 10935 | .{ .kind = .id_result, .quantifier = .required }, |
| ... | ... | @@ -9803,60 +10937,35 @@ pub const InstructionSet = enum { |
| 9803 | 10937 | }, |
| 9804 | 10938 | }, |
| 9805 | 10939 | .{ |
| 9806 | | .name = "OpHitObjectRecordHitMotionNV", |
| 9807 | | .opcode = 5249, |
| 10940 | .name = "OpHitObjectGetInstanceIdNV", |
| 10941 | .opcode = 5270, |
| 9808 | 10942 | .operands = &.{ |
| 9809 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9810 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9811 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9812 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9813 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9814 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9815 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9816 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9817 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9818 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9819 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9820 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9821 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 10943 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 10944 | .{ .kind = .id_result, .quantifier = .required }, |
| 9822 | 10945 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9823 | 10946 | }, |
| 9824 | 10947 | }, |
| 9825 | 10948 | .{ |
| 9826 | | .name = "OpHitObjectRecordHitWithIndexMotionNV", |
| 9827 | | .opcode = 5250, |
| 9828 | | .operands = &.{ |
| 9829 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9830 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9831 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9832 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9833 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9834 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9835 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9836 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9837 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9838 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9839 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9840 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 10949 | .name = "OpHitObjectGetInstanceCustomIndexNV", |
| 10950 | .opcode = 5271, |
| 10951 | .operands = &.{ |
| 10952 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 10953 | .{ .kind = .id_result, .quantifier = .required }, |
| 9841 | 10954 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9842 | 10955 | }, |
| 9843 | 10956 | }, |
| 9844 | 10957 | .{ |
| 9845 | | .name = "OpHitObjectRecordMissMotionNV", |
| 9846 | | .opcode = 5251, |
| 10958 | .name = "OpHitObjectGetWorldRayDirectionNV", |
| 10959 | .opcode = 5272, |
| 9847 | 10960 | .operands = &.{ |
| 9848 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9849 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9850 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9851 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9852 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9853 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 10961 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 10962 | .{ .kind = .id_result, .quantifier = .required }, |
| 9854 | 10963 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9855 | 10964 | }, |
| 9856 | 10965 | }, |
| 9857 | 10966 | .{ |
| 9858 | | .name = "OpHitObjectGetWorldToObjectNV", |
| 9859 | | .opcode = 5252, |
| 10967 | .name = "OpHitObjectGetWorldRayOriginNV", |
| 10968 | .opcode = 5273, |
| 9860 | 10969 | .operands = &.{ |
| 9861 | 10970 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 9862 | 10971 | .{ .kind = .id_result, .quantifier = .required }, |
| ... | ... | @@ -9864,8 +10973,8 @@ pub const InstructionSet = enum { |
| 9864 | 10973 | }, |
| 9865 | 10974 | }, |
| 9866 | 10975 | .{ |
| 9867 | | .name = "OpHitObjectGetObjectToWorldNV", |
| 9868 | | .opcode = 5253, |
| 10976 | .name = "OpHitObjectGetRayTMaxNV", |
| 10977 | .opcode = 5274, |
| 9869 | 10978 | .operands = &.{ |
| 9870 | 10979 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 9871 | 10980 | .{ .kind = .id_result, .quantifier = .required }, |
| ... | ... | @@ -9873,8 +10982,8 @@ pub const InstructionSet = enum { |
| 9873 | 10982 | }, |
| 9874 | 10983 | }, |
| 9875 | 10984 | .{ |
| 9876 | | .name = "OpHitObjectGetObjectRayDirectionNV", |
| 9877 | | .opcode = 5254, |
| 10985 | .name = "OpHitObjectGetRayTMinNV", |
| 10986 | .opcode = 5275, |
| 9878 | 10987 | .operands = &.{ |
| 9879 | 10988 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 9880 | 10989 | .{ .kind = .id_result, .quantifier = .required }, |
| ... | ... | @@ -9882,8 +10991,8 @@ pub const InstructionSet = enum { |
| 9882 | 10991 | }, |
| 9883 | 10992 | }, |
| 9884 | 10993 | .{ |
| 9885 | | .name = "OpHitObjectGetObjectRayOriginNV", |
| 9886 | | .opcode = 5255, |
| 10994 | .name = "OpHitObjectIsEmptyNV", |
| 10995 | .opcode = 5276, |
| 9887 | 10996 | .operands = &.{ |
| 9888 | 10997 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 9889 | 10998 | .{ .kind = .id_result, .quantifier = .required }, |
| ... | ... | @@ -9891,53 +11000,75 @@ pub const InstructionSet = enum { |
| 9891 | 11000 | }, |
| 9892 | 11001 | }, |
| 9893 | 11002 | .{ |
| 9894 | | .name = "OpHitObjectTraceRayMotionNV", |
| 9895 | | .opcode = 5256, |
| 11003 | .name = "OpHitObjectIsHitNV", |
| 11004 | .opcode = 5277, |
| 9896 | 11005 | .operands = &.{ |
| 11006 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 11007 | .{ .kind = .id_result, .quantifier = .required }, |
| 9897 | 11008 | .{ .kind = .id_ref, .quantifier = .required }, |
| 11009 | }, |
| 11010 | }, |
| 11011 | .{ |
| 11012 | .name = "OpHitObjectIsMissNV", |
| 11013 | .opcode = 5278, |
| 11014 | .operands = &.{ |
| 11015 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 11016 | .{ .kind = .id_result, .quantifier = .required }, |
| 9898 | 11017 | .{ .kind = .id_ref, .quantifier = .required }, |
| 11018 | }, |
| 11019 | }, |
| 11020 | .{ |
| 11021 | .name = "OpReorderThreadWithHitObjectNV", |
| 11022 | .opcode = 5279, |
| 11023 | .operands = &.{ |
| 9899 | 11024 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9900 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9901 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9902 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9903 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9904 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9905 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9906 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9907 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 11025 | .{ .kind = .id_ref, .quantifier = .optional }, |
| 11026 | .{ .kind = .id_ref, .quantifier = .optional }, |
| 11027 | }, |
| 11028 | }, |
| 11029 | .{ |
| 11030 | .name = "OpReorderThreadWithHintNV", |
| 11031 | .opcode = 5280, |
| 11032 | .operands = &.{ |
| 9908 | 11033 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9909 | 11034 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9910 | 11035 | }, |
| 9911 | 11036 | }, |
| 9912 | 11037 | .{ |
| 9913 | | .name = "OpHitObjectGetShaderRecordBufferHandleNV", |
| 9914 | | .opcode = 5257, |
| 11038 | .name = "OpTypeHitObjectNV", |
| 11039 | .opcode = 5281, |
| 9915 | 11040 | .operands = &.{ |
| 9916 | | .{ .kind = .id_result_type, .quantifier = .required }, |
| 9917 | 11041 | .{ .kind = .id_result, .quantifier = .required }, |
| 9918 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9919 | 11042 | }, |
| 9920 | 11043 | }, |
| 9921 | 11044 | .{ |
| 9922 | | .name = "OpHitObjectGetShaderBindingTableRecordIndexNV", |
| 9923 | | .opcode = 5258, |
| 11045 | .name = "OpImageSampleFootprintNV", |
| 11046 | .opcode = 5283, |
| 9924 | 11047 | .operands = &.{ |
| 9925 | 11048 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 9926 | 11049 | .{ .kind = .id_result, .quantifier = .required }, |
| 9927 | 11050 | .{ .kind = .id_ref, .quantifier = .required }, |
| 11051 | .{ .kind = .id_ref, .quantifier = .required }, |
| 11052 | .{ .kind = .id_ref, .quantifier = .required }, |
| 11053 | .{ .kind = .id_ref, .quantifier = .required }, |
| 11054 | .{ .kind = .image_operands, .quantifier = .optional }, |
| 9928 | 11055 | }, |
| 9929 | 11056 | }, |
| 9930 | 11057 | .{ |
| 9931 | | .name = "OpHitObjectRecordEmptyNV", |
| 9932 | | .opcode = 5259, |
| 11058 | .name = "OpTypeVectorIdEXT", |
| 11059 | .opcode = 5288, |
| 9933 | 11060 | .operands = &.{ |
| 11061 | .{ .kind = .id_result, .quantifier = .required }, |
| 11062 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9934 | 11063 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9935 | 11064 | }, |
| 9936 | 11065 | }, |
| 9937 | 11066 | .{ |
| 9938 | | .name = "OpHitObjectTraceRayNV", |
| 9939 | | .opcode = 5260, |
| 11067 | .name = "OpCooperativeVectorMatrixMulNV", |
| 11068 | .opcode = 5289, |
| 9940 | 11069 | .operands = &.{ |
| 11070 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 11071 | .{ .kind = .id_result, .quantifier = .required }, |
| 9941 | 11072 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9942 | 11073 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9943 | 11074 | .{ .kind = .id_ref, .quantifier = .required }, |
| ... | ... | @@ -9947,14 +11078,13 @@ pub const InstructionSet = enum { |
| 9947 | 11078 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9948 | 11079 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9949 | 11080 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9950 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9951 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9952 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 11081 | .{ .kind = .id_ref, .quantifier = .optional }, |
| 11082 | .{ .kind = .cooperative_matrix_operands, .quantifier = .optional }, |
| 9953 | 11083 | }, |
| 9954 | 11084 | }, |
| 9955 | 11085 | .{ |
| 9956 | | .name = "OpHitObjectRecordHitNV", |
| 9957 | | .opcode = 5261, |
| 11086 | .name = "OpCooperativeVectorOuterProductAccumulateNV", |
| 11087 | .opcode = 5290, |
| 9958 | 11088 | .operands = &.{ |
| 9959 | 11089 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9960 | 11090 | .{ .kind = .id_ref, .quantifier = .required }, |
| ... | ... | @@ -9962,19 +11092,24 @@ pub const InstructionSet = enum { |
| 9962 | 11092 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9963 | 11093 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9964 | 11094 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9965 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9966 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9967 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 9968 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 11095 | .{ .kind = .id_ref, .quantifier = .optional }, |
| 11096 | }, |
| 11097 | }, |
| 11098 | .{ |
| 11099 | .name = "OpCooperativeVectorReduceSumAccumulateNV", |
| 11100 | .opcode = 5291, |
| 11101 | .operands = &.{ |
| 9969 | 11102 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9970 | 11103 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9971 | 11104 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9972 | 11105 | }, |
| 9973 | 11106 | }, |
| 9974 | 11107 | .{ |
| 9975 | | .name = "OpHitObjectRecordHitWithIndexNV", |
| 9976 | | .opcode = 5262, |
| 11108 | .name = "OpCooperativeVectorMatrixMulAddNV", |
| 11109 | .opcode = 5292, |
| 9977 | 11110 | .operands = &.{ |
| 11111 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 11112 | .{ .kind = .id_result, .quantifier = .required }, |
| 9978 | 11113 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9979 | 11114 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9980 | 11115 | .{ .kind = .id_ref, .quantifier = .required }, |
| ... | ... | @@ -9987,31 +11122,40 @@ pub const InstructionSet = enum { |
| 9987 | 11122 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9988 | 11123 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9989 | 11124 | .{ .kind = .id_ref, .quantifier = .required }, |
| 11125 | .{ .kind = .id_ref, .quantifier = .optional }, |
| 11126 | .{ .kind = .cooperative_matrix_operands, .quantifier = .optional }, |
| 9990 | 11127 | }, |
| 9991 | 11128 | }, |
| 9992 | 11129 | .{ |
| 9993 | | .name = "OpHitObjectRecordMissNV", |
| 9994 | | .opcode = 5263, |
| 11130 | .name = "OpCooperativeMatrixConvertNV", |
| 11131 | .opcode = 5293, |
| 9995 | 11132 | .operands = &.{ |
| 11133 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 11134 | .{ .kind = .id_result, .quantifier = .required }, |
| 9996 | 11135 | .{ .kind = .id_ref, .quantifier = .required }, |
| 11136 | }, |
| 11137 | }, |
| 11138 | .{ |
| 11139 | .name = "OpEmitMeshTasksEXT", |
| 11140 | .opcode = 5294, |
| 11141 | .operands = &.{ |
| 9997 | 11142 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9998 | 11143 | .{ .kind = .id_ref, .quantifier = .required }, |
| 9999 | 11144 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10000 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 10001 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 11145 | .{ .kind = .id_ref, .quantifier = .optional }, |
| 10002 | 11146 | }, |
| 10003 | 11147 | }, |
| 10004 | 11148 | .{ |
| 10005 | | .name = "OpHitObjectExecuteShaderNV", |
| 10006 | | .opcode = 5264, |
| 11149 | .name = "OpSetMeshOutputsEXT", |
| 11150 | .opcode = 5295, |
| 10007 | 11151 | .operands = &.{ |
| 10008 | 11152 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10009 | 11153 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10010 | 11154 | }, |
| 10011 | 11155 | }, |
| 10012 | 11156 | .{ |
| 10013 | | .name = "OpHitObjectGetCurrentTimeNV", |
| 10014 | | .opcode = 5265, |
| 11157 | .name = "OpGroupNonUniformPartitionEXT", |
| 11158 | .opcode = 5296, |
| 10015 | 11159 | .operands = &.{ |
| 10016 | 11160 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 10017 | 11161 | .{ .kind = .id_result, .quantifier = .required }, |
| ... | ... | @@ -10019,88 +11163,100 @@ pub const InstructionSet = enum { |
| 10019 | 11163 | }, |
| 10020 | 11164 | }, |
| 10021 | 11165 | .{ |
| 10022 | | .name = "OpHitObjectGetAttributesNV", |
| 10023 | | .opcode = 5266, |
| 11166 | .name = "OpWritePackedPrimitiveIndices4x8NV", |
| 11167 | .opcode = 5299, |
| 10024 | 11168 | .operands = &.{ |
| 10025 | 11169 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10026 | 11170 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10027 | 11171 | }, |
| 10028 | 11172 | }, |
| 10029 | 11173 | .{ |
| 10030 | | .name = "OpHitObjectGetHitKindNV", |
| 10031 | | .opcode = 5267, |
| 11174 | .name = "OpFetchMicroTriangleVertexPositionNV", |
| 11175 | .opcode = 5300, |
| 10032 | 11176 | .operands = &.{ |
| 10033 | 11177 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 10034 | 11178 | .{ .kind = .id_result, .quantifier = .required }, |
| 10035 | 11179 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10036 | | }, |
| 10037 | | }, |
| 10038 | | .{ |
| 10039 | | .name = "OpHitObjectGetPrimitiveIndexNV", |
| 10040 | | .opcode = 5268, |
| 10041 | | .operands = &.{ |
| 10042 | | .{ .kind = .id_result_type, .quantifier = .required }, |
| 10043 | | .{ .kind = .id_result, .quantifier = .required }, |
| 11180 | .{ .kind = .id_ref, .quantifier = .required }, |
| 11181 | .{ .kind = .id_ref, .quantifier = .required }, |
| 11182 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10044 | 11183 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10045 | 11184 | }, |
| 10046 | 11185 | }, |
| 10047 | 11186 | .{ |
| 10048 | | .name = "OpHitObjectGetGeometryIndexNV", |
| 10049 | | .opcode = 5269, |
| 11187 | .name = "OpFetchMicroTriangleVertexBarycentricNV", |
| 11188 | .opcode = 5301, |
| 10050 | 11189 | .operands = &.{ |
| 10051 | 11190 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 10052 | 11191 | .{ .kind = .id_result, .quantifier = .required }, |
| 10053 | 11192 | .{ .kind = .id_ref, .quantifier = .required }, |
| 11193 | .{ .kind = .id_ref, .quantifier = .required }, |
| 11194 | .{ .kind = .id_ref, .quantifier = .required }, |
| 11195 | .{ .kind = .id_ref, .quantifier = .required }, |
| 11196 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10054 | 11197 | }, |
| 10055 | 11198 | }, |
| 10056 | 11199 | .{ |
| 10057 | | .name = "OpHitObjectGetInstanceIdNV", |
| 10058 | | .opcode = 5270, |
| 11200 | .name = "OpCooperativeVectorLoadNV", |
| 11201 | .opcode = 5302, |
| 10059 | 11202 | .operands = &.{ |
| 10060 | 11203 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 10061 | 11204 | .{ .kind = .id_result, .quantifier = .required }, |
| 10062 | 11205 | .{ .kind = .id_ref, .quantifier = .required }, |
| 11206 | .{ .kind = .id_ref, .quantifier = .required }, |
| 11207 | .{ .kind = .memory_access, .quantifier = .optional }, |
| 10063 | 11208 | }, |
| 10064 | 11209 | }, |
| 10065 | 11210 | .{ |
| 10066 | | .name = "OpHitObjectGetInstanceCustomIndexNV", |
| 10067 | | .opcode = 5271, |
| 11211 | .name = "OpCooperativeVectorStoreNV", |
| 11212 | .opcode = 5303, |
| 10068 | 11213 | .operands = &.{ |
| 10069 | | .{ .kind = .id_result_type, .quantifier = .required }, |
| 10070 | | .{ .kind = .id_result, .quantifier = .required }, |
| 10071 | 11214 | .{ .kind = .id_ref, .quantifier = .required }, |
| 11215 | .{ .kind = .id_ref, .quantifier = .required }, |
| 11216 | .{ .kind = .id_ref, .quantifier = .required }, |
| 11217 | .{ .kind = .memory_access, .quantifier = .optional }, |
| 10072 | 11218 | }, |
| 10073 | 11219 | }, |
| 10074 | 11220 | .{ |
| 10075 | | .name = "OpHitObjectGetWorldRayDirectionNV", |
| 10076 | | .opcode = 5272, |
| 11221 | .name = "OpHitObjectRecordFromQueryEXT", |
| 11222 | .opcode = 5304, |
| 10077 | 11223 | .operands = &.{ |
| 10078 | | .{ .kind = .id_result_type, .quantifier = .required }, |
| 10079 | | .{ .kind = .id_result, .quantifier = .required }, |
| 11224 | .{ .kind = .id_ref, .quantifier = .required }, |
| 11225 | .{ .kind = .id_ref, .quantifier = .required }, |
| 11226 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10080 | 11227 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10081 | 11228 | }, |
| 10082 | 11229 | }, |
| 10083 | 11230 | .{ |
| 10084 | | .name = "OpHitObjectGetWorldRayOriginNV", |
| 10085 | | .opcode = 5273, |
| 11231 | .name = "OpHitObjectRecordMissEXT", |
| 11232 | .opcode = 5305, |
| 10086 | 11233 | .operands = &.{ |
| 10087 | | .{ .kind = .id_result_type, .quantifier = .required }, |
| 10088 | | .{ .kind = .id_result, .quantifier = .required }, |
| 11234 | .{ .kind = .id_ref, .quantifier = .required }, |
| 11235 | .{ .kind = .id_ref, .quantifier = .required }, |
| 11236 | .{ .kind = .id_ref, .quantifier = .required }, |
| 11237 | .{ .kind = .id_ref, .quantifier = .required }, |
| 11238 | .{ .kind = .id_ref, .quantifier = .required }, |
| 11239 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10089 | 11240 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10090 | 11241 | }, |
| 10091 | 11242 | }, |
| 10092 | 11243 | .{ |
| 10093 | | .name = "OpHitObjectGetRayTMaxNV", |
| 10094 | | .opcode = 5274, |
| 11244 | .name = "OpHitObjectRecordMissMotionEXT", |
| 11245 | .opcode = 5306, |
| 10095 | 11246 | .operands = &.{ |
| 10096 | | .{ .kind = .id_result_type, .quantifier = .required }, |
| 10097 | | .{ .kind = .id_result, .quantifier = .required }, |
| 11247 | .{ .kind = .id_ref, .quantifier = .required }, |
| 11248 | .{ .kind = .id_ref, .quantifier = .required }, |
| 11249 | .{ .kind = .id_ref, .quantifier = .required }, |
| 11250 | .{ .kind = .id_ref, .quantifier = .required }, |
| 11251 | .{ .kind = .id_ref, .quantifier = .required }, |
| 11252 | .{ .kind = .id_ref, .quantifier = .required }, |
| 11253 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10098 | 11254 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10099 | 11255 | }, |
| 10100 | 11256 | }, |
| 10101 | 11257 | .{ |
| 10102 | | .name = "OpHitObjectGetRayTMinNV", |
| 10103 | | .opcode = 5275, |
| 11258 | .name = "OpHitObjectGetIntersectionTriangleVertexPositionsEXT", |
| 11259 | .opcode = 5307, |
| 10104 | 11260 | .operands = &.{ |
| 10105 | 11261 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 10106 | 11262 | .{ .kind = .id_result, .quantifier = .required }, |
| ... | ... | @@ -10108,8 +11264,8 @@ pub const InstructionSet = enum { |
| 10108 | 11264 | }, |
| 10109 | 11265 | }, |
| 10110 | 11266 | .{ |
| 10111 | | .name = "OpHitObjectIsEmptyNV", |
| 10112 | | .opcode = 5276, |
| 11267 | .name = "OpHitObjectGetRayFlagsEXT", |
| 11268 | .opcode = 5308, |
| 10113 | 11269 | .operands = &.{ |
| 10114 | 11270 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 10115 | 11271 | .{ .kind = .id_result, .quantifier = .required }, |
| ... | ... | @@ -10117,75 +11273,92 @@ pub const InstructionSet = enum { |
| 10117 | 11273 | }, |
| 10118 | 11274 | }, |
| 10119 | 11275 | .{ |
| 10120 | | .name = "OpHitObjectIsHitNV", |
| 10121 | | .opcode = 5277, |
| 11276 | .name = "OpHitObjectSetShaderBindingTableRecordIndexEXT", |
| 11277 | .opcode = 5309, |
| 10122 | 11278 | .operands = &.{ |
| 10123 | | .{ .kind = .id_result_type, .quantifier = .required }, |
| 10124 | | .{ .kind = .id_result, .quantifier = .required }, |
| 11279 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10125 | 11280 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10126 | 11281 | }, |
| 10127 | 11282 | }, |
| 10128 | 11283 | .{ |
| 10129 | | .name = "OpHitObjectIsMissNV", |
| 10130 | | .opcode = 5278, |
| 11284 | .name = "OpHitObjectReorderExecuteShaderEXT", |
| 11285 | .opcode = 5310, |
| 10131 | 11286 | .operands = &.{ |
| 10132 | | .{ .kind = .id_result_type, .quantifier = .required }, |
| 10133 | | .{ .kind = .id_result, .quantifier = .required }, |
| 10134 | 11287 | .{ .kind = .id_ref, .quantifier = .required }, |
| 11288 | .{ .kind = .id_ref, .quantifier = .required }, |
| 11289 | .{ .kind = .id_ref, .quantifier = .optional }, |
| 11290 | .{ .kind = .id_ref, .quantifier = .optional }, |
| 10135 | 11291 | }, |
| 10136 | 11292 | }, |
| 10137 | 11293 | .{ |
| 10138 | | .name = "OpReorderThreadWithHitObjectNV", |
| 10139 | | .opcode = 5279, |
| 11294 | .name = "OpHitObjectTraceReorderExecuteEXT", |
| 11295 | .opcode = 5311, |
| 10140 | 11296 | .operands = &.{ |
| 11297 | .{ .kind = .id_ref, .quantifier = .required }, |
| 11298 | .{ .kind = .id_ref, .quantifier = .required }, |
| 11299 | .{ .kind = .id_ref, .quantifier = .required }, |
| 11300 | .{ .kind = .id_ref, .quantifier = .required }, |
| 11301 | .{ .kind = .id_ref, .quantifier = .required }, |
| 11302 | .{ .kind = .id_ref, .quantifier = .required }, |
| 11303 | .{ .kind = .id_ref, .quantifier = .required }, |
| 11304 | .{ .kind = .id_ref, .quantifier = .required }, |
| 11305 | .{ .kind = .id_ref, .quantifier = .required }, |
| 11306 | .{ .kind = .id_ref, .quantifier = .required }, |
| 11307 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10141 | 11308 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10142 | 11309 | .{ .kind = .id_ref, .quantifier = .optional }, |
| 10143 | 11310 | .{ .kind = .id_ref, .quantifier = .optional }, |
| 10144 | 11311 | }, |
| 10145 | 11312 | }, |
| 10146 | 11313 | .{ |
| 10147 | | .name = "OpReorderThreadWithHintNV", |
| 10148 | | .opcode = 5280, |
| 11314 | .name = "OpHitObjectTraceMotionReorderExecuteEXT", |
| 11315 | .opcode = 5312, |
| 10149 | 11316 | .operands = &.{ |
| 10150 | 11317 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10151 | 11318 | .{ .kind = .id_ref, .quantifier = .required }, |
| 11319 | .{ .kind = .id_ref, .quantifier = .required }, |
| 11320 | .{ .kind = .id_ref, .quantifier = .required }, |
| 11321 | .{ .kind = .id_ref, .quantifier = .required }, |
| 11322 | .{ .kind = .id_ref, .quantifier = .required }, |
| 11323 | .{ .kind = .id_ref, .quantifier = .required }, |
| 11324 | .{ .kind = .id_ref, .quantifier = .required }, |
| 11325 | .{ .kind = .id_ref, .quantifier = .required }, |
| 11326 | .{ .kind = .id_ref, .quantifier = .required }, |
| 11327 | .{ .kind = .id_ref, .quantifier = .required }, |
| 11328 | .{ .kind = .id_ref, .quantifier = .required }, |
| 11329 | .{ .kind = .id_ref, .quantifier = .required }, |
| 11330 | .{ .kind = .id_ref, .quantifier = .optional }, |
| 11331 | .{ .kind = .id_ref, .quantifier = .optional }, |
| 10152 | 11332 | }, |
| 10153 | 11333 | }, |
| 10154 | 11334 | .{ |
| 10155 | | .name = "OpTypeHitObjectNV", |
| 10156 | | .opcode = 5281, |
| 11335 | .name = "OpTypeHitObjectEXT", |
| 11336 | .opcode = 5313, |
| 10157 | 11337 | .operands = &.{ |
| 10158 | 11338 | .{ .kind = .id_result, .quantifier = .required }, |
| 10159 | 11339 | }, |
| 10160 | 11340 | }, |
| 10161 | 11341 | .{ |
| 10162 | | .name = "OpImageSampleFootprintNV", |
| 10163 | | .opcode = 5283, |
| 11342 | .name = "OpReorderThreadWithHintEXT", |
| 11343 | .opcode = 5314, |
| 10164 | 11344 | .operands = &.{ |
| 10165 | | .{ .kind = .id_result_type, .quantifier = .required }, |
| 10166 | | .{ .kind = .id_result, .quantifier = .required }, |
| 10167 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 10168 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 10169 | 11345 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10170 | 11346 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10171 | | .{ .kind = .image_operands, .quantifier = .optional }, |
| 10172 | 11347 | }, |
| 10173 | 11348 | }, |
| 10174 | 11349 | .{ |
| 10175 | | .name = "OpTypeCooperativeVectorNV", |
| 10176 | | .opcode = 5288, |
| 11350 | .name = "OpReorderThreadWithHitObjectEXT", |
| 11351 | .opcode = 5315, |
| 10177 | 11352 | .operands = &.{ |
| 10178 | | .{ .kind = .id_result, .quantifier = .required }, |
| 10179 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 10180 | 11353 | .{ .kind = .id_ref, .quantifier = .required }, |
| 11354 | .{ .kind = .id_ref, .quantifier = .optional }, |
| 11355 | .{ .kind = .id_ref, .quantifier = .optional }, |
| 10181 | 11356 | }, |
| 10182 | 11357 | }, |
| 10183 | 11358 | .{ |
| 10184 | | .name = "OpCooperativeVectorMatrixMulNV", |
| 10185 | | .opcode = 5289, |
| 11359 | .name = "OpHitObjectTraceRayEXT", |
| 11360 | .opcode = 5316, |
| 10186 | 11361 | .operands = &.{ |
| 10187 | | .{ .kind = .id_result_type, .quantifier = .required }, |
| 10188 | | .{ .kind = .id_result, .quantifier = .required }, |
| 10189 | 11362 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10190 | 11363 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10191 | 11364 | .{ .kind = .id_ref, .quantifier = .required }, |
| ... | ... | @@ -10195,13 +11368,14 @@ pub const InstructionSet = enum { |
| 10195 | 11368 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10196 | 11369 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10197 | 11370 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10198 | | .{ .kind = .id_ref, .quantifier = .optional }, |
| 10199 | | .{ .kind = .cooperative_matrix_operands, .quantifier = .optional }, |
| 11371 | .{ .kind = .id_ref, .quantifier = .required }, |
| 11372 | .{ .kind = .id_ref, .quantifier = .required }, |
| 11373 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10200 | 11374 | }, |
| 10201 | 11375 | }, |
| 10202 | 11376 | .{ |
| 10203 | | .name = "OpCooperativeVectorOuterProductAccumulateNV", |
| 10204 | | .opcode = 5290, |
| 11377 | .name = "OpHitObjectTraceRayMotionEXT", |
| 11378 | .opcode = 5317, |
| 10205 | 11379 | .operands = &.{ |
| 10206 | 11380 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10207 | 11381 | .{ .kind = .id_ref, .quantifier = .required }, |
| ... | ... | @@ -10209,43 +11383,50 @@ pub const InstructionSet = enum { |
| 10209 | 11383 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10210 | 11384 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10211 | 11385 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10212 | | .{ .kind = .id_ref, .quantifier = .optional }, |
| 11386 | .{ .kind = .id_ref, .quantifier = .required }, |
| 11387 | .{ .kind = .id_ref, .quantifier = .required }, |
| 11388 | .{ .kind = .id_ref, .quantifier = .required }, |
| 11389 | .{ .kind = .id_ref, .quantifier = .required }, |
| 11390 | .{ .kind = .id_ref, .quantifier = .required }, |
| 11391 | .{ .kind = .id_ref, .quantifier = .required }, |
| 11392 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10213 | 11393 | }, |
| 10214 | 11394 | }, |
| 10215 | 11395 | .{ |
| 10216 | | .name = "OpCooperativeVectorReduceSumAccumulateNV", |
| 10217 | | .opcode = 5291, |
| 11396 | .name = "OpHitObjectRecordEmptyEXT", |
| 11397 | .opcode = 5318, |
| 10218 | 11398 | .operands = &.{ |
| 10219 | 11399 | .{ .kind = .id_ref, .quantifier = .required }, |
| 11400 | }, |
| 11401 | }, |
| 11402 | .{ |
| 11403 | .name = "OpHitObjectExecuteShaderEXT", |
| 11404 | .opcode = 5319, |
| 11405 | .operands = &.{ |
| 10220 | 11406 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10221 | 11407 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10222 | 11408 | }, |
| 10223 | 11409 | }, |
| 10224 | 11410 | .{ |
| 10225 | | .name = "OpCooperativeVectorMatrixMulAddNV", |
| 10226 | | .opcode = 5292, |
| 11411 | .name = "OpHitObjectGetCurrentTimeEXT", |
| 11412 | .opcode = 5320, |
| 10227 | 11413 | .operands = &.{ |
| 10228 | 11414 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 10229 | 11415 | .{ .kind = .id_result, .quantifier = .required }, |
| 10230 | 11416 | .{ .kind = .id_ref, .quantifier = .required }, |
| 11417 | }, |
| 11418 | }, |
| 11419 | .{ |
| 11420 | .name = "OpHitObjectGetAttributesEXT", |
| 11421 | .opcode = 5321, |
| 11422 | .operands = &.{ |
| 10231 | 11423 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10232 | 11424 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10233 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 10234 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 10235 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 10236 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 10237 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 10238 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 10239 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 10240 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 10241 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 10242 | | .{ .kind = .id_ref, .quantifier = .optional }, |
| 10243 | | .{ .kind = .cooperative_matrix_operands, .quantifier = .optional }, |
| 10244 | 11425 | }, |
| 10245 | 11426 | }, |
| 10246 | 11427 | .{ |
| 10247 | | .name = "OpCooperativeMatrixConvertNV", |
| 10248 | | .opcode = 5293, |
| 11428 | .name = "OpHitObjectGetHitKindEXT", |
| 11429 | .opcode = 5322, |
| 10249 | 11430 | .operands = &.{ |
| 10250 | 11431 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 10251 | 11432 | .{ .kind = .id_result, .quantifier = .required }, |
| ... | ... | @@ -10253,26 +11434,26 @@ pub const InstructionSet = enum { |
| 10253 | 11434 | }, |
| 10254 | 11435 | }, |
| 10255 | 11436 | .{ |
| 10256 | | .name = "OpEmitMeshTasksEXT", |
| 10257 | | .opcode = 5294, |
| 11437 | .name = "OpHitObjectGetPrimitiveIndexEXT", |
| 11438 | .opcode = 5323, |
| 10258 | 11439 | .operands = &.{ |
| 11440 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 11441 | .{ .kind = .id_result, .quantifier = .required }, |
| 10259 | 11442 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10260 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 10261 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 10262 | | .{ .kind = .id_ref, .quantifier = .optional }, |
| 10263 | 11443 | }, |
| 10264 | 11444 | }, |
| 10265 | 11445 | .{ |
| 10266 | | .name = "OpSetMeshOutputsEXT", |
| 10267 | | .opcode = 5295, |
| 11446 | .name = "OpHitObjectGetGeometryIndexEXT", |
| 11447 | .opcode = 5324, |
| 10268 | 11448 | .operands = &.{ |
| 10269 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 11449 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 11450 | .{ .kind = .id_result, .quantifier = .required }, |
| 10270 | 11451 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10271 | 11452 | }, |
| 10272 | 11453 | }, |
| 10273 | 11454 | .{ |
| 10274 | | .name = "OpGroupNonUniformPartitionNV", |
| 10275 | | .opcode = 5296, |
| 11455 | .name = "OpHitObjectGetInstanceIdEXT", |
| 11456 | .opcode = 5325, |
| 10276 | 11457 | .operands = &.{ |
| 10277 | 11458 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 10278 | 11459 | .{ .kind = .id_result, .quantifier = .required }, |
| ... | ... | @@ -10280,58 +11461,75 @@ pub const InstructionSet = enum { |
| 10280 | 11461 | }, |
| 10281 | 11462 | }, |
| 10282 | 11463 | .{ |
| 10283 | | .name = "OpWritePackedPrimitiveIndices4x8NV", |
| 10284 | | .opcode = 5299, |
| 11464 | .name = "OpHitObjectGetInstanceCustomIndexEXT", |
| 11465 | .opcode = 5326, |
| 10285 | 11466 | .operands = &.{ |
| 10286 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 11467 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 11468 | .{ .kind = .id_result, .quantifier = .required }, |
| 10287 | 11469 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10288 | 11470 | }, |
| 10289 | 11471 | }, |
| 10290 | 11472 | .{ |
| 10291 | | .name = "OpFetchMicroTriangleVertexPositionNV", |
| 10292 | | .opcode = 5300, |
| 11473 | .name = "OpHitObjectGetObjectRayOriginEXT", |
| 11474 | .opcode = 5327, |
| 10293 | 11475 | .operands = &.{ |
| 10294 | 11476 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 10295 | 11477 | .{ .kind = .id_result, .quantifier = .required }, |
| 10296 | 11478 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10297 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 10298 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 10299 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 10300 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 10301 | 11479 | }, |
| 10302 | 11480 | }, |
| 10303 | 11481 | .{ |
| 10304 | | .name = "OpFetchMicroTriangleVertexBarycentricNV", |
| 10305 | | .opcode = 5301, |
| 11482 | .name = "OpHitObjectGetObjectRayDirectionEXT", |
| 11483 | .opcode = 5328, |
| 10306 | 11484 | .operands = &.{ |
| 10307 | 11485 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 10308 | 11486 | .{ .kind = .id_result, .quantifier = .required }, |
| 10309 | 11487 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10310 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 10311 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 10312 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 10313 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 10314 | 11488 | }, |
| 10315 | 11489 | }, |
| 10316 | 11490 | .{ |
| 10317 | | .name = "OpCooperativeVectorLoadNV", |
| 10318 | | .opcode = 5302, |
| 11491 | .name = "OpHitObjectGetWorldRayDirectionEXT", |
| 11492 | .opcode = 5329, |
| 10319 | 11493 | .operands = &.{ |
| 10320 | 11494 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 10321 | 11495 | .{ .kind = .id_result, .quantifier = .required }, |
| 10322 | 11496 | .{ .kind = .id_ref, .quantifier = .required }, |
| 11497 | }, |
| 11498 | }, |
| 11499 | .{ |
| 11500 | .name = "OpHitObjectGetWorldRayOriginEXT", |
| 11501 | .opcode = 5330, |
| 11502 | .operands = &.{ |
| 11503 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 11504 | .{ .kind = .id_result, .quantifier = .required }, |
| 10323 | 11505 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10324 | | .{ .kind = .memory_access, .quantifier = .optional }, |
| 10325 | 11506 | }, |
| 10326 | 11507 | }, |
| 10327 | 11508 | .{ |
| 10328 | | .name = "OpCooperativeVectorStoreNV", |
| 10329 | | .opcode = 5303, |
| 11509 | .name = "OpHitObjectGetObjectToWorldEXT", |
| 11510 | .opcode = 5331, |
| 10330 | 11511 | .operands = &.{ |
| 11512 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 11513 | .{ .kind = .id_result, .quantifier = .required }, |
| 10331 | 11514 | .{ .kind = .id_ref, .quantifier = .required }, |
| 11515 | }, |
| 11516 | }, |
| 11517 | .{ |
| 11518 | .name = "OpHitObjectGetWorldToObjectEXT", |
| 11519 | .opcode = 5332, |
| 11520 | .operands = &.{ |
| 11521 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 11522 | .{ .kind = .id_result, .quantifier = .required }, |
| 10332 | 11523 | .{ .kind = .id_ref, .quantifier = .required }, |
| 11524 | }, |
| 11525 | }, |
| 11526 | .{ |
| 11527 | .name = "OpHitObjectGetRayTMaxEXT", |
| 11528 | .opcode = 5333, |
| 11529 | .operands = &.{ |
| 11530 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 11531 | .{ .kind = .id_result, .quantifier = .required }, |
| 10333 | 11532 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10334 | | .{ .kind = .memory_access, .quantifier = .optional }, |
| 10335 | 11533 | }, |
| 10336 | 11534 | }, |
| 10337 | 11535 | .{ |
| ... | ... | @@ -10433,7 +11631,7 @@ pub const InstructionSet = enum { |
| 10433 | 11631 | }, |
| 10434 | 11632 | }, |
| 10435 | 11633 | .{ |
| 10436 | | .name = "OpRayQueryGetClusterIdNV", |
| 11634 | .name = "OpRayQueryGetIntersectionClusterIdNV", |
| 10437 | 11635 | .opcode = 5345, |
| 10438 | 11636 | .operands = &.{ |
| 10439 | 11637 | .{ .kind = .id_result_type, .quantifier = .required }, |
| ... | ... | @@ -10451,6 +11649,60 @@ pub const InstructionSet = enum { |
| 10451 | 11649 | .{ .kind = .id_ref, .quantifier = .required }, |
| 10452 | 11650 | }, |
| 10453 | 11651 | }, |
| 11652 | .{ |
| 11653 | .name = "OpHitObjectGetRayTMinEXT", |
| 11654 | .opcode = 5347, |
| 11655 | .operands = &.{ |
| 11656 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 11657 | .{ .kind = .id_result, .quantifier = .required }, |
| 11658 | .{ .kind = .id_ref, .quantifier = .required }, |
| 11659 | }, |
| 11660 | }, |
| 11661 | .{ |
| 11662 | .name = "OpHitObjectGetShaderBindingTableRecordIndexEXT", |
| 11663 | .opcode = 5348, |
| 11664 | .operands = &.{ |
| 11665 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 11666 | .{ .kind = .id_result, .quantifier = .required }, |
| 11667 | .{ .kind = .id_ref, .quantifier = .required }, |
| 11668 | }, |
| 11669 | }, |
| 11670 | .{ |
| 11671 | .name = "OpHitObjectGetShaderRecordBufferHandleEXT", |
| 11672 | .opcode = 5349, |
| 11673 | .operands = &.{ |
| 11674 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 11675 | .{ .kind = .id_result, .quantifier = .required }, |
| 11676 | .{ .kind = .id_ref, .quantifier = .required }, |
| 11677 | }, |
| 11678 | }, |
| 11679 | .{ |
| 11680 | .name = "OpHitObjectIsEmptyEXT", |
| 11681 | .opcode = 5350, |
| 11682 | .operands = &.{ |
| 11683 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 11684 | .{ .kind = .id_result, .quantifier = .required }, |
| 11685 | .{ .kind = .id_ref, .quantifier = .required }, |
| 11686 | }, |
| 11687 | }, |
| 11688 | .{ |
| 11689 | .name = "OpHitObjectIsHitEXT", |
| 11690 | .opcode = 5351, |
| 11691 | .operands = &.{ |
| 11692 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 11693 | .{ .kind = .id_result, .quantifier = .required }, |
| 11694 | .{ .kind = .id_ref, .quantifier = .required }, |
| 11695 | }, |
| 11696 | }, |
| 11697 | .{ |
| 11698 | .name = "OpHitObjectIsMissEXT", |
| 11699 | .opcode = 5352, |
| 11700 | .operands = &.{ |
| 11701 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 11702 | .{ .kind = .id_result, .quantifier = .required }, |
| 11703 | .{ .kind = .id_ref, .quantifier = .required }, |
| 11704 | }, |
| 11705 | }, |
| 10454 | 11706 | .{ |
| 10455 | 11707 | .name = "OpTypeCooperativeMatrixNV", |
| 10456 | 11708 | .opcode = 5358, |
| ... | ... | @@ -12432,7 +13684,7 @@ pub const InstructionSet = enum { |
| 12432 | 13684 | }, |
| 12433 | 13685 | }, |
| 12434 | 13686 | .{ |
| 12435 | | .name = "OpArbitraryFloatSinCosPiINTEL", |
| 13687 | .name = "OpArbitraryFloatSinCosPiALTERA", |
| 12436 | 13688 | .opcode = 5840, |
| 12437 | 13689 | .operands = &.{ |
| 12438 | 13690 | .{ .kind = .id_result_type, .quantifier = .required }, |
| ... | ... | @@ -12446,7 +13698,7 @@ pub const InstructionSet = enum { |
| 12446 | 13698 | }, |
| 12447 | 13699 | }, |
| 12448 | 13700 | .{ |
| 12449 | | .name = "OpArbitraryFloatCastINTEL", |
| 13701 | .name = "OpArbitraryFloatCastALTERA", |
| 12450 | 13702 | .opcode = 5841, |
| 12451 | 13703 | .operands = &.{ |
| 12452 | 13704 | .{ .kind = .id_result_type, .quantifier = .required }, |
| ... | ... | @@ -12460,7 +13712,7 @@ pub const InstructionSet = enum { |
| 12460 | 13712 | }, |
| 12461 | 13713 | }, |
| 12462 | 13714 | .{ |
| 12463 | | .name = "OpArbitraryFloatCastFromIntINTEL", |
| 13715 | .name = "OpArbitraryFloatCastFromIntALTERA", |
| 12464 | 13716 | .opcode = 5842, |
| 12465 | 13717 | .operands = &.{ |
| 12466 | 13718 | .{ .kind = .id_result_type, .quantifier = .required }, |
| ... | ... | @@ -12474,7 +13726,7 @@ pub const InstructionSet = enum { |
| 12474 | 13726 | }, |
| 12475 | 13727 | }, |
| 12476 | 13728 | .{ |
| 12477 | | .name = "OpArbitraryFloatCastToIntINTEL", |
| 13729 | .name = "OpArbitraryFloatCastToIntALTERA", |
| 12478 | 13730 | .opcode = 5843, |
| 12479 | 13731 | .operands = &.{ |
| 12480 | 13732 | .{ .kind = .id_result_type, .quantifier = .required }, |
| ... | ... | @@ -12488,7 +13740,7 @@ pub const InstructionSet = enum { |
| 12488 | 13740 | }, |
| 12489 | 13741 | }, |
| 12490 | 13742 | .{ |
| 12491 | | .name = "OpArbitraryFloatAddINTEL", |
| 13743 | .name = "OpArbitraryFloatAddALTERA", |
| 12492 | 13744 | .opcode = 5846, |
| 12493 | 13745 | .operands = &.{ |
| 12494 | 13746 | .{ .kind = .id_result_type, .quantifier = .required }, |
| ... | ... | @@ -12504,7 +13756,7 @@ pub const InstructionSet = enum { |
| 12504 | 13756 | }, |
| 12505 | 13757 | }, |
| 12506 | 13758 | .{ |
| 12507 | | .name = "OpArbitraryFloatSubINTEL", |
| 13759 | .name = "OpArbitraryFloatSubALTERA", |
| 12508 | 13760 | .opcode = 5847, |
| 12509 | 13761 | .operands = &.{ |
| 12510 | 13762 | .{ .kind = .id_result_type, .quantifier = .required }, |
| ... | ... | @@ -12520,7 +13772,7 @@ pub const InstructionSet = enum { |
| 12520 | 13772 | }, |
| 12521 | 13773 | }, |
| 12522 | 13774 | .{ |
| 12523 | | .name = "OpArbitraryFloatMulINTEL", |
| 13775 | .name = "OpArbitraryFloatMulALTERA", |
| 12524 | 13776 | .opcode = 5848, |
| 12525 | 13777 | .operands = &.{ |
| 12526 | 13778 | .{ .kind = .id_result_type, .quantifier = .required }, |
| ... | ... | @@ -12536,7 +13788,7 @@ pub const InstructionSet = enum { |
| 12536 | 13788 | }, |
| 12537 | 13789 | }, |
| 12538 | 13790 | .{ |
| 12539 | | .name = "OpArbitraryFloatDivINTEL", |
| 13791 | .name = "OpArbitraryFloatDivALTERA", |
| 12540 | 13792 | .opcode = 5849, |
| 12541 | 13793 | .operands = &.{ |
| 12542 | 13794 | .{ .kind = .id_result_type, .quantifier = .required }, |
| ... | ... | @@ -12552,7 +13804,7 @@ pub const InstructionSet = enum { |
| 12552 | 13804 | }, |
| 12553 | 13805 | }, |
| 12554 | 13806 | .{ |
| 12555 | | .name = "OpArbitraryFloatGTINTEL", |
| 13807 | .name = "OpArbitraryFloatGTALTERA", |
| 12556 | 13808 | .opcode = 5850, |
| 12557 | 13809 | .operands = &.{ |
| 12558 | 13810 | .{ .kind = .id_result_type, .quantifier = .required }, |
| ... | ... | @@ -12564,7 +13816,7 @@ pub const InstructionSet = enum { |
| 12564 | 13816 | }, |
| 12565 | 13817 | }, |
| 12566 | 13818 | .{ |
| 12567 | | .name = "OpArbitraryFloatGEINTEL", |
| 13819 | .name = "OpArbitraryFloatGEALTERA", |
| 12568 | 13820 | .opcode = 5851, |
| 12569 | 13821 | .operands = &.{ |
| 12570 | 13822 | .{ .kind = .id_result_type, .quantifier = .required }, |
| ... | ... | @@ -12576,7 +13828,7 @@ pub const InstructionSet = enum { |
| 12576 | 13828 | }, |
| 12577 | 13829 | }, |
| 12578 | 13830 | .{ |
| 12579 | | .name = "OpArbitraryFloatLTINTEL", |
| 13831 | .name = "OpArbitraryFloatLTALTERA", |
| 12580 | 13832 | .opcode = 5852, |
| 12581 | 13833 | .operands = &.{ |
| 12582 | 13834 | .{ .kind = .id_result_type, .quantifier = .required }, |
| ... | ... | @@ -12588,7 +13840,7 @@ pub const InstructionSet = enum { |
| 12588 | 13840 | }, |
| 12589 | 13841 | }, |
| 12590 | 13842 | .{ |
| 12591 | | .name = "OpArbitraryFloatLEINTEL", |
| 13843 | .name = "OpArbitraryFloatLEALTERA", |
| 12592 | 13844 | .opcode = 5853, |
| 12593 | 13845 | .operands = &.{ |
| 12594 | 13846 | .{ .kind = .id_result_type, .quantifier = .required }, |
| ... | ... | @@ -12600,7 +13852,7 @@ pub const InstructionSet = enum { |
| 12600 | 13852 | }, |
| 12601 | 13853 | }, |
| 12602 | 13854 | .{ |
| 12603 | | .name = "OpArbitraryFloatEQINTEL", |
| 13855 | .name = "OpArbitraryFloatEQALTERA", |
| 12604 | 13856 | .opcode = 5854, |
| 12605 | 13857 | .operands = &.{ |
| 12606 | 13858 | .{ .kind = .id_result_type, .quantifier = .required }, |
| ... | ... | @@ -12612,7 +13864,7 @@ pub const InstructionSet = enum { |
| 12612 | 13864 | }, |
| 12613 | 13865 | }, |
| 12614 | 13866 | .{ |
| 12615 | | .name = "OpArbitraryFloatRecipINTEL", |
| 13867 | .name = "OpArbitraryFloatRecipALTERA", |
| 12616 | 13868 | .opcode = 5855, |
| 12617 | 13869 | .operands = &.{ |
| 12618 | 13870 | .{ .kind = .id_result_type, .quantifier = .required }, |
| ... | ... | @@ -12626,7 +13878,7 @@ pub const InstructionSet = enum { |
| 12626 | 13878 | }, |
| 12627 | 13879 | }, |
| 12628 | 13880 | .{ |
| 12629 | | .name = "OpArbitraryFloatRSqrtINTEL", |
| 13881 | .name = "OpArbitraryFloatRSqrtALTERA", |
| 12630 | 13882 | .opcode = 5856, |
| 12631 | 13883 | .operands = &.{ |
| 12632 | 13884 | .{ .kind = .id_result_type, .quantifier = .required }, |
| ... | ... | @@ -12640,7 +13892,7 @@ pub const InstructionSet = enum { |
| 12640 | 13892 | }, |
| 12641 | 13893 | }, |
| 12642 | 13894 | .{ |
| 12643 | | .name = "OpArbitraryFloatCbrtINTEL", |
| 13895 | .name = "OpArbitraryFloatCbrtALTERA", |
| 12644 | 13896 | .opcode = 5857, |
| 12645 | 13897 | .operands = &.{ |
| 12646 | 13898 | .{ .kind = .id_result_type, .quantifier = .required }, |
| ... | ... | @@ -12654,7 +13906,7 @@ pub const InstructionSet = enum { |
| 12654 | 13906 | }, |
| 12655 | 13907 | }, |
| 12656 | 13908 | .{ |
| 12657 | | .name = "OpArbitraryFloatHypotINTEL", |
| 13909 | .name = "OpArbitraryFloatHypotALTERA", |
| 12658 | 13910 | .opcode = 5858, |
| 12659 | 13911 | .operands = &.{ |
| 12660 | 13912 | .{ .kind = .id_result_type, .quantifier = .required }, |
| ... | ... | @@ -12670,7 +13922,7 @@ pub const InstructionSet = enum { |
| 12670 | 13922 | }, |
| 12671 | 13923 | }, |
| 12672 | 13924 | .{ |
| 12673 | | .name = "OpArbitraryFloatSqrtINTEL", |
| 13925 | .name = "OpArbitraryFloatSqrtALTERA", |
| 12674 | 13926 | .opcode = 5859, |
| 12675 | 13927 | .operands = &.{ |
| 12676 | 13928 | .{ .kind = .id_result_type, .quantifier = .required }, |
| ... | ... | @@ -13046,7 +14298,7 @@ pub const InstructionSet = enum { |
| 13046 | 14298 | }, |
| 13047 | 14299 | }, |
| 13048 | 14300 | .{ |
| 13049 | | .name = "OpFixedSqrtINTEL", |
| 14301 | .name = "OpFixedSqrtALTERA", |
| 13050 | 14302 | .opcode = 5923, |
| 13051 | 14303 | .operands = &.{ |
| 13052 | 14304 | .{ .kind = .id_result_type, .quantifier = .required }, |
| ... | ... | @@ -13060,7 +14312,7 @@ pub const InstructionSet = enum { |
| 13060 | 14312 | }, |
| 13061 | 14313 | }, |
| 13062 | 14314 | .{ |
| 13063 | | .name = "OpFixedRecipINTEL", |
| 14315 | .name = "OpFixedRecipALTERA", |
| 13064 | 14316 | .opcode = 5924, |
| 13065 | 14317 | .operands = &.{ |
| 13066 | 14318 | .{ .kind = .id_result_type, .quantifier = .required }, |
| ... | ... | @@ -13074,7 +14326,7 @@ pub const InstructionSet = enum { |
| 13074 | 14326 | }, |
| 13075 | 14327 | }, |
| 13076 | 14328 | .{ |
| 13077 | | .name = "OpFixedRsqrtINTEL", |
| 14329 | .name = "OpFixedRsqrtALTERA", |
| 13078 | 14330 | .opcode = 5925, |
| 13079 | 14331 | .operands = &.{ |
| 13080 | 14332 | .{ .kind = .id_result_type, .quantifier = .required }, |
| ... | ... | @@ -13088,7 +14340,7 @@ pub const InstructionSet = enum { |
| 13088 | 14340 | }, |
| 13089 | 14341 | }, |
| 13090 | 14342 | .{ |
| 13091 | | .name = "OpFixedSinINTEL", |
| 14343 | .name = "OpFixedSinALTERA", |
| 13092 | 14344 | .opcode = 5926, |
| 13093 | 14345 | .operands = &.{ |
| 13094 | 14346 | .{ .kind = .id_result_type, .quantifier = .required }, |
| ... | ... | @@ -13102,7 +14354,7 @@ pub const InstructionSet = enum { |
| 13102 | 14354 | }, |
| 13103 | 14355 | }, |
| 13104 | 14356 | .{ |
| 13105 | | .name = "OpFixedCosINTEL", |
| 14357 | .name = "OpFixedCosALTERA", |
| 13106 | 14358 | .opcode = 5927, |
| 13107 | 14359 | .operands = &.{ |
| 13108 | 14360 | .{ .kind = .id_result_type, .quantifier = .required }, |
| ... | ... | @@ -13116,7 +14368,7 @@ pub const InstructionSet = enum { |
| 13116 | 14368 | }, |
| 13117 | 14369 | }, |
| 13118 | 14370 | .{ |
| 13119 | | .name = "OpFixedSinCosINTEL", |
| 14371 | .name = "OpFixedSinCosALTERA", |
| 13120 | 14372 | .opcode = 5928, |
| 13121 | 14373 | .operands = &.{ |
| 13122 | 14374 | .{ .kind = .id_result_type, .quantifier = .required }, |
| ... | ... | @@ -13130,7 +14382,7 @@ pub const InstructionSet = enum { |
| 13130 | 14382 | }, |
| 13131 | 14383 | }, |
| 13132 | 14384 | .{ |
| 13133 | | .name = "OpFixedSinPiINTEL", |
| 14385 | .name = "OpFixedSinPiALTERA", |
| 13134 | 14386 | .opcode = 5929, |
| 13135 | 14387 | .operands = &.{ |
| 13136 | 14388 | .{ .kind = .id_result_type, .quantifier = .required }, |
| ... | ... | @@ -13144,7 +14396,7 @@ pub const InstructionSet = enum { |
| 13144 | 14396 | }, |
| 13145 | 14397 | }, |
| 13146 | 14398 | .{ |
| 13147 | | .name = "OpFixedCosPiINTEL", |
| 14399 | .name = "OpFixedCosPiALTERA", |
| 13148 | 14400 | .opcode = 5930, |
| 13149 | 14401 | .operands = &.{ |
| 13150 | 14402 | .{ .kind = .id_result_type, .quantifier = .required }, |
| ... | ... | @@ -13158,7 +14410,7 @@ pub const InstructionSet = enum { |
| 13158 | 14410 | }, |
| 13159 | 14411 | }, |
| 13160 | 14412 | .{ |
| 13161 | | .name = "OpFixedSinCosPiINTEL", |
| 14413 | .name = "OpFixedSinCosPiALTERA", |
| 13162 | 14414 | .opcode = 5931, |
| 13163 | 14415 | .operands = &.{ |
| 13164 | 14416 | .{ .kind = .id_result_type, .quantifier = .required }, |
| ... | ... | @@ -13172,7 +14424,7 @@ pub const InstructionSet = enum { |
| 13172 | 14424 | }, |
| 13173 | 14425 | }, |
| 13174 | 14426 | .{ |
| 13175 | | .name = "OpFixedLogINTEL", |
| 14427 | .name = "OpFixedLogALTERA", |
| 13176 | 14428 | .opcode = 5932, |
| 13177 | 14429 | .operands = &.{ |
| 13178 | 14430 | .{ .kind = .id_result_type, .quantifier = .required }, |
| ... | ... | @@ -13186,7 +14438,7 @@ pub const InstructionSet = enum { |
| 13186 | 14438 | }, |
| 13187 | 14439 | }, |
| 13188 | 14440 | .{ |
| 13189 | | .name = "OpFixedExpINTEL", |
| 14441 | .name = "OpFixedExpALTERA", |
| 13190 | 14442 | .opcode = 5933, |
| 13191 | 14443 | .operands = &.{ |
| 13192 | 14444 | .{ .kind = .id_result_type, .quantifier = .required }, |
| ... | ... | @@ -13200,7 +14452,7 @@ pub const InstructionSet = enum { |
| 13200 | 14452 | }, |
| 13201 | 14453 | }, |
| 13202 | 14454 | .{ |
| 13203 | | .name = "OpPtrCastToCrossWorkgroupINTEL", |
| 14455 | .name = "OpPtrCastToCrossWorkgroupALTERA", |
| 13204 | 14456 | .opcode = 5934, |
| 13205 | 14457 | .operands = &.{ |
| 13206 | 14458 | .{ .kind = .id_result_type, .quantifier = .required }, |
| ... | ... | @@ -13209,7 +14461,7 @@ pub const InstructionSet = enum { |
| 13209 | 14461 | }, |
| 13210 | 14462 | }, |
| 13211 | 14463 | .{ |
| 13212 | | .name = "OpCrossWorkgroupCastToPtrINTEL", |
| 14464 | .name = "OpCrossWorkgroupCastToPtrALTERA", |
| 13213 | 14465 | .opcode = 5938, |
| 13214 | 14466 | .operands = &.{ |
| 13215 | 14467 | .{ .kind = .id_result_type, .quantifier = .required }, |
| ... | ... | @@ -13218,7 +14470,7 @@ pub const InstructionSet = enum { |
| 13218 | 14470 | }, |
| 13219 | 14471 | }, |
| 13220 | 14472 | .{ |
| 13221 | | .name = "OpReadPipeBlockingINTEL", |
| 14473 | .name = "OpReadPipeBlockingALTERA", |
| 13222 | 14474 | .opcode = 5946, |
| 13223 | 14475 | .operands = &.{ |
| 13224 | 14476 | .{ .kind = .id_result_type, .quantifier = .required }, |
| ... | ... | @@ -13228,7 +14480,7 @@ pub const InstructionSet = enum { |
| 13228 | 14480 | }, |
| 13229 | 14481 | }, |
| 13230 | 14482 | .{ |
| 13231 | | .name = "OpWritePipeBlockingINTEL", |
| 14483 | .name = "OpWritePipeBlockingALTERA", |
| 13232 | 14484 | .opcode = 5947, |
| 13233 | 14485 | .operands = &.{ |
| 13234 | 14486 | .{ .kind = .id_result_type, .quantifier = .required }, |
| ... | ... | @@ -13238,7 +14490,7 @@ pub const InstructionSet = enum { |
| 13238 | 14490 | }, |
| 13239 | 14491 | }, |
| 13240 | 14492 | .{ |
| 13241 | | .name = "OpFPGARegINTEL", |
| 14493 | .name = "OpFPGARegALTERA", |
| 13242 | 14494 | .opcode = 5949, |
| 13243 | 14495 | .operands = &.{ |
| 13244 | 14496 | .{ .kind = .id_result_type, .quantifier = .required }, |
| ... | ... | @@ -13507,7 +14759,7 @@ pub const InstructionSet = enum { |
| 13507 | 14759 | }, |
| 13508 | 14760 | }, |
| 13509 | 14761 | .{ |
| 13510 | | .name = "OpTaskSequenceCreateINTEL", |
| 14762 | .name = "OpTaskSequenceCreateALTERA", |
| 13511 | 14763 | .opcode = 6163, |
| 13512 | 14764 | .operands = &.{ |
| 13513 | 14765 | .{ .kind = .id_result_type, .quantifier = .required }, |
| ... | ... | @@ -13520,7 +14772,7 @@ pub const InstructionSet = enum { |
| 13520 | 14772 | }, |
| 13521 | 14773 | }, |
| 13522 | 14774 | .{ |
| 13523 | | .name = "OpTaskSequenceAsyncINTEL", |
| 14775 | .name = "OpTaskSequenceAsyncALTERA", |
| 13524 | 14776 | .opcode = 6164, |
| 13525 | 14777 | .operands = &.{ |
| 13526 | 14778 | .{ .kind = .id_ref, .quantifier = .required }, |
| ... | ... | @@ -13528,7 +14780,7 @@ pub const InstructionSet = enum { |
| 13528 | 14780 | }, |
| 13529 | 14781 | }, |
| 13530 | 14782 | .{ |
| 13531 | | .name = "OpTaskSequenceGetINTEL", |
| 14783 | .name = "OpTaskSequenceGetALTERA", |
| 13532 | 14784 | .opcode = 6165, |
| 13533 | 14785 | .operands = &.{ |
| 13534 | 14786 | .{ .kind = .id_result_type, .quantifier = .required }, |
| ... | ... | @@ -13537,14 +14789,14 @@ pub const InstructionSet = enum { |
| 13537 | 14789 | }, |
| 13538 | 14790 | }, |
| 13539 | 14791 | .{ |
| 13540 | | .name = "OpTaskSequenceReleaseINTEL", |
| 14792 | .name = "OpTaskSequenceReleaseALTERA", |
| 13541 | 14793 | .opcode = 6166, |
| 13542 | 14794 | .operands = &.{ |
| 13543 | 14795 | .{ .kind = .id_ref, .quantifier = .required }, |
| 13544 | 14796 | }, |
| 13545 | 14797 | }, |
| 13546 | 14798 | .{ |
| 13547 | | .name = "OpTypeTaskSequenceINTEL", |
| 14799 | .name = "OpTypeTaskSequenceALTERA", |
| 13548 | 14800 | .opcode = 6199, |
| 13549 | 14801 | .operands = &.{ |
| 13550 | 14802 | .{ .kind = .id_result, .quantifier = .required }, |
| ... | ... | @@ -13663,6 +14915,83 @@ pub const InstructionSet = enum { |
| 13663 | 14915 | .{ .kind = .id_ref, .quantifier = .required }, |
| 13664 | 14916 | }, |
| 13665 | 14917 | }, |
| 14918 | .{ |
| 14919 | .name = "OpUntypedVariableLengthArrayINTEL", |
| 14920 | .opcode = 6244, |
| 14921 | .operands = &.{ |
| 14922 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 14923 | .{ .kind = .id_result, .quantifier = .required }, |
| 14924 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14925 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14926 | }, |
| 14927 | }, |
| 14928 | .{ |
| 14929 | .name = "OpConditionalExtensionINTEL", |
| 14930 | .opcode = 6248, |
| 14931 | .operands = &.{ |
| 14932 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14933 | .{ .kind = .literal_string, .quantifier = .required }, |
| 14934 | }, |
| 14935 | }, |
| 14936 | .{ |
| 14937 | .name = "OpConditionalEntryPointINTEL", |
| 14938 | .opcode = 6249, |
| 14939 | .operands = &.{ |
| 14940 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14941 | .{ .kind = .execution_model, .quantifier = .required }, |
| 14942 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14943 | .{ .kind = .literal_string, .quantifier = .required }, |
| 14944 | .{ .kind = .id_ref, .quantifier = .variadic }, |
| 14945 | }, |
| 14946 | }, |
| 14947 | .{ |
| 14948 | .name = "OpConditionalCapabilityINTEL", |
| 14949 | .opcode = 6250, |
| 14950 | .operands = &.{ |
| 14951 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14952 | .{ .kind = .capability, .quantifier = .required }, |
| 14953 | }, |
| 14954 | }, |
| 14955 | .{ |
| 14956 | .name = "OpSpecConstantTargetINTEL", |
| 14957 | .opcode = 6251, |
| 14958 | .operands = &.{ |
| 14959 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 14960 | .{ .kind = .id_result, .quantifier = .required }, |
| 14961 | .{ .kind = .literal_integer, .quantifier = .required }, |
| 14962 | .{ .kind = .literal_integer, .quantifier = .variadic }, |
| 14963 | }, |
| 14964 | }, |
| 14965 | .{ |
| 14966 | .name = "OpSpecConstantArchitectureINTEL", |
| 14967 | .opcode = 6252, |
| 14968 | .operands = &.{ |
| 14969 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 14970 | .{ .kind = .id_result, .quantifier = .required }, |
| 14971 | .{ .kind = .literal_integer, .quantifier = .required }, |
| 14972 | .{ .kind = .literal_integer, .quantifier = .required }, |
| 14973 | .{ .kind = .literal_integer, .quantifier = .required }, |
| 14974 | .{ .kind = .literal_integer, .quantifier = .required }, |
| 14975 | }, |
| 14976 | }, |
| 14977 | .{ |
| 14978 | .name = "OpSpecConstantCapabilitiesINTEL", |
| 14979 | .opcode = 6253, |
| 14980 | .operands = &.{ |
| 14981 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 14982 | .{ .kind = .id_result, .quantifier = .required }, |
| 14983 | .{ .kind = .capability, .quantifier = .variadic }, |
| 14984 | }, |
| 14985 | }, |
| 14986 | .{ |
| 14987 | .name = "OpConditionalCopyObjectINTEL", |
| 14988 | .opcode = 6254, |
| 14989 | .operands = &.{ |
| 14990 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 14991 | .{ .kind = .id_result, .quantifier = .required }, |
| 14992 | .{ .kind = .id_ref, .quantifier = .variadic }, |
| 14993 | }, |
| 14994 | }, |
| 13666 | 14995 | .{ |
| 13667 | 14996 | .name = "OpGroupIMulKHR", |
| 13668 | 14997 | .opcode = 6401, |
| ... | ... | @@ -13761,406 +15090,447 @@ pub const InstructionSet = enum { |
| 13761 | 15090 | }, |
| 13762 | 15091 | }, |
| 13763 | 15092 | .{ |
| 13764 | | .name = "OpMaskedGatherINTEL", |
| 13765 | | .opcode = 6428, |
| 15093 | .name = "OpMaskedGatherINTEL", |
| 15094 | .opcode = 6428, |
| 15095 | .operands = &.{ |
| 15096 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 15097 | .{ .kind = .id_result, .quantifier = .required }, |
| 15098 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15099 | .{ .kind = .literal_integer, .quantifier = .required }, |
| 15100 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15101 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15102 | }, |
| 15103 | }, |
| 15104 | .{ |
| 15105 | .name = "OpMaskedScatterINTEL", |
| 15106 | .opcode = 6429, |
| 15107 | .operands = &.{ |
| 15108 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15109 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15110 | .{ .kind = .literal_integer, .quantifier = .required }, |
| 15111 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15112 | }, |
| 15113 | }, |
| 15114 | .{ |
| 15115 | .name = "OpConvertHandleToImageINTEL", |
| 15116 | .opcode = 6529, |
| 15117 | .operands = &.{ |
| 15118 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 15119 | .{ .kind = .id_result, .quantifier = .required }, |
| 15120 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15121 | }, |
| 15122 | }, |
| 15123 | .{ |
| 15124 | .name = "OpConvertHandleToSamplerINTEL", |
| 15125 | .opcode = 6530, |
| 15126 | .operands = &.{ |
| 15127 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 15128 | .{ .kind = .id_result, .quantifier = .required }, |
| 15129 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15130 | }, |
| 15131 | }, |
| 15132 | .{ |
| 15133 | .name = "OpConvertHandleToSampledImageINTEL", |
| 15134 | .opcode = 6531, |
| 13766 | 15135 | .operands = &.{ |
| 13767 | 15136 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 13768 | 15137 | .{ .kind = .id_result, .quantifier = .required }, |
| 13769 | 15138 | .{ .kind = .id_ref, .quantifier = .required }, |
| 13770 | | .{ .kind = .literal_integer, .quantifier = .required }, |
| 13771 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 13772 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 13773 | 15139 | }, |
| 13774 | 15140 | }, |
| 13775 | 15141 | .{ |
| 13776 | | .name = "OpMaskedScatterINTEL", |
| 13777 | | .opcode = 6429, |
| 15142 | .name = "OpFDot2MixAcc32VALVE", |
| 15143 | .opcode = 6916, |
| 13778 | 15144 | .operands = &.{ |
| 15145 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 15146 | .{ .kind = .id_result, .quantifier = .required }, |
| 13779 | 15147 | .{ .kind = .id_ref, .quantifier = .required }, |
| 13780 | 15148 | .{ .kind = .id_ref, .quantifier = .required }, |
| 13781 | | .{ .kind = .literal_integer, .quantifier = .required }, |
| 13782 | 15149 | .{ .kind = .id_ref, .quantifier = .required }, |
| 13783 | 15150 | }, |
| 13784 | 15151 | }, |
| 13785 | 15152 | .{ |
| 13786 | | .name = "OpConvertHandleToImageINTEL", |
| 13787 | | .opcode = 6529, |
| 15153 | .name = "OpFDot2MixAcc16VALVE", |
| 15154 | .opcode = 6917, |
| 13788 | 15155 | .operands = &.{ |
| 13789 | 15156 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 13790 | 15157 | .{ .kind = .id_result, .quantifier = .required }, |
| 13791 | 15158 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15159 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15160 | .{ .kind = .id_ref, .quantifier = .required }, |
| 13792 | 15161 | }, |
| 13793 | 15162 | }, |
| 13794 | 15163 | .{ |
| 13795 | | .name = "OpConvertHandleToSamplerINTEL", |
| 13796 | | .opcode = 6530, |
| 15164 | .name = "OpFDot4MixAcc32VALVE", |
| 15165 | .opcode = 6918, |
| 13797 | 15166 | .operands = &.{ |
| 13798 | 15167 | .{ .kind = .id_result_type, .quantifier = .required }, |
| 13799 | 15168 | .{ .kind = .id_result, .quantifier = .required }, |
| 13800 | 15169 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15170 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15171 | .{ .kind = .id_ref, .quantifier = .required }, |
| 13801 | 15172 | }, |
| 13802 | 15173 | }, |
| 15174 | }, |
| 15175 | .@"OpenCL.std" => &.{ |
| 13803 | 15176 | .{ |
| 13804 | | .name = "OpConvertHandleToSampledImageINTEL", |
| 13805 | | .opcode = 6531, |
| 15177 | .name = "acos", |
| 15178 | .opcode = 0, |
| 13806 | 15179 | .operands = &.{ |
| 13807 | | .{ .kind = .id_result_type, .quantifier = .required }, |
| 13808 | | .{ .kind = .id_result, .quantifier = .required }, |
| 13809 | 15180 | .{ .kind = .id_ref, .quantifier = .required }, |
| 13810 | 15181 | }, |
| 13811 | 15182 | }, |
| 13812 | | }, |
| 13813 | | .@"GLSL.std.450" => &.{ |
| 13814 | 15183 | .{ |
| 13815 | | .name = "Round", |
| 15184 | .name = "acosh", |
| 13816 | 15185 | .opcode = 1, |
| 13817 | 15186 | .operands = &.{ |
| 13818 | 15187 | .{ .kind = .id_ref, .quantifier = .required }, |
| 13819 | 15188 | }, |
| 13820 | 15189 | }, |
| 13821 | 15190 | .{ |
| 13822 | | .name = "RoundEven", |
| 15191 | .name = "acospi", |
| 13823 | 15192 | .opcode = 2, |
| 13824 | 15193 | .operands = &.{ |
| 13825 | 15194 | .{ .kind = .id_ref, .quantifier = .required }, |
| 13826 | 15195 | }, |
| 13827 | 15196 | }, |
| 13828 | 15197 | .{ |
| 13829 | | .name = "Trunc", |
| 15198 | .name = "asin", |
| 13830 | 15199 | .opcode = 3, |
| 13831 | 15200 | .operands = &.{ |
| 13832 | 15201 | .{ .kind = .id_ref, .quantifier = .required }, |
| 13833 | 15202 | }, |
| 13834 | 15203 | }, |
| 13835 | 15204 | .{ |
| 13836 | | .name = "FAbs", |
| 15205 | .name = "asinh", |
| 13837 | 15206 | .opcode = 4, |
| 13838 | 15207 | .operands = &.{ |
| 13839 | 15208 | .{ .kind = .id_ref, .quantifier = .required }, |
| 13840 | 15209 | }, |
| 13841 | 15210 | }, |
| 13842 | 15211 | .{ |
| 13843 | | .name = "SAbs", |
| 15212 | .name = "asinpi", |
| 13844 | 15213 | .opcode = 5, |
| 13845 | 15214 | .operands = &.{ |
| 13846 | 15215 | .{ .kind = .id_ref, .quantifier = .required }, |
| 13847 | 15216 | }, |
| 13848 | 15217 | }, |
| 13849 | 15218 | .{ |
| 13850 | | .name = "FSign", |
| 15219 | .name = "atan", |
| 13851 | 15220 | .opcode = 6, |
| 13852 | 15221 | .operands = &.{ |
| 13853 | 15222 | .{ .kind = .id_ref, .quantifier = .required }, |
| 13854 | 15223 | }, |
| 13855 | 15224 | }, |
| 13856 | 15225 | .{ |
| 13857 | | .name = "SSign", |
| 15226 | .name = "atan2", |
| 13858 | 15227 | .opcode = 7, |
| 13859 | 15228 | .operands = &.{ |
| 13860 | 15229 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15230 | .{ .kind = .id_ref, .quantifier = .required }, |
| 13861 | 15231 | }, |
| 13862 | 15232 | }, |
| 13863 | 15233 | .{ |
| 13864 | | .name = "Floor", |
| 15234 | .name = "atanh", |
| 13865 | 15235 | .opcode = 8, |
| 13866 | 15236 | .operands = &.{ |
| 13867 | 15237 | .{ .kind = .id_ref, .quantifier = .required }, |
| 13868 | 15238 | }, |
| 13869 | 15239 | }, |
| 13870 | 15240 | .{ |
| 13871 | | .name = "Ceil", |
| 15241 | .name = "atanpi", |
| 13872 | 15242 | .opcode = 9, |
| 13873 | 15243 | .operands = &.{ |
| 13874 | 15244 | .{ .kind = .id_ref, .quantifier = .required }, |
| 13875 | 15245 | }, |
| 13876 | 15246 | }, |
| 13877 | 15247 | .{ |
| 13878 | | .name = "Fract", |
| 15248 | .name = "atan2pi", |
| 13879 | 15249 | .opcode = 10, |
| 13880 | 15250 | .operands = &.{ |
| 13881 | 15251 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15252 | .{ .kind = .id_ref, .quantifier = .required }, |
| 13882 | 15253 | }, |
| 13883 | 15254 | }, |
| 13884 | 15255 | .{ |
| 13885 | | .name = "Radians", |
| 15256 | .name = "cbrt", |
| 13886 | 15257 | .opcode = 11, |
| 13887 | 15258 | .operands = &.{ |
| 13888 | 15259 | .{ .kind = .id_ref, .quantifier = .required }, |
| 13889 | 15260 | }, |
| 13890 | 15261 | }, |
| 13891 | 15262 | .{ |
| 13892 | | .name = "Degrees", |
| 15263 | .name = "ceil", |
| 13893 | 15264 | .opcode = 12, |
| 13894 | 15265 | .operands = &.{ |
| 13895 | 15266 | .{ .kind = .id_ref, .quantifier = .required }, |
| 13896 | 15267 | }, |
| 13897 | 15268 | }, |
| 13898 | 15269 | .{ |
| 13899 | | .name = "Sin", |
| 15270 | .name = "copysign", |
| 13900 | 15271 | .opcode = 13, |
| 13901 | 15272 | .operands = &.{ |
| 13902 | 15273 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15274 | .{ .kind = .id_ref, .quantifier = .required }, |
| 13903 | 15275 | }, |
| 13904 | 15276 | }, |
| 13905 | 15277 | .{ |
| 13906 | | .name = "Cos", |
| 15278 | .name = "cos", |
| 13907 | 15279 | .opcode = 14, |
| 13908 | 15280 | .operands = &.{ |
| 13909 | 15281 | .{ .kind = .id_ref, .quantifier = .required }, |
| 13910 | 15282 | }, |
| 13911 | 15283 | }, |
| 13912 | 15284 | .{ |
| 13913 | | .name = "Tan", |
| 15285 | .name = "cosh", |
| 13914 | 15286 | .opcode = 15, |
| 13915 | 15287 | .operands = &.{ |
| 13916 | 15288 | .{ .kind = .id_ref, .quantifier = .required }, |
| 13917 | 15289 | }, |
| 13918 | 15290 | }, |
| 13919 | 15291 | .{ |
| 13920 | | .name = "Asin", |
| 15292 | .name = "cospi", |
| 13921 | 15293 | .opcode = 16, |
| 13922 | 15294 | .operands = &.{ |
| 13923 | 15295 | .{ .kind = .id_ref, .quantifier = .required }, |
| 13924 | 15296 | }, |
| 13925 | 15297 | }, |
| 13926 | 15298 | .{ |
| 13927 | | .name = "Acos", |
| 15299 | .name = "erfc", |
| 13928 | 15300 | .opcode = 17, |
| 13929 | 15301 | .operands = &.{ |
| 13930 | 15302 | .{ .kind = .id_ref, .quantifier = .required }, |
| 13931 | 15303 | }, |
| 13932 | 15304 | }, |
| 13933 | 15305 | .{ |
| 13934 | | .name = "Atan", |
| 15306 | .name = "erf", |
| 13935 | 15307 | .opcode = 18, |
| 13936 | 15308 | .operands = &.{ |
| 13937 | 15309 | .{ .kind = .id_ref, .quantifier = .required }, |
| 13938 | 15310 | }, |
| 13939 | 15311 | }, |
| 13940 | 15312 | .{ |
| 13941 | | .name = "Sinh", |
| 15313 | .name = "exp", |
| 13942 | 15314 | .opcode = 19, |
| 13943 | 15315 | .operands = &.{ |
| 13944 | 15316 | .{ .kind = .id_ref, .quantifier = .required }, |
| 13945 | 15317 | }, |
| 13946 | 15318 | }, |
| 13947 | 15319 | .{ |
| 13948 | | .name = "Cosh", |
| 15320 | .name = "exp2", |
| 13949 | 15321 | .opcode = 20, |
| 13950 | 15322 | .operands = &.{ |
| 13951 | 15323 | .{ .kind = .id_ref, .quantifier = .required }, |
| 13952 | 15324 | }, |
| 13953 | 15325 | }, |
| 13954 | 15326 | .{ |
| 13955 | | .name = "Tanh", |
| 15327 | .name = "exp10", |
| 13956 | 15328 | .opcode = 21, |
| 13957 | 15329 | .operands = &.{ |
| 13958 | 15330 | .{ .kind = .id_ref, .quantifier = .required }, |
| 13959 | 15331 | }, |
| 13960 | 15332 | }, |
| 13961 | 15333 | .{ |
| 13962 | | .name = "Asinh", |
| 15334 | .name = "expm1", |
| 13963 | 15335 | .opcode = 22, |
| 13964 | 15336 | .operands = &.{ |
| 13965 | 15337 | .{ .kind = .id_ref, .quantifier = .required }, |
| 13966 | 15338 | }, |
| 13967 | 15339 | }, |
| 13968 | 15340 | .{ |
| 13969 | | .name = "Acosh", |
| 15341 | .name = "fabs", |
| 13970 | 15342 | .opcode = 23, |
| 13971 | 15343 | .operands = &.{ |
| 13972 | 15344 | .{ .kind = .id_ref, .quantifier = .required }, |
| 13973 | 15345 | }, |
| 13974 | 15346 | }, |
| 13975 | 15347 | .{ |
| 13976 | | .name = "Atanh", |
| 15348 | .name = "fdim", |
| 13977 | 15349 | .opcode = 24, |
| 13978 | 15350 | .operands = &.{ |
| 13979 | 15351 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15352 | .{ .kind = .id_ref, .quantifier = .required }, |
| 13980 | 15353 | }, |
| 13981 | 15354 | }, |
| 13982 | 15355 | .{ |
| 13983 | | .name = "Atan2", |
| 15356 | .name = "floor", |
| 13984 | 15357 | .opcode = 25, |
| 13985 | 15358 | .operands = &.{ |
| 13986 | 15359 | .{ .kind = .id_ref, .quantifier = .required }, |
| 13987 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 13988 | 15360 | }, |
| 13989 | 15361 | }, |
| 13990 | 15362 | .{ |
| 13991 | | .name = "Pow", |
| 15363 | .name = "fma", |
| 13992 | 15364 | .opcode = 26, |
| 13993 | 15365 | .operands = &.{ |
| 13994 | 15366 | .{ .kind = .id_ref, .quantifier = .required }, |
| 13995 | 15367 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15368 | .{ .kind = .id_ref, .quantifier = .required }, |
| 13996 | 15369 | }, |
| 13997 | 15370 | }, |
| 13998 | 15371 | .{ |
| 13999 | | .name = "Exp", |
| 15372 | .name = "fmax", |
| 14000 | 15373 | .opcode = 27, |
| 14001 | 15374 | .operands = &.{ |
| 14002 | 15375 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15376 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14003 | 15377 | }, |
| 14004 | 15378 | }, |
| 14005 | 15379 | .{ |
| 14006 | | .name = "Log", |
| 15380 | .name = "fmin", |
| 14007 | 15381 | .opcode = 28, |
| 14008 | 15382 | .operands = &.{ |
| 14009 | 15383 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15384 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14010 | 15385 | }, |
| 14011 | 15386 | }, |
| 14012 | 15387 | .{ |
| 14013 | | .name = "Exp2", |
| 15388 | .name = "fmod", |
| 14014 | 15389 | .opcode = 29, |
| 14015 | 15390 | .operands = &.{ |
| 14016 | 15391 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15392 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14017 | 15393 | }, |
| 14018 | 15394 | }, |
| 14019 | 15395 | .{ |
| 14020 | | .name = "Log2", |
| 15396 | .name = "fract", |
| 14021 | 15397 | .opcode = 30, |
| 14022 | 15398 | .operands = &.{ |
| 14023 | 15399 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15400 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14024 | 15401 | }, |
| 14025 | 15402 | }, |
| 14026 | 15403 | .{ |
| 14027 | | .name = "Sqrt", |
| 15404 | .name = "frexp", |
| 14028 | 15405 | .opcode = 31, |
| 14029 | 15406 | .operands = &.{ |
| 14030 | 15407 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15408 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14031 | 15409 | }, |
| 14032 | 15410 | }, |
| 14033 | 15411 | .{ |
| 14034 | | .name = "InverseSqrt", |
| 15412 | .name = "hypot", |
| 14035 | 15413 | .opcode = 32, |
| 14036 | 15414 | .operands = &.{ |
| 14037 | 15415 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15416 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14038 | 15417 | }, |
| 14039 | 15418 | }, |
| 14040 | 15419 | .{ |
| 14041 | | .name = "Determinant", |
| 15420 | .name = "ilogb", |
| 14042 | 15421 | .opcode = 33, |
| 14043 | 15422 | .operands = &.{ |
| 14044 | 15423 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14045 | 15424 | }, |
| 14046 | 15425 | }, |
| 14047 | 15426 | .{ |
| 14048 | | .name = "MatrixInverse", |
| 15427 | .name = "ldexp", |
| 14049 | 15428 | .opcode = 34, |
| 14050 | 15429 | .operands = &.{ |
| 14051 | 15430 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15431 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14052 | 15432 | }, |
| 14053 | 15433 | }, |
| 14054 | 15434 | .{ |
| 14055 | | .name = "Modf", |
| 15435 | .name = "lgamma", |
| 14056 | 15436 | .opcode = 35, |
| 14057 | 15437 | .operands = &.{ |
| 14058 | 15438 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14059 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 14060 | 15439 | }, |
| 14061 | 15440 | }, |
| 14062 | 15441 | .{ |
| 14063 | | .name = "ModfStruct", |
| 15442 | .name = "lgamma_r", |
| 14064 | 15443 | .opcode = 36, |
| 14065 | 15444 | .operands = &.{ |
| 14066 | 15445 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15446 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14067 | 15447 | }, |
| 14068 | 15448 | }, |
| 14069 | 15449 | .{ |
| 14070 | | .name = "FMin", |
| 15450 | .name = "log", |
| 14071 | 15451 | .opcode = 37, |
| 14072 | 15452 | .operands = &.{ |
| 14073 | 15453 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14074 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 14075 | 15454 | }, |
| 14076 | 15455 | }, |
| 14077 | 15456 | .{ |
| 14078 | | .name = "UMin", |
| 15457 | .name = "log2", |
| 14079 | 15458 | .opcode = 38, |
| 14080 | 15459 | .operands = &.{ |
| 14081 | 15460 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14082 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 14083 | 15461 | }, |
| 14084 | 15462 | }, |
| 14085 | 15463 | .{ |
| 14086 | | .name = "SMin", |
| 15464 | .name = "log10", |
| 14087 | 15465 | .opcode = 39, |
| 14088 | 15466 | .operands = &.{ |
| 14089 | 15467 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14090 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 14091 | 15468 | }, |
| 14092 | 15469 | }, |
| 14093 | 15470 | .{ |
| 14094 | | .name = "FMax", |
| 15471 | .name = "log1p", |
| 14095 | 15472 | .opcode = 40, |
| 14096 | 15473 | .operands = &.{ |
| 14097 | 15474 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14098 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 14099 | 15475 | }, |
| 14100 | 15476 | }, |
| 14101 | 15477 | .{ |
| 14102 | | .name = "UMax", |
| 15478 | .name = "logb", |
| 14103 | 15479 | .opcode = 41, |
| 14104 | 15480 | .operands = &.{ |
| 14105 | 15481 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14106 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 14107 | 15482 | }, |
| 14108 | 15483 | }, |
| 14109 | 15484 | .{ |
| 14110 | | .name = "SMax", |
| 15485 | .name = "mad", |
| 14111 | 15486 | .opcode = 42, |
| 14112 | 15487 | .operands = &.{ |
| 14113 | 15488 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14114 | 15489 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15490 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14115 | 15491 | }, |
| 14116 | 15492 | }, |
| 14117 | 15493 | .{ |
| 14118 | | .name = "FClamp", |
| 15494 | .name = "maxmag", |
| 14119 | 15495 | .opcode = 43, |
| 14120 | 15496 | .operands = &.{ |
| 14121 | 15497 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14122 | 15498 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14123 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 14124 | 15499 | }, |
| 14125 | 15500 | }, |
| 14126 | 15501 | .{ |
| 14127 | | .name = "UClamp", |
| 15502 | .name = "minmag", |
| 14128 | 15503 | .opcode = 44, |
| 14129 | 15504 | .operands = &.{ |
| 14130 | 15505 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14131 | 15506 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14132 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 14133 | 15507 | }, |
| 14134 | 15508 | }, |
| 14135 | 15509 | .{ |
| 14136 | | .name = "SClamp", |
| 15510 | .name = "modf", |
| 14137 | 15511 | .opcode = 45, |
| 14138 | 15512 | .operands = &.{ |
| 14139 | 15513 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14140 | 15514 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14141 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 14142 | 15515 | }, |
| 14143 | 15516 | }, |
| 14144 | 15517 | .{ |
| 14145 | | .name = "FMix", |
| 15518 | .name = "nan", |
| 14146 | 15519 | .opcode = 46, |
| 14147 | 15520 | .operands = &.{ |
| 14148 | 15521 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14149 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 14150 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 14151 | 15522 | }, |
| 14152 | 15523 | }, |
| 14153 | 15524 | .{ |
| 14154 | | .name = "IMix", |
| 15525 | .name = "nextafter", |
| 14155 | 15526 | .opcode = 47, |
| 14156 | 15527 | .operands = &.{ |
| 14157 | 15528 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14158 | 15529 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14159 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 14160 | 15530 | }, |
| 14161 | 15531 | }, |
| 14162 | 15532 | .{ |
| 14163 | | .name = "Step", |
| 15533 | .name = "pow", |
| 14164 | 15534 | .opcode = 48, |
| 14165 | 15535 | .operands = &.{ |
| 14166 | 15536 | .{ .kind = .id_ref, .quantifier = .required }, |
| ... | ... | @@ -14168,25 +15538,23 @@ pub const InstructionSet = enum { |
| 14168 | 15538 | }, |
| 14169 | 15539 | }, |
| 14170 | 15540 | .{ |
| 14171 | | .name = "SmoothStep", |
| 15541 | .name = "pown", |
| 14172 | 15542 | .opcode = 49, |
| 14173 | 15543 | .operands = &.{ |
| 14174 | 15544 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14175 | 15545 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14176 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 14177 | 15546 | }, |
| 14178 | 15547 | }, |
| 14179 | 15548 | .{ |
| 14180 | | .name = "Fma", |
| 15549 | .name = "powr", |
| 14181 | 15550 | .opcode = 50, |
| 14182 | 15551 | .operands = &.{ |
| 14183 | 15552 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14184 | 15553 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14185 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 14186 | 15554 | }, |
| 14187 | 15555 | }, |
| 14188 | 15556 | .{ |
| 14189 | | .name = "Frexp", |
| 15557 | .name = "remainder", |
| 14190 | 15558 | .opcode = 51, |
| 14191 | 15559 | .operands = &.{ |
| 14192 | 15560 | .{ .kind = .id_ref, .quantifier = .required }, |
| ... | ... | @@ -14194,121 +15562,123 @@ pub const InstructionSet = enum { |
| 14194 | 15562 | }, |
| 14195 | 15563 | }, |
| 14196 | 15564 | .{ |
| 14197 | | .name = "FrexpStruct", |
| 15565 | .name = "remquo", |
| 14198 | 15566 | .opcode = 52, |
| 14199 | 15567 | .operands = &.{ |
| 14200 | 15568 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15569 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15570 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14201 | 15571 | }, |
| 14202 | 15572 | }, |
| 14203 | 15573 | .{ |
| 14204 | | .name = "Ldexp", |
| 15574 | .name = "rint", |
| 14205 | 15575 | .opcode = 53, |
| 14206 | 15576 | .operands = &.{ |
| 14207 | 15577 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14208 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 14209 | 15578 | }, |
| 14210 | 15579 | }, |
| 14211 | 15580 | .{ |
| 14212 | | .name = "PackSnorm4x8", |
| 15581 | .name = "rootn", |
| 14213 | 15582 | .opcode = 54, |
| 14214 | 15583 | .operands = &.{ |
| 14215 | 15584 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15585 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14216 | 15586 | }, |
| 14217 | 15587 | }, |
| 14218 | 15588 | .{ |
| 14219 | | .name = "PackUnorm4x8", |
| 15589 | .name = "round", |
| 14220 | 15590 | .opcode = 55, |
| 14221 | 15591 | .operands = &.{ |
| 14222 | 15592 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14223 | 15593 | }, |
| 14224 | 15594 | }, |
| 14225 | 15595 | .{ |
| 14226 | | .name = "PackSnorm2x16", |
| 15596 | .name = "rsqrt", |
| 14227 | 15597 | .opcode = 56, |
| 14228 | 15598 | .operands = &.{ |
| 14229 | 15599 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14230 | 15600 | }, |
| 14231 | 15601 | }, |
| 14232 | 15602 | .{ |
| 14233 | | .name = "PackUnorm2x16", |
| 15603 | .name = "sin", |
| 14234 | 15604 | .opcode = 57, |
| 14235 | 15605 | .operands = &.{ |
| 14236 | 15606 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14237 | 15607 | }, |
| 14238 | 15608 | }, |
| 14239 | 15609 | .{ |
| 14240 | | .name = "PackHalf2x16", |
| 15610 | .name = "sincos", |
| 14241 | 15611 | .opcode = 58, |
| 14242 | 15612 | .operands = &.{ |
| 14243 | 15613 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15614 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14244 | 15615 | }, |
| 14245 | 15616 | }, |
| 14246 | 15617 | .{ |
| 14247 | | .name = "PackDouble2x32", |
| 15618 | .name = "sinh", |
| 14248 | 15619 | .opcode = 59, |
| 14249 | 15620 | .operands = &.{ |
| 14250 | 15621 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14251 | 15622 | }, |
| 14252 | 15623 | }, |
| 14253 | 15624 | .{ |
| 14254 | | .name = "UnpackSnorm2x16", |
| 15625 | .name = "sinpi", |
| 14255 | 15626 | .opcode = 60, |
| 14256 | 15627 | .operands = &.{ |
| 14257 | 15628 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14258 | 15629 | }, |
| 14259 | 15630 | }, |
| 14260 | 15631 | .{ |
| 14261 | | .name = "UnpackUnorm2x16", |
| 15632 | .name = "sqrt", |
| 14262 | 15633 | .opcode = 61, |
| 14263 | 15634 | .operands = &.{ |
| 14264 | 15635 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14265 | 15636 | }, |
| 14266 | 15637 | }, |
| 14267 | 15638 | .{ |
| 14268 | | .name = "UnpackHalf2x16", |
| 15639 | .name = "tan", |
| 14269 | 15640 | .opcode = 62, |
| 14270 | 15641 | .operands = &.{ |
| 14271 | 15642 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14272 | 15643 | }, |
| 14273 | 15644 | }, |
| 14274 | 15645 | .{ |
| 14275 | | .name = "UnpackSnorm4x8", |
| 15646 | .name = "tanh", |
| 14276 | 15647 | .opcode = 63, |
| 14277 | 15648 | .operands = &.{ |
| 14278 | 15649 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14279 | 15650 | }, |
| 14280 | 15651 | }, |
| 14281 | 15652 | .{ |
| 14282 | | .name = "UnpackUnorm4x8", |
| 15653 | .name = "tanpi", |
| 14283 | 15654 | .opcode = 64, |
| 14284 | 15655 | .operands = &.{ |
| 14285 | 15656 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14286 | 15657 | }, |
| 14287 | 15658 | }, |
| 14288 | 15659 | .{ |
| 14289 | | .name = "UnpackDouble2x32", |
| 15660 | .name = "tgamma", |
| 14290 | 15661 | .opcode = 65, |
| 14291 | 15662 | .operands = &.{ |
| 14292 | 15663 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14293 | 15664 | }, |
| 14294 | 15665 | }, |
| 14295 | 15666 | .{ |
| 14296 | | .name = "Length", |
| 15667 | .name = "trunc", |
| 14297 | 15668 | .opcode = 66, |
| 14298 | 15669 | .operands = &.{ |
| 14299 | 15670 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14300 | 15671 | }, |
| 14301 | 15672 | }, |
| 14302 | 15673 | .{ |
| 14303 | | .name = "Distance", |
| 15674 | .name = "half_cos", |
| 14304 | 15675 | .opcode = 67, |
| 14305 | 15676 | .operands = &.{ |
| 14306 | 15677 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14307 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 14308 | 15678 | }, |
| 14309 | 15679 | }, |
| 14310 | 15680 | .{ |
| 14311 | | .name = "Cross", |
| 15681 | .name = "half_divide", |
| 14312 | 15682 | .opcode = 68, |
| 14313 | 15683 | .operands = &.{ |
| 14314 | 15684 | .{ .kind = .id_ref, .quantifier = .required }, |
| ... | ... | @@ -14316,420 +15686,412 @@ pub const InstructionSet = enum { |
| 14316 | 15686 | }, |
| 14317 | 15687 | }, |
| 14318 | 15688 | .{ |
| 14319 | | .name = "Normalize", |
| 15689 | .name = "half_exp", |
| 14320 | 15690 | .opcode = 69, |
| 14321 | 15691 | .operands = &.{ |
| 14322 | 15692 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14323 | 15693 | }, |
| 14324 | 15694 | }, |
| 14325 | 15695 | .{ |
| 14326 | | .name = "FaceForward", |
| 15696 | .name = "half_exp2", |
| 14327 | 15697 | .opcode = 70, |
| 14328 | 15698 | .operands = &.{ |
| 14329 | 15699 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14330 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 14331 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 14332 | 15700 | }, |
| 14333 | 15701 | }, |
| 14334 | 15702 | .{ |
| 14335 | | .name = "Reflect", |
| 15703 | .name = "half_exp10", |
| 14336 | 15704 | .opcode = 71, |
| 14337 | 15705 | .operands = &.{ |
| 14338 | 15706 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14339 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 14340 | 15707 | }, |
| 14341 | 15708 | }, |
| 14342 | 15709 | .{ |
| 14343 | | .name = "Refract", |
| 15710 | .name = "half_log", |
| 14344 | 15711 | .opcode = 72, |
| 14345 | 15712 | .operands = &.{ |
| 14346 | 15713 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14347 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 14348 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 14349 | 15714 | }, |
| 14350 | 15715 | }, |
| 14351 | 15716 | .{ |
| 14352 | | .name = "FindILsb", |
| 15717 | .name = "half_log2", |
| 14353 | 15718 | .opcode = 73, |
| 14354 | 15719 | .operands = &.{ |
| 14355 | 15720 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14356 | 15721 | }, |
| 14357 | 15722 | }, |
| 14358 | 15723 | .{ |
| 14359 | | .name = "FindSMsb", |
| 15724 | .name = "half_log10", |
| 14360 | 15725 | .opcode = 74, |
| 14361 | 15726 | .operands = &.{ |
| 14362 | 15727 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14363 | 15728 | }, |
| 14364 | 15729 | }, |
| 14365 | 15730 | .{ |
| 14366 | | .name = "FindUMsb", |
| 15731 | .name = "half_powr", |
| 14367 | 15732 | .opcode = 75, |
| 14368 | 15733 | .operands = &.{ |
| 14369 | 15734 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15735 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14370 | 15736 | }, |
| 14371 | 15737 | }, |
| 14372 | 15738 | .{ |
| 14373 | | .name = "InterpolateAtCentroid", |
| 15739 | .name = "half_recip", |
| 14374 | 15740 | .opcode = 76, |
| 14375 | 15741 | .operands = &.{ |
| 14376 | 15742 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14377 | 15743 | }, |
| 14378 | 15744 | }, |
| 14379 | 15745 | .{ |
| 14380 | | .name = "InterpolateAtSample", |
| 15746 | .name = "half_rsqrt", |
| 14381 | 15747 | .opcode = 77, |
| 14382 | 15748 | .operands = &.{ |
| 14383 | 15749 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14384 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 14385 | 15750 | }, |
| 14386 | 15751 | }, |
| 14387 | 15752 | .{ |
| 14388 | | .name = "InterpolateAtOffset", |
| 15753 | .name = "half_sin", |
| 14389 | 15754 | .opcode = 78, |
| 14390 | 15755 | .operands = &.{ |
| 14391 | 15756 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14392 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 14393 | 15757 | }, |
| 14394 | 15758 | }, |
| 14395 | 15759 | .{ |
| 14396 | | .name = "NMin", |
| 15760 | .name = "half_sqrt", |
| 14397 | 15761 | .opcode = 79, |
| 14398 | 15762 | .operands = &.{ |
| 14399 | 15763 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14400 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 14401 | 15764 | }, |
| 14402 | 15765 | }, |
| 14403 | 15766 | .{ |
| 14404 | | .name = "NMax", |
| 15767 | .name = "half_tan", |
| 14405 | 15768 | .opcode = 80, |
| 14406 | 15769 | .operands = &.{ |
| 14407 | 15770 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14408 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 14409 | 15771 | }, |
| 14410 | 15772 | }, |
| 14411 | 15773 | .{ |
| 14412 | | .name = "NClamp", |
| 15774 | .name = "native_cos", |
| 14413 | 15775 | .opcode = 81, |
| 14414 | 15776 | .operands = &.{ |
| 14415 | 15777 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14416 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 14417 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 14418 | 15778 | }, |
| 14419 | 15779 | }, |
| 14420 | | }, |
| 14421 | | .@"OpenCL.std" => &.{ |
| 14422 | 15780 | .{ |
| 14423 | | .name = "acos", |
| 14424 | | .opcode = 0, |
| 15781 | .name = "native_divide", |
| 15782 | .opcode = 82, |
| 14425 | 15783 | .operands = &.{ |
| 14426 | 15784 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15785 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14427 | 15786 | }, |
| 14428 | 15787 | }, |
| 14429 | 15788 | .{ |
| 14430 | | .name = "acosh", |
| 14431 | | .opcode = 1, |
| 15789 | .name = "native_exp", |
| 15790 | .opcode = 83, |
| 14432 | 15791 | .operands = &.{ |
| 14433 | 15792 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14434 | 15793 | }, |
| 14435 | 15794 | }, |
| 14436 | 15795 | .{ |
| 14437 | | .name = "acospi", |
| 14438 | | .opcode = 2, |
| 15796 | .name = "native_exp2", |
| 15797 | .opcode = 84, |
| 14439 | 15798 | .operands = &.{ |
| 14440 | 15799 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14441 | 15800 | }, |
| 14442 | 15801 | }, |
| 14443 | 15802 | .{ |
| 14444 | | .name = "asin", |
| 14445 | | .opcode = 3, |
| 15803 | .name = "native_exp10", |
| 15804 | .opcode = 85, |
| 14446 | 15805 | .operands = &.{ |
| 14447 | 15806 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14448 | 15807 | }, |
| 14449 | 15808 | }, |
| 14450 | 15809 | .{ |
| 14451 | | .name = "asinh", |
| 14452 | | .opcode = 4, |
| 15810 | .name = "native_log", |
| 15811 | .opcode = 86, |
| 14453 | 15812 | .operands = &.{ |
| 14454 | 15813 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14455 | 15814 | }, |
| 14456 | 15815 | }, |
| 14457 | 15816 | .{ |
| 14458 | | .name = "asinpi", |
| 14459 | | .opcode = 5, |
| 15817 | .name = "native_log2", |
| 15818 | .opcode = 87, |
| 14460 | 15819 | .operands = &.{ |
| 14461 | 15820 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14462 | 15821 | }, |
| 14463 | 15822 | }, |
| 14464 | 15823 | .{ |
| 14465 | | .name = "atan", |
| 14466 | | .opcode = 6, |
| 15824 | .name = "native_log10", |
| 15825 | .opcode = 88, |
| 14467 | 15826 | .operands = &.{ |
| 14468 | 15827 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14469 | 15828 | }, |
| 14470 | 15829 | }, |
| 14471 | 15830 | .{ |
| 14472 | | .name = "atan2", |
| 14473 | | .opcode = 7, |
| 15831 | .name = "native_powr", |
| 15832 | .opcode = 89, |
| 14474 | 15833 | .operands = &.{ |
| 14475 | 15834 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14476 | 15835 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14477 | 15836 | }, |
| 14478 | 15837 | }, |
| 14479 | 15838 | .{ |
| 14480 | | .name = "atanh", |
| 14481 | | .opcode = 8, |
| 15839 | .name = "native_recip", |
| 15840 | .opcode = 90, |
| 14482 | 15841 | .operands = &.{ |
| 14483 | 15842 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14484 | 15843 | }, |
| 14485 | 15844 | }, |
| 14486 | 15845 | .{ |
| 14487 | | .name = "atanpi", |
| 14488 | | .opcode = 9, |
| 15846 | .name = "native_rsqrt", |
| 15847 | .opcode = 91, |
| 14489 | 15848 | .operands = &.{ |
| 14490 | 15849 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14491 | 15850 | }, |
| 14492 | 15851 | }, |
| 14493 | 15852 | .{ |
| 14494 | | .name = "atan2pi", |
| 14495 | | .opcode = 10, |
| 15853 | .name = "native_sin", |
| 15854 | .opcode = 92, |
| 14496 | 15855 | .operands = &.{ |
| 14497 | 15856 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14498 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 14499 | 15857 | }, |
| 14500 | 15858 | }, |
| 14501 | 15859 | .{ |
| 14502 | | .name = "cbrt", |
| 14503 | | .opcode = 11, |
| 15860 | .name = "native_sqrt", |
| 15861 | .opcode = 93, |
| 14504 | 15862 | .operands = &.{ |
| 14505 | 15863 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14506 | 15864 | }, |
| 14507 | 15865 | }, |
| 14508 | 15866 | .{ |
| 14509 | | .name = "ceil", |
| 14510 | | .opcode = 12, |
| 15867 | .name = "native_tan", |
| 15868 | .opcode = 94, |
| 14511 | 15869 | .operands = &.{ |
| 14512 | 15870 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14513 | 15871 | }, |
| 14514 | 15872 | }, |
| 14515 | 15873 | .{ |
| 14516 | | .name = "copysign", |
| 14517 | | .opcode = 13, |
| 15874 | .name = "fclamp", |
| 15875 | .opcode = 95, |
| 14518 | 15876 | .operands = &.{ |
| 14519 | 15877 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14520 | 15878 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14521 | | }, |
| 14522 | | }, |
| 14523 | | .{ |
| 14524 | | .name = "cos", |
| 14525 | | .opcode = 14, |
| 14526 | | .operands = &.{ |
| 14527 | 15879 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14528 | 15880 | }, |
| 14529 | 15881 | }, |
| 14530 | 15882 | .{ |
| 14531 | | .name = "cosh", |
| 14532 | | .opcode = 15, |
| 15883 | .name = "degrees", |
| 15884 | .opcode = 96, |
| 14533 | 15885 | .operands = &.{ |
| 14534 | 15886 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14535 | 15887 | }, |
| 14536 | 15888 | }, |
| 14537 | 15889 | .{ |
| 14538 | | .name = "cospi", |
| 14539 | | .opcode = 16, |
| 15890 | .name = "fmax_common", |
| 15891 | .opcode = 97, |
| 14540 | 15892 | .operands = &.{ |
| 14541 | 15893 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15894 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14542 | 15895 | }, |
| 14543 | 15896 | }, |
| 14544 | 15897 | .{ |
| 14545 | | .name = "erfc", |
| 14546 | | .opcode = 17, |
| 15898 | .name = "fmin_common", |
| 15899 | .opcode = 98, |
| 14547 | 15900 | .operands = &.{ |
| 14548 | 15901 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15902 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14549 | 15903 | }, |
| 14550 | 15904 | }, |
| 14551 | 15905 | .{ |
| 14552 | | .name = "erf", |
| 14553 | | .opcode = 18, |
| 15906 | .name = "mix", |
| 15907 | .opcode = 99, |
| 14554 | 15908 | .operands = &.{ |
| 14555 | 15909 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15910 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15911 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14556 | 15912 | }, |
| 14557 | 15913 | }, |
| 14558 | 15914 | .{ |
| 14559 | | .name = "exp", |
| 14560 | | .opcode = 19, |
| 15915 | .name = "radians", |
| 15916 | .opcode = 100, |
| 14561 | 15917 | .operands = &.{ |
| 14562 | 15918 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14563 | 15919 | }, |
| 14564 | 15920 | }, |
| 14565 | 15921 | .{ |
| 14566 | | .name = "exp2", |
| 14567 | | .opcode = 20, |
| 15922 | .name = "step", |
| 15923 | .opcode = 101, |
| 14568 | 15924 | .operands = &.{ |
| 14569 | 15925 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15926 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14570 | 15927 | }, |
| 14571 | 15928 | }, |
| 14572 | 15929 | .{ |
| 14573 | | .name = "exp10", |
| 14574 | | .opcode = 21, |
| 15930 | .name = "smoothstep", |
| 15931 | .opcode = 102, |
| 14575 | 15932 | .operands = &.{ |
| 14576 | 15933 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15934 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15935 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14577 | 15936 | }, |
| 14578 | 15937 | }, |
| 14579 | 15938 | .{ |
| 14580 | | .name = "expm1", |
| 14581 | | .opcode = 22, |
| 15939 | .name = "sign", |
| 15940 | .opcode = 103, |
| 14582 | 15941 | .operands = &.{ |
| 14583 | 15942 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14584 | 15943 | }, |
| 14585 | 15944 | }, |
| 14586 | 15945 | .{ |
| 14587 | | .name = "fabs", |
| 14588 | | .opcode = 23, |
| 15946 | .name = "cross", |
| 15947 | .opcode = 104, |
| 14589 | 15948 | .operands = &.{ |
| 14590 | 15949 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15950 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14591 | 15951 | }, |
| 14592 | 15952 | }, |
| 14593 | 15953 | .{ |
| 14594 | | .name = "fdim", |
| 14595 | | .opcode = 24, |
| 15954 | .name = "distance", |
| 15955 | .opcode = 105, |
| 14596 | 15956 | .operands = &.{ |
| 14597 | 15957 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14598 | 15958 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14599 | 15959 | }, |
| 14600 | 15960 | }, |
| 14601 | 15961 | .{ |
| 14602 | | .name = "floor", |
| 14603 | | .opcode = 25, |
| 15962 | .name = "length", |
| 15963 | .opcode = 106, |
| 14604 | 15964 | .operands = &.{ |
| 14605 | 15965 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14606 | 15966 | }, |
| 14607 | 15967 | }, |
| 14608 | 15968 | .{ |
| 14609 | | .name = "fma", |
| 14610 | | .opcode = 26, |
| 15969 | .name = "normalize", |
| 15970 | .opcode = 107, |
| 14611 | 15971 | .operands = &.{ |
| 14612 | 15972 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14613 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 14614 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 14615 | 15973 | }, |
| 14616 | 15974 | }, |
| 14617 | 15975 | .{ |
| 14618 | | .name = "fmax", |
| 14619 | | .opcode = 27, |
| 15976 | .name = "fast_distance", |
| 15977 | .opcode = 108, |
| 14620 | 15978 | .operands = &.{ |
| 14621 | 15979 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14622 | 15980 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14623 | 15981 | }, |
| 14624 | 15982 | }, |
| 14625 | 15983 | .{ |
| 14626 | | .name = "fmin", |
| 14627 | | .opcode = 28, |
| 15984 | .name = "fast_length", |
| 15985 | .opcode = 109, |
| 14628 | 15986 | .operands = &.{ |
| 14629 | 15987 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14630 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 14631 | 15988 | }, |
| 14632 | 15989 | }, |
| 14633 | 15990 | .{ |
| 14634 | | .name = "fmod", |
| 14635 | | .opcode = 29, |
| 15991 | .name = "fast_normalize", |
| 15992 | .opcode = 110, |
| 14636 | 15993 | .operands = &.{ |
| 14637 | 15994 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14638 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 14639 | 15995 | }, |
| 14640 | 15996 | }, |
| 14641 | 15997 | .{ |
| 14642 | | .name = "fract", |
| 14643 | | .opcode = 30, |
| 15998 | .name = "s_abs", |
| 15999 | .opcode = 141, |
| 14644 | 16000 | .operands = &.{ |
| 14645 | 16001 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14646 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 14647 | 16002 | }, |
| 14648 | 16003 | }, |
| 14649 | 16004 | .{ |
| 14650 | | .name = "frexp", |
| 14651 | | .opcode = 31, |
| 16005 | .name = "s_abs_diff", |
| 16006 | .opcode = 142, |
| 14652 | 16007 | .operands = &.{ |
| 14653 | 16008 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14654 | 16009 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14655 | 16010 | }, |
| 14656 | 16011 | }, |
| 14657 | 16012 | .{ |
| 14658 | | .name = "hypot", |
| 14659 | | .opcode = 32, |
| 16013 | .name = "s_add_sat", |
| 16014 | .opcode = 143, |
| 14660 | 16015 | .operands = &.{ |
| 14661 | 16016 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14662 | 16017 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14663 | 16018 | }, |
| 14664 | 16019 | }, |
| 14665 | 16020 | .{ |
| 14666 | | .name = "ilogb", |
| 14667 | | .opcode = 33, |
| 16021 | .name = "u_add_sat", |
| 16022 | .opcode = 144, |
| 14668 | 16023 | .operands = &.{ |
| 14669 | 16024 | .{ .kind = .id_ref, .quantifier = .required }, |
| 16025 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14670 | 16026 | }, |
| 14671 | 16027 | }, |
| 14672 | 16028 | .{ |
| 14673 | | .name = "ldexp", |
| 14674 | | .opcode = 34, |
| 16029 | .name = "s_hadd", |
| 16030 | .opcode = 145, |
| 14675 | 16031 | .operands = &.{ |
| 14676 | 16032 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14677 | 16033 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14678 | 16034 | }, |
| 14679 | 16035 | }, |
| 14680 | 16036 | .{ |
| 14681 | | .name = "lgamma", |
| 14682 | | .opcode = 35, |
| 16037 | .name = "u_hadd", |
| 16038 | .opcode = 146, |
| 14683 | 16039 | .operands = &.{ |
| 14684 | 16040 | .{ .kind = .id_ref, .quantifier = .required }, |
| 16041 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14685 | 16042 | }, |
| 14686 | 16043 | }, |
| 14687 | 16044 | .{ |
| 14688 | | .name = "lgamma_r", |
| 14689 | | .opcode = 36, |
| 16045 | .name = "s_rhadd", |
| 16046 | .opcode = 147, |
| 14690 | 16047 | .operands = &.{ |
| 14691 | 16048 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14692 | 16049 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14693 | 16050 | }, |
| 14694 | 16051 | }, |
| 14695 | 16052 | .{ |
| 14696 | | .name = "log", |
| 14697 | | .opcode = 37, |
| 16053 | .name = "u_rhadd", |
| 16054 | .opcode = 148, |
| 14698 | 16055 | .operands = &.{ |
| 14699 | 16056 | .{ .kind = .id_ref, .quantifier = .required }, |
| 16057 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14700 | 16058 | }, |
| 14701 | 16059 | }, |
| 14702 | 16060 | .{ |
| 14703 | | .name = "log2", |
| 14704 | | .opcode = 38, |
| 16061 | .name = "s_clamp", |
| 16062 | .opcode = 149, |
| 14705 | 16063 | .operands = &.{ |
| 14706 | 16064 | .{ .kind = .id_ref, .quantifier = .required }, |
| 16065 | .{ .kind = .id_ref, .quantifier = .required }, |
| 16066 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14707 | 16067 | }, |
| 14708 | 16068 | }, |
| 14709 | 16069 | .{ |
| 14710 | | .name = "log10", |
| 14711 | | .opcode = 39, |
| 16070 | .name = "u_clamp", |
| 16071 | .opcode = 150, |
| 14712 | 16072 | .operands = &.{ |
| 14713 | 16073 | .{ .kind = .id_ref, .quantifier = .required }, |
| 16074 | .{ .kind = .id_ref, .quantifier = .required }, |
| 16075 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14714 | 16076 | }, |
| 14715 | 16077 | }, |
| 14716 | 16078 | .{ |
| 14717 | | .name = "log1p", |
| 14718 | | .opcode = 40, |
| 16079 | .name = "clz", |
| 16080 | .opcode = 151, |
| 14719 | 16081 | .operands = &.{ |
| 14720 | 16082 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14721 | 16083 | }, |
| 14722 | 16084 | }, |
| 14723 | 16085 | .{ |
| 14724 | | .name = "logb", |
| 14725 | | .opcode = 41, |
| 16086 | .name = "ctz", |
| 16087 | .opcode = 152, |
| 14726 | 16088 | .operands = &.{ |
| 14727 | 16089 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14728 | 16090 | }, |
| 14729 | 16091 | }, |
| 14730 | 16092 | .{ |
| 14731 | | .name = "mad", |
| 14732 | | .opcode = 42, |
| 16093 | .name = "s_mad_hi", |
| 16094 | .opcode = 153, |
| 14733 | 16095 | .operands = &.{ |
| 14734 | 16096 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14735 | 16097 | .{ .kind = .id_ref, .quantifier = .required }, |
| ... | ... | @@ -14737,607 +16099,636 @@ pub const InstructionSet = enum { |
| 14737 | 16099 | }, |
| 14738 | 16100 | }, |
| 14739 | 16101 | .{ |
| 14740 | | .name = "maxmag", |
| 14741 | | .opcode = 43, |
| 16102 | .name = "u_mad_sat", |
| 16103 | .opcode = 154, |
| 14742 | 16104 | .operands = &.{ |
| 14743 | 16105 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14744 | 16106 | .{ .kind = .id_ref, .quantifier = .required }, |
| 16107 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14745 | 16108 | }, |
| 14746 | 16109 | }, |
| 14747 | 16110 | .{ |
| 14748 | | .name = "minmag", |
| 14749 | | .opcode = 44, |
| 16111 | .name = "s_mad_sat", |
| 16112 | .opcode = 155, |
| 14750 | 16113 | .operands = &.{ |
| 14751 | 16114 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14752 | 16115 | .{ .kind = .id_ref, .quantifier = .required }, |
| 16116 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14753 | 16117 | }, |
| 14754 | 16118 | }, |
| 14755 | 16119 | .{ |
| 14756 | | .name = "modf", |
| 14757 | | .opcode = 45, |
| 16120 | .name = "s_max", |
| 16121 | .opcode = 156, |
| 14758 | 16122 | .operands = &.{ |
| 14759 | 16123 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14760 | 16124 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14761 | 16125 | }, |
| 14762 | 16126 | }, |
| 14763 | 16127 | .{ |
| 14764 | | .name = "nan", |
| 14765 | | .opcode = 46, |
| 16128 | .name = "u_max", |
| 16129 | .opcode = 157, |
| 14766 | 16130 | .operands = &.{ |
| 14767 | 16131 | .{ .kind = .id_ref, .quantifier = .required }, |
| 16132 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14768 | 16133 | }, |
| 14769 | 16134 | }, |
| 14770 | 16135 | .{ |
| 14771 | | .name = "nextafter", |
| 14772 | | .opcode = 47, |
| 16136 | .name = "s_min", |
| 16137 | .opcode = 158, |
| 14773 | 16138 | .operands = &.{ |
| 14774 | 16139 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14775 | 16140 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14776 | 16141 | }, |
| 14777 | 16142 | }, |
| 14778 | 16143 | .{ |
| 14779 | | .name = "pow", |
| 14780 | | .opcode = 48, |
| 16144 | .name = "u_min", |
| 16145 | .opcode = 159, |
| 14781 | 16146 | .operands = &.{ |
| 14782 | 16147 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14783 | 16148 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14784 | 16149 | }, |
| 14785 | 16150 | }, |
| 14786 | 16151 | .{ |
| 14787 | | .name = "pown", |
| 14788 | | .opcode = 49, |
| 16152 | .name = "s_mul_hi", |
| 16153 | .opcode = 160, |
| 14789 | 16154 | .operands = &.{ |
| 14790 | 16155 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14791 | 16156 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14792 | 16157 | }, |
| 14793 | 16158 | }, |
| 14794 | 16159 | .{ |
| 14795 | | .name = "powr", |
| 14796 | | .opcode = 50, |
| 16160 | .name = "rotate", |
| 16161 | .opcode = 161, |
| 14797 | 16162 | .operands = &.{ |
| 14798 | 16163 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14799 | 16164 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14800 | 16165 | }, |
| 14801 | 16166 | }, |
| 14802 | 16167 | .{ |
| 14803 | | .name = "remainder", |
| 14804 | | .opcode = 51, |
| 16168 | .name = "s_sub_sat", |
| 16169 | .opcode = 162, |
| 14805 | 16170 | .operands = &.{ |
| 14806 | 16171 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14807 | 16172 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14808 | 16173 | }, |
| 14809 | 16174 | }, |
| 14810 | 16175 | .{ |
| 14811 | | .name = "remquo", |
| 14812 | | .opcode = 52, |
| 16176 | .name = "u_sub_sat", |
| 16177 | .opcode = 163, |
| 14813 | 16178 | .operands = &.{ |
| 14814 | 16179 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14815 | 16180 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14816 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 14817 | 16181 | }, |
| 14818 | 16182 | }, |
| 14819 | 16183 | .{ |
| 14820 | | .name = "rint", |
| 14821 | | .opcode = 53, |
| 16184 | .name = "u_upsample", |
| 16185 | .opcode = 164, |
| 14822 | 16186 | .operands = &.{ |
| 14823 | 16187 | .{ .kind = .id_ref, .quantifier = .required }, |
| 16188 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14824 | 16189 | }, |
| 14825 | 16190 | }, |
| 14826 | 16191 | .{ |
| 14827 | | .name = "rootn", |
| 14828 | | .opcode = 54, |
| 16192 | .name = "s_upsample", |
| 16193 | .opcode = 165, |
| 14829 | 16194 | .operands = &.{ |
| 14830 | 16195 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14831 | 16196 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14832 | 16197 | }, |
| 14833 | 16198 | }, |
| 14834 | 16199 | .{ |
| 14835 | | .name = "round", |
| 14836 | | .opcode = 55, |
| 16200 | .name = "popcount", |
| 16201 | .opcode = 166, |
| 14837 | 16202 | .operands = &.{ |
| 14838 | 16203 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14839 | 16204 | }, |
| 14840 | 16205 | }, |
| 14841 | 16206 | .{ |
| 14842 | | .name = "rsqrt", |
| 14843 | | .opcode = 56, |
| 16207 | .name = "s_mad24", |
| 16208 | .opcode = 167, |
| 14844 | 16209 | .operands = &.{ |
| 14845 | 16210 | .{ .kind = .id_ref, .quantifier = .required }, |
| 16211 | .{ .kind = .id_ref, .quantifier = .required }, |
| 16212 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14846 | 16213 | }, |
| 14847 | 16214 | }, |
| 14848 | 16215 | .{ |
| 14849 | | .name = "sin", |
| 14850 | | .opcode = 57, |
| 16216 | .name = "u_mad24", |
| 16217 | .opcode = 168, |
| 14851 | 16218 | .operands = &.{ |
| 14852 | 16219 | .{ .kind = .id_ref, .quantifier = .required }, |
| 16220 | .{ .kind = .id_ref, .quantifier = .required }, |
| 16221 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14853 | 16222 | }, |
| 14854 | 16223 | }, |
| 14855 | 16224 | .{ |
| 14856 | | .name = "sincos", |
| 14857 | | .opcode = 58, |
| 16225 | .name = "s_mul24", |
| 16226 | .opcode = 169, |
| 14858 | 16227 | .operands = &.{ |
| 14859 | 16228 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14860 | 16229 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14861 | 16230 | }, |
| 14862 | 16231 | }, |
| 14863 | 16232 | .{ |
| 14864 | | .name = "sinh", |
| 14865 | | .opcode = 59, |
| 16233 | .name = "u_mul24", |
| 16234 | .opcode = 170, |
| 14866 | 16235 | .operands = &.{ |
| 14867 | 16236 | .{ .kind = .id_ref, .quantifier = .required }, |
| 16237 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14868 | 16238 | }, |
| 14869 | 16239 | }, |
| 14870 | 16240 | .{ |
| 14871 | | .name = "sinpi", |
| 14872 | | .opcode = 60, |
| 16241 | .name = "vloadn", |
| 16242 | .opcode = 171, |
| 14873 | 16243 | .operands = &.{ |
| 14874 | 16244 | .{ .kind = .id_ref, .quantifier = .required }, |
| 16245 | .{ .kind = .id_ref, .quantifier = .required }, |
| 16246 | .{ .kind = .literal_integer, .quantifier = .required }, |
| 14875 | 16247 | }, |
| 14876 | 16248 | }, |
| 14877 | 16249 | .{ |
| 14878 | | .name = "sqrt", |
| 14879 | | .opcode = 61, |
| 16250 | .name = "vstoren", |
| 16251 | .opcode = 172, |
| 14880 | 16252 | .operands = &.{ |
| 14881 | 16253 | .{ .kind = .id_ref, .quantifier = .required }, |
| 16254 | .{ .kind = .id_ref, .quantifier = .required }, |
| 16255 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14882 | 16256 | }, |
| 14883 | 16257 | }, |
| 14884 | 16258 | .{ |
| 14885 | | .name = "tan", |
| 14886 | | .opcode = 62, |
| 16259 | .name = "vload_half", |
| 16260 | .opcode = 173, |
| 14887 | 16261 | .operands = &.{ |
| 14888 | 16262 | .{ .kind = .id_ref, .quantifier = .required }, |
| 16263 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14889 | 16264 | }, |
| 14890 | 16265 | }, |
| 14891 | 16266 | .{ |
| 14892 | | .name = "tanh", |
| 14893 | | .opcode = 63, |
| 16267 | .name = "vload_halfn", |
| 16268 | .opcode = 174, |
| 14894 | 16269 | .operands = &.{ |
| 14895 | 16270 | .{ .kind = .id_ref, .quantifier = .required }, |
| 16271 | .{ .kind = .id_ref, .quantifier = .required }, |
| 16272 | .{ .kind = .literal_integer, .quantifier = .required }, |
| 14896 | 16273 | }, |
| 14897 | 16274 | }, |
| 14898 | 16275 | .{ |
| 14899 | | .name = "tanpi", |
| 14900 | | .opcode = 64, |
| 16276 | .name = "vstore_half", |
| 16277 | .opcode = 175, |
| 14901 | 16278 | .operands = &.{ |
| 14902 | 16279 | .{ .kind = .id_ref, .quantifier = .required }, |
| 16280 | .{ .kind = .id_ref, .quantifier = .required }, |
| 16281 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14903 | 16282 | }, |
| 14904 | 16283 | }, |
| 14905 | 16284 | .{ |
| 14906 | | .name = "tgamma", |
| 14907 | | .opcode = 65, |
| 16285 | .name = "vstore_half_r", |
| 16286 | .opcode = 176, |
| 14908 | 16287 | .operands = &.{ |
| 14909 | 16288 | .{ .kind = .id_ref, .quantifier = .required }, |
| 16289 | .{ .kind = .id_ref, .quantifier = .required }, |
| 16290 | .{ .kind = .id_ref, .quantifier = .required }, |
| 16291 | .{ .kind = .fp_rounding_mode, .quantifier = .required }, |
| 14910 | 16292 | }, |
| 14911 | 16293 | }, |
| 14912 | 16294 | .{ |
| 14913 | | .name = "trunc", |
| 14914 | | .opcode = 66, |
| 16295 | .name = "vstore_halfn", |
| 16296 | .opcode = 177, |
| 14915 | 16297 | .operands = &.{ |
| 14916 | 16298 | .{ .kind = .id_ref, .quantifier = .required }, |
| 16299 | .{ .kind = .id_ref, .quantifier = .required }, |
| 16300 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14917 | 16301 | }, |
| 14918 | 16302 | }, |
| 14919 | 16303 | .{ |
| 14920 | | .name = "half_cos", |
| 14921 | | .opcode = 67, |
| 16304 | .name = "vstore_halfn_r", |
| 16305 | .opcode = 178, |
| 14922 | 16306 | .operands = &.{ |
| 14923 | 16307 | .{ .kind = .id_ref, .quantifier = .required }, |
| 16308 | .{ .kind = .id_ref, .quantifier = .required }, |
| 16309 | .{ .kind = .id_ref, .quantifier = .required }, |
| 16310 | .{ .kind = .fp_rounding_mode, .quantifier = .required }, |
| 14924 | 16311 | }, |
| 14925 | 16312 | }, |
| 14926 | 16313 | .{ |
| 14927 | | .name = "half_divide", |
| 14928 | | .opcode = 68, |
| 16314 | .name = "vloada_halfn", |
| 16315 | .opcode = 179, |
| 14929 | 16316 | .operands = &.{ |
| 14930 | 16317 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14931 | 16318 | .{ .kind = .id_ref, .quantifier = .required }, |
| 16319 | .{ .kind = .literal_integer, .quantifier = .required }, |
| 14932 | 16320 | }, |
| 14933 | 16321 | }, |
| 14934 | 16322 | .{ |
| 14935 | | .name = "half_exp", |
| 14936 | | .opcode = 69, |
| 16323 | .name = "vstorea_halfn", |
| 16324 | .opcode = 180, |
| 14937 | 16325 | .operands = &.{ |
| 14938 | 16326 | .{ .kind = .id_ref, .quantifier = .required }, |
| 16327 | .{ .kind = .id_ref, .quantifier = .required }, |
| 16328 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14939 | 16329 | }, |
| 14940 | 16330 | }, |
| 14941 | 16331 | .{ |
| 14942 | | .name = "half_exp2", |
| 14943 | | .opcode = 70, |
| 16332 | .name = "vstorea_halfn_r", |
| 16333 | .opcode = 181, |
| 14944 | 16334 | .operands = &.{ |
| 14945 | 16335 | .{ .kind = .id_ref, .quantifier = .required }, |
| 16336 | .{ .kind = .id_ref, .quantifier = .required }, |
| 16337 | .{ .kind = .id_ref, .quantifier = .required }, |
| 16338 | .{ .kind = .fp_rounding_mode, .quantifier = .required }, |
| 14946 | 16339 | }, |
| 14947 | 16340 | }, |
| 14948 | 16341 | .{ |
| 14949 | | .name = "half_exp10", |
| 14950 | | .opcode = 71, |
| 16342 | .name = "shuffle", |
| 16343 | .opcode = 182, |
| 14951 | 16344 | .operands = &.{ |
| 14952 | 16345 | .{ .kind = .id_ref, .quantifier = .required }, |
| 16346 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14953 | 16347 | }, |
| 14954 | 16348 | }, |
| 14955 | 16349 | .{ |
| 14956 | | .name = "half_log", |
| 14957 | | .opcode = 72, |
| 16350 | .name = "shuffle2", |
| 16351 | .opcode = 183, |
| 14958 | 16352 | .operands = &.{ |
| 14959 | 16353 | .{ .kind = .id_ref, .quantifier = .required }, |
| 16354 | .{ .kind = .id_ref, .quantifier = .required }, |
| 16355 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14960 | 16356 | }, |
| 14961 | 16357 | }, |
| 14962 | 16358 | .{ |
| 14963 | | .name = "half_log2", |
| 14964 | | .opcode = 73, |
| 16359 | .name = "printf", |
| 16360 | .opcode = 184, |
| 14965 | 16361 | .operands = &.{ |
| 14966 | 16362 | .{ .kind = .id_ref, .quantifier = .required }, |
| 16363 | .{ .kind = .id_ref, .quantifier = .variadic }, |
| 14967 | 16364 | }, |
| 14968 | 16365 | }, |
| 14969 | 16366 | .{ |
| 14970 | | .name = "half_log10", |
| 14971 | | .opcode = 74, |
| 16367 | .name = "prefetch", |
| 16368 | .opcode = 185, |
| 14972 | 16369 | .operands = &.{ |
| 14973 | 16370 | .{ .kind = .id_ref, .quantifier = .required }, |
| 16371 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14974 | 16372 | }, |
| 14975 | 16373 | }, |
| 14976 | 16374 | .{ |
| 14977 | | .name = "half_powr", |
| 14978 | | .opcode = 75, |
| 16375 | .name = "bitselect", |
| 16376 | .opcode = 186, |
| 14979 | 16377 | .operands = &.{ |
| 14980 | 16378 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14981 | 16379 | .{ .kind = .id_ref, .quantifier = .required }, |
| 16380 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14982 | 16381 | }, |
| 14983 | 16382 | }, |
| 14984 | 16383 | .{ |
| 14985 | | .name = "half_recip", |
| 14986 | | .opcode = 76, |
| 16384 | .name = "select", |
| 16385 | .opcode = 187, |
| 14987 | 16386 | .operands = &.{ |
| 14988 | 16387 | .{ .kind = .id_ref, .quantifier = .required }, |
| 16388 | .{ .kind = .id_ref, .quantifier = .required }, |
| 16389 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14989 | 16390 | }, |
| 14990 | 16391 | }, |
| 14991 | 16392 | .{ |
| 14992 | | .name = "half_rsqrt", |
| 14993 | | .opcode = 77, |
| 16393 | .name = "u_abs", |
| 16394 | .opcode = 201, |
| 14994 | 16395 | .operands = &.{ |
| 14995 | 16396 | .{ .kind = .id_ref, .quantifier = .required }, |
| 14996 | 16397 | }, |
| 14997 | 16398 | }, |
| 14998 | 16399 | .{ |
| 14999 | | .name = "half_sin", |
| 15000 | | .opcode = 78, |
| 16400 | .name = "u_abs_diff", |
| 16401 | .opcode = 202, |
| 15001 | 16402 | .operands = &.{ |
| 15002 | 16403 | .{ .kind = .id_ref, .quantifier = .required }, |
| 16404 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15003 | 16405 | }, |
| 15004 | 16406 | }, |
| 15005 | 16407 | .{ |
| 15006 | | .name = "half_sqrt", |
| 15007 | | .opcode = 79, |
| 16408 | .name = "u_mul_hi", |
| 16409 | .opcode = 203, |
| 15008 | 16410 | .operands = &.{ |
| 15009 | 16411 | .{ .kind = .id_ref, .quantifier = .required }, |
| 16412 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15010 | 16413 | }, |
| 15011 | 16414 | }, |
| 15012 | 16415 | .{ |
| 15013 | | .name = "half_tan", |
| 15014 | | .opcode = 80, |
| 16416 | .name = "u_mad_hi", |
| 16417 | .opcode = 204, |
| 15015 | 16418 | .operands = &.{ |
| 15016 | 16419 | .{ .kind = .id_ref, .quantifier = .required }, |
| 16420 | .{ .kind = .id_ref, .quantifier = .required }, |
| 16421 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15017 | 16422 | }, |
| 15018 | 16423 | }, |
| 16424 | }, |
| 16425 | .@"GLSL.std.450" => &.{ |
| 15019 | 16426 | .{ |
| 15020 | | .name = "native_cos", |
| 15021 | | .opcode = 81, |
| 16427 | .name = "Round", |
| 16428 | .opcode = 1, |
| 15022 | 16429 | .operands = &.{ |
| 15023 | 16430 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15024 | 16431 | }, |
| 15025 | 16432 | }, |
| 15026 | 16433 | .{ |
| 15027 | | .name = "native_divide", |
| 15028 | | .opcode = 82, |
| 16434 | .name = "RoundEven", |
| 16435 | .opcode = 2, |
| 15029 | 16436 | .operands = &.{ |
| 15030 | 16437 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15031 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 15032 | 16438 | }, |
| 15033 | 16439 | }, |
| 15034 | 16440 | .{ |
| 15035 | | .name = "native_exp", |
| 15036 | | .opcode = 83, |
| 16441 | .name = "Trunc", |
| 16442 | .opcode = 3, |
| 15037 | 16443 | .operands = &.{ |
| 15038 | 16444 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15039 | 16445 | }, |
| 15040 | 16446 | }, |
| 15041 | 16447 | .{ |
| 15042 | | .name = "native_exp2", |
| 15043 | | .opcode = 84, |
| 16448 | .name = "FAbs", |
| 16449 | .opcode = 4, |
| 15044 | 16450 | .operands = &.{ |
| 15045 | 16451 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15046 | 16452 | }, |
| 15047 | 16453 | }, |
| 15048 | 16454 | .{ |
| 15049 | | .name = "native_exp10", |
| 15050 | | .opcode = 85, |
| 16455 | .name = "SAbs", |
| 16456 | .opcode = 5, |
| 15051 | 16457 | .operands = &.{ |
| 15052 | 16458 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15053 | 16459 | }, |
| 15054 | 16460 | }, |
| 15055 | 16461 | .{ |
| 15056 | | .name = "native_log", |
| 15057 | | .opcode = 86, |
| 16462 | .name = "FSign", |
| 16463 | .opcode = 6, |
| 15058 | 16464 | .operands = &.{ |
| 15059 | 16465 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15060 | 16466 | }, |
| 15061 | 16467 | }, |
| 15062 | 16468 | .{ |
| 15063 | | .name = "native_log2", |
| 15064 | | .opcode = 87, |
| 16469 | .name = "SSign", |
| 16470 | .opcode = 7, |
| 15065 | 16471 | .operands = &.{ |
| 15066 | 16472 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15067 | 16473 | }, |
| 15068 | 16474 | }, |
| 15069 | 16475 | .{ |
| 15070 | | .name = "native_log10", |
| 15071 | | .opcode = 88, |
| 16476 | .name = "Floor", |
| 16477 | .opcode = 8, |
| 15072 | 16478 | .operands = &.{ |
| 15073 | 16479 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15074 | 16480 | }, |
| 15075 | 16481 | }, |
| 15076 | 16482 | .{ |
| 15077 | | .name = "native_powr", |
| 15078 | | .opcode = 89, |
| 16483 | .name = "Ceil", |
| 16484 | .opcode = 9, |
| 15079 | 16485 | .operands = &.{ |
| 15080 | 16486 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15081 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 15082 | 16487 | }, |
| 15083 | 16488 | }, |
| 15084 | 16489 | .{ |
| 15085 | | .name = "native_recip", |
| 15086 | | .opcode = 90, |
| 16490 | .name = "Fract", |
| 16491 | .opcode = 10, |
| 15087 | 16492 | .operands = &.{ |
| 15088 | 16493 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15089 | 16494 | }, |
| 15090 | 16495 | }, |
| 15091 | 16496 | .{ |
| 15092 | | .name = "native_rsqrt", |
| 15093 | | .opcode = 91, |
| 16497 | .name = "Radians", |
| 16498 | .opcode = 11, |
| 15094 | 16499 | .operands = &.{ |
| 15095 | 16500 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15096 | 16501 | }, |
| 15097 | 16502 | }, |
| 15098 | 16503 | .{ |
| 15099 | | .name = "native_sin", |
| 15100 | | .opcode = 92, |
| 16504 | .name = "Degrees", |
| 16505 | .opcode = 12, |
| 15101 | 16506 | .operands = &.{ |
| 15102 | 16507 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15103 | 16508 | }, |
| 15104 | 16509 | }, |
| 15105 | 16510 | .{ |
| 15106 | | .name = "native_sqrt", |
| 15107 | | .opcode = 93, |
| 16511 | .name = "Sin", |
| 16512 | .opcode = 13, |
| 15108 | 16513 | .operands = &.{ |
| 15109 | 16514 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15110 | 16515 | }, |
| 15111 | 16516 | }, |
| 15112 | 16517 | .{ |
| 15113 | | .name = "native_tan", |
| 15114 | | .opcode = 94, |
| 16518 | .name = "Cos", |
| 16519 | .opcode = 14, |
| 15115 | 16520 | .operands = &.{ |
| 15116 | 16521 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15117 | 16522 | }, |
| 15118 | 16523 | }, |
| 15119 | 16524 | .{ |
| 15120 | | .name = "fclamp", |
| 15121 | | .opcode = 95, |
| 16525 | .name = "Tan", |
| 16526 | .opcode = 15, |
| 15122 | 16527 | .operands = &.{ |
| 15123 | 16528 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15124 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 15125 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 15126 | 16529 | }, |
| 15127 | 16530 | }, |
| 15128 | 16531 | .{ |
| 15129 | | .name = "degrees", |
| 15130 | | .opcode = 96, |
| 16532 | .name = "Asin", |
| 16533 | .opcode = 16, |
| 15131 | 16534 | .operands = &.{ |
| 15132 | 16535 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15133 | 16536 | }, |
| 15134 | 16537 | }, |
| 15135 | 16538 | .{ |
| 15136 | | .name = "fmax_common", |
| 15137 | | .opcode = 97, |
| 16539 | .name = "Acos", |
| 16540 | .opcode = 17, |
| 15138 | 16541 | .operands = &.{ |
| 15139 | 16542 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15140 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 15141 | 16543 | }, |
| 15142 | 16544 | }, |
| 15143 | 16545 | .{ |
| 15144 | | .name = "fmin_common", |
| 15145 | | .opcode = 98, |
| 16546 | .name = "Atan", |
| 16547 | .opcode = 18, |
| 15146 | 16548 | .operands = &.{ |
| 15147 | 16549 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15148 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 15149 | 16550 | }, |
| 15150 | 16551 | }, |
| 15151 | 16552 | .{ |
| 15152 | | .name = "mix", |
| 15153 | | .opcode = 99, |
| 16553 | .name = "Sinh", |
| 16554 | .opcode = 19, |
| 15154 | 16555 | .operands = &.{ |
| 15155 | 16556 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15156 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 15157 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 15158 | 16557 | }, |
| 15159 | 16558 | }, |
| 15160 | 16559 | .{ |
| 15161 | | .name = "radians", |
| 15162 | | .opcode = 100, |
| 16560 | .name = "Cosh", |
| 16561 | .opcode = 20, |
| 15163 | 16562 | .operands = &.{ |
| 15164 | 16563 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15165 | 16564 | }, |
| 15166 | 16565 | }, |
| 15167 | 16566 | .{ |
| 15168 | | .name = "step", |
| 15169 | | .opcode = 101, |
| 16567 | .name = "Tanh", |
| 16568 | .opcode = 21, |
| 15170 | 16569 | .operands = &.{ |
| 15171 | 16570 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15172 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 15173 | 16571 | }, |
| 15174 | 16572 | }, |
| 15175 | 16573 | .{ |
| 15176 | | .name = "smoothstep", |
| 15177 | | .opcode = 102, |
| 16574 | .name = "Asinh", |
| 16575 | .opcode = 22, |
| 15178 | 16576 | .operands = &.{ |
| 15179 | 16577 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15180 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 15181 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 15182 | 16578 | }, |
| 15183 | 16579 | }, |
| 15184 | 16580 | .{ |
| 15185 | | .name = "sign", |
| 15186 | | .opcode = 103, |
| 16581 | .name = "Acosh", |
| 16582 | .opcode = 23, |
| 15187 | 16583 | .operands = &.{ |
| 15188 | 16584 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15189 | 16585 | }, |
| 15190 | 16586 | }, |
| 15191 | 16587 | .{ |
| 15192 | | .name = "cross", |
| 15193 | | .opcode = 104, |
| 16588 | .name = "Atanh", |
| 16589 | .opcode = 24, |
| 15194 | 16590 | .operands = &.{ |
| 15195 | 16591 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15196 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 15197 | 16592 | }, |
| 15198 | 16593 | }, |
| 15199 | 16594 | .{ |
| 15200 | | .name = "distance", |
| 15201 | | .opcode = 105, |
| 16595 | .name = "Atan2", |
| 16596 | .opcode = 25, |
| 15202 | 16597 | .operands = &.{ |
| 15203 | 16598 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15204 | 16599 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15205 | 16600 | }, |
| 15206 | 16601 | }, |
| 15207 | 16602 | .{ |
| 15208 | | .name = "length", |
| 15209 | | .opcode = 106, |
| 16603 | .name = "Pow", |
| 16604 | .opcode = 26, |
| 15210 | 16605 | .operands = &.{ |
| 15211 | 16606 | .{ .kind = .id_ref, .quantifier = .required }, |
| 16607 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15212 | 16608 | }, |
| 15213 | 16609 | }, |
| 15214 | 16610 | .{ |
| 15215 | | .name = "normalize", |
| 15216 | | .opcode = 107, |
| 16611 | .name = "Exp", |
| 16612 | .opcode = 27, |
| 15217 | 16613 | .operands = &.{ |
| 15218 | 16614 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15219 | 16615 | }, |
| 15220 | 16616 | }, |
| 15221 | 16617 | .{ |
| 15222 | | .name = "fast_distance", |
| 15223 | | .opcode = 108, |
| 16618 | .name = "Log", |
| 16619 | .opcode = 28, |
| 15224 | 16620 | .operands = &.{ |
| 15225 | 16621 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15226 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 15227 | 16622 | }, |
| 15228 | 16623 | }, |
| 15229 | 16624 | .{ |
| 15230 | | .name = "fast_length", |
| 15231 | | .opcode = 109, |
| 16625 | .name = "Exp2", |
| 16626 | .opcode = 29, |
| 15232 | 16627 | .operands = &.{ |
| 15233 | 16628 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15234 | 16629 | }, |
| 15235 | 16630 | }, |
| 15236 | 16631 | .{ |
| 15237 | | .name = "fast_normalize", |
| 15238 | | .opcode = 110, |
| 16632 | .name = "Log2", |
| 16633 | .opcode = 30, |
| 15239 | 16634 | .operands = &.{ |
| 15240 | 16635 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15241 | 16636 | }, |
| 15242 | 16637 | }, |
| 15243 | 16638 | .{ |
| 15244 | | .name = "s_abs", |
| 15245 | | .opcode = 141, |
| 16639 | .name = "Sqrt", |
| 16640 | .opcode = 31, |
| 15246 | 16641 | .operands = &.{ |
| 15247 | 16642 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15248 | 16643 | }, |
| 15249 | 16644 | }, |
| 15250 | 16645 | .{ |
| 15251 | | .name = "s_abs_diff", |
| 15252 | | .opcode = 142, |
| 16646 | .name = "InverseSqrt", |
| 16647 | .opcode = 32, |
| 15253 | 16648 | .operands = &.{ |
| 15254 | 16649 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15255 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 15256 | 16650 | }, |
| 15257 | 16651 | }, |
| 15258 | 16652 | .{ |
| 15259 | | .name = "s_add_sat", |
| 15260 | | .opcode = 143, |
| 16653 | .name = "Determinant", |
| 16654 | .opcode = 33, |
| 15261 | 16655 | .operands = &.{ |
| 15262 | 16656 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15263 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 15264 | 16657 | }, |
| 15265 | 16658 | }, |
| 15266 | 16659 | .{ |
| 15267 | | .name = "u_add_sat", |
| 15268 | | .opcode = 144, |
| 16660 | .name = "MatrixInverse", |
| 16661 | .opcode = 34, |
| 15269 | 16662 | .operands = &.{ |
| 15270 | 16663 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15271 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 15272 | 16664 | }, |
| 15273 | 16665 | }, |
| 15274 | 16666 | .{ |
| 15275 | | .name = "s_hadd", |
| 15276 | | .opcode = 145, |
| 16667 | .name = "Modf", |
| 16668 | .opcode = 35, |
| 15277 | 16669 | .operands = &.{ |
| 15278 | 16670 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15279 | 16671 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15280 | 16672 | }, |
| 15281 | 16673 | }, |
| 15282 | 16674 | .{ |
| 15283 | | .name = "u_hadd", |
| 15284 | | .opcode = 146, |
| 16675 | .name = "ModfStruct", |
| 16676 | .opcode = 36, |
| 15285 | 16677 | .operands = &.{ |
| 15286 | 16678 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15287 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 15288 | 16679 | }, |
| 15289 | 16680 | }, |
| 15290 | 16681 | .{ |
| 15291 | | .name = "s_rhadd", |
| 15292 | | .opcode = 147, |
| 16682 | .name = "FMin", |
| 16683 | .opcode = 37, |
| 15293 | 16684 | .operands = &.{ |
| 15294 | 16685 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15295 | 16686 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15296 | 16687 | }, |
| 15297 | 16688 | }, |
| 15298 | 16689 | .{ |
| 15299 | | .name = "u_rhadd", |
| 15300 | | .opcode = 148, |
| 16690 | .name = "UMin", |
| 16691 | .opcode = 38, |
| 15301 | 16692 | .operands = &.{ |
| 15302 | 16693 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15303 | 16694 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15304 | 16695 | }, |
| 15305 | 16696 | }, |
| 15306 | 16697 | .{ |
| 15307 | | .name = "s_clamp", |
| 15308 | | .opcode = 149, |
| 16698 | .name = "SMin", |
| 16699 | .opcode = 39, |
| 15309 | 16700 | .operands = &.{ |
| 15310 | 16701 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15311 | 16702 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15312 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 15313 | 16703 | }, |
| 15314 | 16704 | }, |
| 15315 | 16705 | .{ |
| 15316 | | .name = "u_clamp", |
| 15317 | | .opcode = 150, |
| 16706 | .name = "FMax", |
| 16707 | .opcode = 40, |
| 15318 | 16708 | .operands = &.{ |
| 15319 | 16709 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15320 | 16710 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15321 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 15322 | 16711 | }, |
| 15323 | 16712 | }, |
| 15324 | 16713 | .{ |
| 15325 | | .name = "clz", |
| 15326 | | .opcode = 151, |
| 16714 | .name = "UMax", |
| 16715 | .opcode = 41, |
| 15327 | 16716 | .operands = &.{ |
| 15328 | 16717 | .{ .kind = .id_ref, .quantifier = .required }, |
| 16718 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15329 | 16719 | }, |
| 15330 | 16720 | }, |
| 15331 | 16721 | .{ |
| 15332 | | .name = "ctz", |
| 15333 | | .opcode = 152, |
| 16722 | .name = "SMax", |
| 16723 | .opcode = 42, |
| 15334 | 16724 | .operands = &.{ |
| 15335 | 16725 | .{ .kind = .id_ref, .quantifier = .required }, |
| 16726 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15336 | 16727 | }, |
| 15337 | 16728 | }, |
| 15338 | 16729 | .{ |
| 15339 | | .name = "s_mad_hi", |
| 15340 | | .opcode = 153, |
| 16730 | .name = "FClamp", |
| 16731 | .opcode = 43, |
| 15341 | 16732 | .operands = &.{ |
| 15342 | 16733 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15343 | 16734 | .{ .kind = .id_ref, .quantifier = .required }, |
| ... | ... | @@ -15345,8 +16736,8 @@ pub const InstructionSet = enum { |
| 15345 | 16736 | }, |
| 15346 | 16737 | }, |
| 15347 | 16738 | .{ |
| 15348 | | .name = "u_mad_sat", |
| 15349 | | .opcode = 154, |
| 16739 | .name = "UClamp", |
| 16740 | .opcode = 44, |
| 15350 | 16741 | .operands = &.{ |
| 15351 | 16742 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15352 | 16743 | .{ .kind = .id_ref, .quantifier = .required }, |
| ... | ... | @@ -15354,8 +16745,8 @@ pub const InstructionSet = enum { |
| 15354 | 16745 | }, |
| 15355 | 16746 | }, |
| 15356 | 16747 | .{ |
| 15357 | | .name = "s_mad_sat", |
| 15358 | | .opcode = 155, |
| 16748 | .name = "SClamp", |
| 16749 | .opcode = 45, |
| 15359 | 16750 | .operands = &.{ |
| 15360 | 16751 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15361 | 16752 | .{ .kind = .id_ref, .quantifier = .required }, |
| ... | ... | @@ -15363,211 +16754,189 @@ pub const InstructionSet = enum { |
| 15363 | 16754 | }, |
| 15364 | 16755 | }, |
| 15365 | 16756 | .{ |
| 15366 | | .name = "s_max", |
| 15367 | | .opcode = 156, |
| 16757 | .name = "FMix", |
| 16758 | .opcode = 46, |
| 15368 | 16759 | .operands = &.{ |
| 15369 | 16760 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15370 | 16761 | .{ .kind = .id_ref, .quantifier = .required }, |
| 16762 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15371 | 16763 | }, |
| 15372 | 16764 | }, |
| 15373 | 16765 | .{ |
| 15374 | | .name = "u_max", |
| 15375 | | .opcode = 157, |
| 16766 | .name = "IMix", |
| 16767 | .opcode = 47, |
| 15376 | 16768 | .operands = &.{ |
| 15377 | 16769 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15378 | 16770 | .{ .kind = .id_ref, .quantifier = .required }, |
| 16771 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15379 | 16772 | }, |
| 15380 | 16773 | }, |
| 15381 | 16774 | .{ |
| 15382 | | .name = "s_min", |
| 15383 | | .opcode = 158, |
| 16775 | .name = "Step", |
| 16776 | .opcode = 48, |
| 15384 | 16777 | .operands = &.{ |
| 15385 | 16778 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15386 | 16779 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15387 | 16780 | }, |
| 15388 | 16781 | }, |
| 15389 | 16782 | .{ |
| 15390 | | .name = "u_min", |
| 15391 | | .opcode = 159, |
| 16783 | .name = "SmoothStep", |
| 16784 | .opcode = 49, |
| 15392 | 16785 | .operands = &.{ |
| 15393 | 16786 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15394 | 16787 | .{ .kind = .id_ref, .quantifier = .required }, |
| 16788 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15395 | 16789 | }, |
| 15396 | 16790 | }, |
| 15397 | 16791 | .{ |
| 15398 | | .name = "s_mul_hi", |
| 15399 | | .opcode = 160, |
| 16792 | .name = "Fma", |
| 16793 | .opcode = 50, |
| 15400 | 16794 | .operands = &.{ |
| 15401 | 16795 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15402 | 16796 | .{ .kind = .id_ref, .quantifier = .required }, |
| 16797 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15403 | 16798 | }, |
| 15404 | 16799 | }, |
| 15405 | 16800 | .{ |
| 15406 | | .name = "rotate", |
| 15407 | | .opcode = 161, |
| 16801 | .name = "Frexp", |
| 16802 | .opcode = 51, |
| 15408 | 16803 | .operands = &.{ |
| 15409 | 16804 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15410 | 16805 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15411 | 16806 | }, |
| 15412 | 16807 | }, |
| 15413 | 16808 | .{ |
| 15414 | | .name = "s_sub_sat", |
| 15415 | | .opcode = 162, |
| 16809 | .name = "FrexpStruct", |
| 16810 | .opcode = 52, |
| 15416 | 16811 | .operands = &.{ |
| 15417 | 16812 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15418 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 15419 | 16813 | }, |
| 15420 | 16814 | }, |
| 15421 | 16815 | .{ |
| 15422 | | .name = "u_sub_sat", |
| 15423 | | .opcode = 163, |
| 16816 | .name = "Ldexp", |
| 16817 | .opcode = 53, |
| 15424 | 16818 | .operands = &.{ |
| 15425 | 16819 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15426 | 16820 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15427 | 16821 | }, |
| 15428 | 16822 | }, |
| 15429 | 16823 | .{ |
| 15430 | | .name = "u_upsample", |
| 15431 | | .opcode = 164, |
| 16824 | .name = "PackSnorm4x8", |
| 16825 | .opcode = 54, |
| 15432 | 16826 | .operands = &.{ |
| 15433 | 16827 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15434 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 15435 | 16828 | }, |
| 15436 | 16829 | }, |
| 15437 | 16830 | .{ |
| 15438 | | .name = "s_upsample", |
| 15439 | | .opcode = 165, |
| 16831 | .name = "PackUnorm4x8", |
| 16832 | .opcode = 55, |
| 15440 | 16833 | .operands = &.{ |
| 15441 | 16834 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15442 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 15443 | 16835 | }, |
| 15444 | 16836 | }, |
| 15445 | 16837 | .{ |
| 15446 | | .name = "popcount", |
| 15447 | | .opcode = 166, |
| 16838 | .name = "PackSnorm2x16", |
| 16839 | .opcode = 56, |
| 15448 | 16840 | .operands = &.{ |
| 15449 | 16841 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15450 | 16842 | }, |
| 15451 | 16843 | }, |
| 15452 | 16844 | .{ |
| 15453 | | .name = "s_mad24", |
| 15454 | | .opcode = 167, |
| 16845 | .name = "PackUnorm2x16", |
| 16846 | .opcode = 57, |
| 15455 | 16847 | .operands = &.{ |
| 15456 | 16848 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15457 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 15458 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 15459 | 16849 | }, |
| 15460 | 16850 | }, |
| 15461 | 16851 | .{ |
| 15462 | | .name = "u_mad24", |
| 15463 | | .opcode = 168, |
| 16852 | .name = "PackHalf2x16", |
| 16853 | .opcode = 58, |
| 15464 | 16854 | .operands = &.{ |
| 15465 | 16855 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15466 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 15467 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 15468 | 16856 | }, |
| 15469 | 16857 | }, |
| 15470 | 16858 | .{ |
| 15471 | | .name = "s_mul24", |
| 15472 | | .opcode = 169, |
| 16859 | .name = "PackDouble2x32", |
| 16860 | .opcode = 59, |
| 15473 | 16861 | .operands = &.{ |
| 15474 | 16862 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15475 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 15476 | 16863 | }, |
| 15477 | 16864 | }, |
| 15478 | 16865 | .{ |
| 15479 | | .name = "u_mul24", |
| 15480 | | .opcode = 170, |
| 16866 | .name = "UnpackSnorm2x16", |
| 16867 | .opcode = 60, |
| 15481 | 16868 | .operands = &.{ |
| 15482 | 16869 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15483 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 15484 | 16870 | }, |
| 15485 | 16871 | }, |
| 15486 | 16872 | .{ |
| 15487 | | .name = "vloadn", |
| 15488 | | .opcode = 171, |
| 16873 | .name = "UnpackUnorm2x16", |
| 16874 | .opcode = 61, |
| 15489 | 16875 | .operands = &.{ |
| 15490 | 16876 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15491 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 15492 | | .{ .kind = .literal_integer, .quantifier = .required }, |
| 15493 | 16877 | }, |
| 15494 | 16878 | }, |
| 15495 | 16879 | .{ |
| 15496 | | .name = "vstoren", |
| 15497 | | .opcode = 172, |
| 16880 | .name = "UnpackHalf2x16", |
| 16881 | .opcode = 62, |
| 15498 | 16882 | .operands = &.{ |
| 15499 | 16883 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15500 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 15501 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 15502 | 16884 | }, |
| 15503 | 16885 | }, |
| 15504 | 16886 | .{ |
| 15505 | | .name = "vload_half", |
| 15506 | | .opcode = 173, |
| 16887 | .name = "UnpackSnorm4x8", |
| 16888 | .opcode = 63, |
| 15507 | 16889 | .operands = &.{ |
| 15508 | 16890 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15509 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 15510 | 16891 | }, |
| 15511 | 16892 | }, |
| 15512 | 16893 | .{ |
| 15513 | | .name = "vload_halfn", |
| 15514 | | .opcode = 174, |
| 16894 | .name = "UnpackUnorm4x8", |
| 16895 | .opcode = 64, |
| 15515 | 16896 | .operands = &.{ |
| 15516 | 16897 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15517 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 15518 | | .{ .kind = .literal_integer, .quantifier = .required }, |
| 15519 | 16898 | }, |
| 15520 | 16899 | }, |
| 15521 | 16900 | .{ |
| 15522 | | .name = "vstore_half", |
| 15523 | | .opcode = 175, |
| 16901 | .name = "UnpackDouble2x32", |
| 16902 | .opcode = 65, |
| 15524 | 16903 | .operands = &.{ |
| 15525 | 16904 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15526 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 15527 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 15528 | 16905 | }, |
| 15529 | 16906 | }, |
| 15530 | 16907 | .{ |
| 15531 | | .name = "vstore_half_r", |
| 15532 | | .opcode = 176, |
| 16908 | .name = "Length", |
| 16909 | .opcode = 66, |
| 15533 | 16910 | .operands = &.{ |
| 15534 | 16911 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15535 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 15536 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 15537 | | .{ .kind = .fp_rounding_mode, .quantifier = .required }, |
| 15538 | 16912 | }, |
| 15539 | 16913 | }, |
| 15540 | 16914 | .{ |
| 15541 | | .name = "vstore_halfn", |
| 15542 | | .opcode = 177, |
| 16915 | .name = "Distance", |
| 16916 | .opcode = 67, |
| 15543 | 16917 | .operands = &.{ |
| 15544 | 16918 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15545 | 16919 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15546 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 15547 | 16920 | }, |
| 15548 | 16921 | }, |
| 15549 | 16922 | .{ |
| 15550 | | .name = "vstore_halfn_r", |
| 15551 | | .opcode = 178, |
| 16923 | .name = "Cross", |
| 16924 | .opcode = 68, |
| 15552 | 16925 | .operands = &.{ |
| 15553 | 16926 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15554 | 16927 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15555 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 15556 | | .{ .kind = .fp_rounding_mode, .quantifier = .required }, |
| 15557 | 16928 | }, |
| 15558 | 16929 | }, |
| 15559 | 16930 | .{ |
| 15560 | | .name = "vloada_halfn", |
| 15561 | | .opcode = 179, |
| 16931 | .name = "Normalize", |
| 16932 | .opcode = 69, |
| 15562 | 16933 | .operands = &.{ |
| 15563 | 16934 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15564 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 15565 | | .{ .kind = .literal_integer, .quantifier = .required }, |
| 15566 | 16935 | }, |
| 15567 | 16936 | }, |
| 15568 | 16937 | .{ |
| 15569 | | .name = "vstorea_halfn", |
| 15570 | | .opcode = 180, |
| 16938 | .name = "FaceForward", |
| 16939 | .opcode = 70, |
| 15571 | 16940 | .operands = &.{ |
| 15572 | 16941 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15573 | 16942 | .{ .kind = .id_ref, .quantifier = .required }, |
| ... | ... | @@ -15575,92 +16944,85 @@ pub const InstructionSet = enum { |
| 15575 | 16944 | }, |
| 15576 | 16945 | }, |
| 15577 | 16946 | .{ |
| 15578 | | .name = "vstorea_halfn_r", |
| 15579 | | .opcode = 181, |
| 16947 | .name = "Reflect", |
| 16948 | .opcode = 71, |
| 15580 | 16949 | .operands = &.{ |
| 15581 | 16950 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15582 | 16951 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15583 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 15584 | | .{ .kind = .fp_rounding_mode, .quantifier = .required }, |
| 15585 | 16952 | }, |
| 15586 | 16953 | }, |
| 15587 | 16954 | .{ |
| 15588 | | .name = "shuffle", |
| 15589 | | .opcode = 182, |
| 16955 | .name = "Refract", |
| 16956 | .opcode = 72, |
| 15590 | 16957 | .operands = &.{ |
| 15591 | 16958 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15592 | 16959 | .{ .kind = .id_ref, .quantifier = .required }, |
| 16960 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15593 | 16961 | }, |
| 15594 | 16962 | }, |
| 15595 | 16963 | .{ |
| 15596 | | .name = "shuffle2", |
| 15597 | | .opcode = 183, |
| 16964 | .name = "FindILsb", |
| 16965 | .opcode = 73, |
| 15598 | 16966 | .operands = &.{ |
| 15599 | 16967 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15600 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 15601 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 15602 | 16968 | }, |
| 15603 | 16969 | }, |
| 15604 | 16970 | .{ |
| 15605 | | .name = "printf", |
| 15606 | | .opcode = 184, |
| 16971 | .name = "FindSMsb", |
| 16972 | .opcode = 74, |
| 15607 | 16973 | .operands = &.{ |
| 15608 | 16974 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15609 | | .{ .kind = .id_ref, .quantifier = .variadic }, |
| 15610 | 16975 | }, |
| 15611 | 16976 | }, |
| 15612 | 16977 | .{ |
| 15613 | | .name = "prefetch", |
| 15614 | | .opcode = 185, |
| 16978 | .name = "FindUMsb", |
| 16979 | .opcode = 75, |
| 15615 | 16980 | .operands = &.{ |
| 15616 | 16981 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15617 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 15618 | 16982 | }, |
| 15619 | 16983 | }, |
| 15620 | 16984 | .{ |
| 15621 | | .name = "bitselect", |
| 15622 | | .opcode = 186, |
| 16985 | .name = "InterpolateAtCentroid", |
| 16986 | .opcode = 76, |
| 15623 | 16987 | .operands = &.{ |
| 15624 | 16988 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15625 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 15626 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 15627 | 16989 | }, |
| 15628 | 16990 | }, |
| 15629 | 16991 | .{ |
| 15630 | | .name = "select", |
| 15631 | | .opcode = 187, |
| 16992 | .name = "InterpolateAtSample", |
| 16993 | .opcode = 77, |
| 15632 | 16994 | .operands = &.{ |
| 15633 | 16995 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15634 | 16996 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15635 | | .{ .kind = .id_ref, .quantifier = .required }, |
| 15636 | 16997 | }, |
| 15637 | 16998 | }, |
| 15638 | 16999 | .{ |
| 15639 | | .name = "u_abs", |
| 15640 | | .opcode = 201, |
| 17000 | .name = "InterpolateAtOffset", |
| 17001 | .opcode = 78, |
| 15641 | 17002 | .operands = &.{ |
| 15642 | 17003 | .{ .kind = .id_ref, .quantifier = .required }, |
| 17004 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15643 | 17005 | }, |
| 15644 | 17006 | }, |
| 15645 | 17007 | .{ |
| 15646 | | .name = "u_abs_diff", |
| 15647 | | .opcode = 202, |
| 17008 | .name = "NMin", |
| 17009 | .opcode = 79, |
| 15648 | 17010 | .operands = &.{ |
| 15649 | 17011 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15650 | 17012 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15651 | 17013 | }, |
| 15652 | 17014 | }, |
| 15653 | 17015 | .{ |
| 15654 | | .name = "u_mul_hi", |
| 15655 | | .opcode = 203, |
| 17016 | .name = "NMax", |
| 17017 | .opcode = 80, |
| 15656 | 17018 | .operands = &.{ |
| 15657 | 17019 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15658 | 17020 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15659 | 17021 | }, |
| 15660 | 17022 | }, |
| 15661 | 17023 | .{ |
| 15662 | | .name = "u_mad_hi", |
| 15663 | | .opcode = 204, |
| 17024 | .name = "NClamp", |
| 17025 | .opcode = 81, |
| 15664 | 17026 | .operands = &.{ |
| 15665 | 17027 | .{ .kind = .id_ref, .quantifier = .required }, |
| 15666 | 17028 | .{ .kind = .id_ref, .quantifier = .required }, |
| ... | ... | @@ -15680,3 +17042,72 @@ pub const InstructionSet = enum { |
| 15680 | 17042 | }; |
| 15681 | 17043 | } |
| 15682 | 17044 | }; |
| 17045 | pub const Extension = enum { |
| 17046 | v1_0, |
| 17047 | v1_1, |
| 17048 | v1_2, |
| 17049 | v1_3, |
| 17050 | v1_4, |
| 17051 | v1_5, |
| 17052 | v1_6, |
| 17053 | SPV_EXT_shader_tile_image, |
| 17054 | SPV_EXT_float8, |
| 17055 | SPV_KHR_fragment_shading_rate, |
| 17056 | SPV_KHR_shader_ballot, |
| 17057 | SPV_KHR_shader_draw_parameters, |
| 17058 | SPV_KHR_workgroup_memory_explicit_layout, |
| 17059 | SPV_KHR_subgroup_vote, |
| 17060 | SPV_KHR_16bit_storage, |
| 17061 | SPV_KHR_device_group, |
| 17062 | SPV_KHR_multiview, |
| 17063 | SPV_KHR_variable_pointers, |
| 17064 | SPV_KHR_shader_atomic_counter_ops, |
| 17065 | SPV_KHR_post_depth_coverage, |
| 17066 | SPV_KHR_8bit_storage, |
| 17067 | SPV_KHR_float_controls, |
| 17068 | SPV_KHR_ray_query, |
| 17069 | SPV_KHR_untyped_pointers, |
| 17070 | SPV_KHR_ray_tracing, |
| 17071 | SPV_EXT_shader_stencil_export, |
| 17072 | SPV_EXT_shader_image_int64, |
| 17073 | SPV_KHR_shader_clock, |
| 17074 | SPV_KHR_quad_control, |
| 17075 | SPV_KHR_bfloat16, |
| 17076 | SPV_KHR_abort, |
| 17077 | SPV_EXT_descriptor_heap, |
| 17078 | SPV_KHR_constant_data, |
| 17079 | SPV_KHR_poison_freeze, |
| 17080 | SPV_EXT_shader_viewport_index_layer, |
| 17081 | SPV_EXT_fragment_fully_covered, |
| 17082 | SPV_EXT_mesh_shader, |
| 17083 | SPV_KHR_fragment_shader_barycentric, |
| 17084 | SPV_KHR_compute_shader_derivatives, |
| 17085 | SPV_EXT_fragment_invocation_density, |
| 17086 | SPV_EXT_shader_subgroup_partitioned, |
| 17087 | SPV_EXT_descriptor_indexing, |
| 17088 | SPV_KHR_ray_tracing_position_fetch, |
| 17089 | SPV_KHR_vulkan_memory_model, |
| 17090 | SPV_EXT_physical_storage_buffer, |
| 17091 | SPV_KHR_physical_storage_buffer, |
| 17092 | SPV_EXT_fragment_shader_interlock, |
| 17093 | SPV_EXT_demote_to_helper_invocation, |
| 17094 | SPV_EXT_opacity_micromap, |
| 17095 | SPV_EXT_shader_invocation_reorder, |
| 17096 | SPV_EXT_long_vector, |
| 17097 | SPV_EXT_shader_64bit_indexing, |
| 17098 | SPV_EXT_shader_atomic_float_min_max, |
| 17099 | SPV_KHR_expect_assume, |
| 17100 | SPV_KHR_integer_dot_product, |
| 17101 | SPV_KHR_ray_cull_mask, |
| 17102 | SPV_KHR_cooperative_matrix, |
| 17103 | SPV_EXT_replicated_composites, |
| 17104 | SPV_KHR_bit_instructions, |
| 17105 | SPV_KHR_subgroup_rotate, |
| 17106 | SPV_KHR_float_controls2, |
| 17107 | SPV_KHR_fma, |
| 17108 | SPV_EXT_shader_atomic_float_add, |
| 17109 | SPV_EXT_optnone, |
| 17110 | SPV_EXT_shader_atomic_float16_add, |
| 17111 | SPV_EXT_arithmetic_fence, |
| 17112 | SPV_KHR_uniform_group_instructions, |
| 17113 | }; |