diff options
author | Jan-Harald Fredriksen <jan-harald.fredriksen@arm.com> | 2023-04-04 14:08:46 +0200 |
---|---|---|
committer | Jan-Harald Fredriksen <jan-harald.fredriksen@arm.com> | 2023-04-04 14:08:46 +0200 |
commit | d218c4ab72500ed8be5809ab2a03ff348a85e349 (patch) | |
tree | c42a564d4e31cc43469e66601c1afef1d11d3588 /include/spirv/unified1/spirv.cs | |
parent | 29ba2493125effc581532518add689613cebfec7 (diff) | |
download | SPIRV-Headers-d218c4ab72500ed8be5809ab2a03ff348a85e349.tar.gz SPIRV-Headers-d218c4ab72500ed8be5809ab2a03ff348a85e349.tar.bz2 SPIRV-Headers-d218c4ab72500ed8be5809ab2a03ff348a85e349.zip |
Add SPV_EXT_shader_tile_image.
Diffstat (limited to 'include/spirv/unified1/spirv.cs')
-rw-r--r-- | include/spirv/unified1/spirv.cs | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/spirv/unified1/spirv.cs b/include/spirv/unified1/spirv.cs index cb6c4f1..1722ff8 100644 --- a/include/spirv/unified1/spirv.cs +++ b/include/spirv/unified1/spirv.cs @@ -152,6 +152,9 @@ namespace Spv SubgroupsPerWorkgroupId = 37, LocalSizeId = 38, LocalSizeHintId = 39, + NonCoherentColorAttachmentReadEXT = 4169, + NonCoherentDepthAttachmentReadEXT = 4170, + NonCoherentStencilAttachmentReadEXT = 4171, SubgroupUniformControlFlowKHR = 4421, PostDepthCoverage = 4446, DenormPreserve = 4459, @@ -211,6 +214,7 @@ namespace Spv AtomicCounter = 10, Image = 11, StorageBuffer = 12, + TileImageEXT = 4172, CallableDataKHR = 5328, CallableDataNV = 5328, IncomingCallableDataKHR = 5329, @@ -241,6 +245,7 @@ namespace Spv Rect = 4, Buffer = 5, SubpassData = 6, + TileImageDataEXT = 4173, } public enum SamplerAddressingMode @@ -992,6 +997,9 @@ namespace Spv ShaderViewportIndex = 70, UniformDecoration = 71, CoreBuiltinsARM = 4165, + TileImageColorReadAccessEXT = 4166, + TileImageDepthReadAccessEXT = 4167, + TileImageStencilReadAccessEXT = 4168, FragmentShadingRateKHR = 4422, SubgroupBallotKHR = 4423, DrawParameters = 4427, @@ -1612,6 +1620,9 @@ namespace Spv OpPtrEqual = 401, OpPtrNotEqual = 402, OpPtrDiff = 403, + OpColorAttachmentReadEXT = 4160, + OpDepthAttachmentReadEXT = 4161, + OpStencilAttachmentReadEXT = 4162, OpTerminateInvocation = 4416, OpSubgroupBallotKHR = 4421, OpSubgroupFirstInvocationKHR = 4422, |