diff options
author | Kevin Petit <kevin.petit@arm.com> | 2021-11-29 15:50:17 +0000 |
---|---|---|
committer | Kevin Petit <kevin.petit@arm.com> | 2022-09-05 11:26:29 +0100 |
commit | 56740d094a56dc21cc8b85ef8583c1248b53aa31 (patch) | |
tree | 46cfdbc5a91ee2a3d6f649ed9392b972e036b891 /include/spirv/unified1/spv.d | |
parent | 87d5b782bec60822aa878941e6b13c0a9a954c9b (diff) | |
download | SPIRV-Headers-56740d094a56dc21cc8b85ef8583c1248b53aa31.tar.gz SPIRV-Headers-56740d094a56dc21cc8b85ef8583c1248b53aa31.tar.bz2 SPIRV-Headers-56740d094a56dc21cc8b85ef8583c1248b53aa31.zip |
Add definitions for SPV_ARM_core_builtins
Change-Id: I16a4dee244a4b8f673d645df60c1dc43fc94d614
Signed-off-by: Kevin Petit <kevin.petit@arm.com>
Diffstat (limited to 'include/spirv/unified1/spv.d')
-rw-r--r-- | include/spirv/unified1/spv.d | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/spirv/unified1/spv.d b/include/spirv/unified1/spv.d index 0ef3768..a8c03ff 100644 --- a/include/spirv/unified1/spv.d +++ b/include/spirv/unified1/spv.d @@ -614,6 +614,11 @@ enum BuiltIn : uint SubgroupLocalInvocationId = 41, VertexIndex = 42, InstanceIndex = 43, + CoreIDARM = 4160, + CoreCountARM = 4161, + CoreMaxIDARM = 4162, + WarpIDARM = 4163, + WarpMaxIDARM = 4164, SubgroupEqMask = 4416, SubgroupEqMaskKHR = 4416, SubgroupGeMask = 4417, @@ -963,6 +968,7 @@ enum Capability : uint ShaderLayer = 69, ShaderViewportIndex = 70, UniformDecoration = 71, + CoreBuiltinsARM = 4165, FragmentShadingRateKHR = 4422, SubgroupBallotKHR = 4423, DrawParameters = 4427, |