diff options
author | Ben Ashbaugh <ben.ashbaugh@intel.com> | 2023-08-10 13:31:01 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-10 13:31:01 -0700 |
commit | 45fc02a6c67016b3e5ff6e4896a61544a40f90f8 (patch) | |
tree | b072eb7679099a52ed58a1d93762f0a117a416ed /include/spirv/unified1/spv.d | |
parent | b730938c033ede3572b660ab019b438509ba24d9 (diff) | |
parent | c6e625d2c969dfc03965e9d80221ead48bb03795 (diff) | |
download | SPIRV-Headers-45fc02a6c67016b3e5ff6e4896a61544a40f90f8.tar.gz SPIRV-Headers-45fc02a6c67016b3e5ff6e4896a61544a40f90f8.tar.bz2 SPIRV-Headers-45fc02a6c67016b3e5ff6e4896a61544a40f90f8.zip |
Merge pull request #366 from KonstantinSeurer/main
Add SPV_AMDX_shader_enqueue
Diffstat (limited to 'include/spirv/unified1/spv.d')
-rw-r--r-- | include/spirv/unified1/spv.d | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/include/spirv/unified1/spv.d b/include/spirv/unified1/spv.d index 29cc69a..6f6c048 100644 --- a/include/spirv/unified1/spv.d +++ b/include/spirv/unified1/spv.d @@ -170,6 +170,11 @@ enum ExecutionMode : uint RoundingModeRTZ = 4463, EarlyAndLateFragmentTestsAMD = 5017, StencilRefReplacingEXT = 5027, + CoalescingAMDX = 5069, + MaxNodeRecursionAMDX = 5071, + StaticNumWorkgroupsAMDX = 5072, + ShaderIndexAMDX = 5073, + MaxNumWorkgroupsAMDX = 5077, StencilRefUnchangedFrontAMD = 5079, StencilRefGreaterFrontAMD = 5080, StencilRefLessFrontAMD = 5081, @@ -221,6 +226,8 @@ enum StorageClass : uint Image = 11, StorageBuffer = 12, TileImageEXT = 4172, + NodePayloadAMDX = 5068, + NodeOutputPayloadAMDX = 5076, CallableDataKHR = 5328, CallableDataNV = 5328, IncomingCallableDataKHR = 5329, @@ -523,6 +530,10 @@ enum Decoration : uint WeightTextureQCOM = 4487, BlockMatchTextureQCOM = 4488, ExplicitInterpAMD = 4999, + NodeSharesPayloadLimitsWithAMDX = 5019, + NodeMaxPayloadsAMDX = 5020, + TrackFinishWritingAMDX = 5078, + PayloadNodeNameAMDX = 5091, OverrideCoverageNV = 5248, PassthroughNV = 5250, ViewportRelativeNV = 5252, @@ -677,6 +688,8 @@ enum BuiltIn : uint BaryCoordSmoothSampleAMD = 4997, BaryCoordPullModelAMD = 4998, FragStencilRefEXT = 5014, + CoalescedInputCountAMDX = 5021, + ShaderIndexAMDX = 5073, ViewportMaskNV = 5253, SecondaryPositionNV = 5257, SecondaryViewportMaskNV = 5258, @@ -1051,6 +1064,7 @@ enum Capability : uint ImageReadWriteLodAMD = 5015, Int64ImageEXT = 5016, ShaderClockKHR = 5055, + ShaderEnqueueAMDX = 5067, SampleMaskOverrideCoverageNV = 5249, GeometryShaderPassthroughNV = 5251, ShaderViewportIndexLayerEXT = 5254, @@ -1721,6 +1735,9 @@ enum Op : uint OpFragmentMaskFetchAMD = 5011, OpFragmentFetchAMD = 5012, OpReadClockKHR = 5056, + OpFinalizeNodePayloadsAMDX = 5075, + OpFinishWritingNodePayloadAMDX = 5078, + OpInitializeNodePayloadsAMDX = 5090, OpHitObjectRecordHitMotionNV = 5249, OpHitObjectRecordHitWithIndexMotionNV = 5250, OpHitObjectRecordMissMotionNV = 5251, |