aboutsummaryrefslogtreecommitdiff
path: root/include/spirv/unified1/spv.d
diff options
context:
space:
mode:
authorJason Ekstrand <jason@jlekstrand.net>2020-08-19 17:03:06 -0500
committerJason Ekstrand <jason.ekstrand@intel.com>2021-01-27 16:57:08 -0600
commit25fd8d031bbb88d46f28a8be4aea9456e59cba9b (patch)
tree1e3266ab640de20aea6b494dc6b6dcd462c0d271 /include/spirv/unified1/spv.d
parent86e8eed50cb9f048d1b4112acfa4047851a4bb23 (diff)
downloadSPIRV-Headers-25fd8d031bbb88d46f28a8be4aea9456e59cba9b.tar.gz
Add header changes for SPV_EXT_shader_atomic_float_min_max
Diffstat (limited to 'include/spirv/unified1/spv.d')
-rw-r--r--include/spirv/unified1/spv.d5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/spirv/unified1/spv.d b/include/spirv/unified1/spv.d
index 5d09343..e1db29b 100644
--- a/include/spirv/unified1/spv.d
+++ b/include/spirv/unified1/spv.d
@@ -1017,6 +1017,9 @@ enum Capability : uint
FunctionPointersINTEL = 5603,
IndirectReferencesINTEL = 5604,
AsmINTEL = 5606,
+ AtomicFloat32MinMaxEXT = 5612,
+ AtomicFloat64MinMaxEXT = 5613,
+ AtomicFloat16MinMaxEXT = 5616,
VectorComputeINTEL = 5617,
VectorAnyINTEL = 5619,
SubgroupAvcMotionEstimationINTEL = 5696,
@@ -1546,6 +1549,8 @@ enum Op : uint
OpAsmTargetINTEL = 5609,
OpAsmINTEL = 5610,
OpAsmCallINTEL = 5611,
+ OpAtomicFMinEXT = 5614,
+ OpAtomicFMaxEXT = 5615,
OpDecorateString = 5632,
OpDecorateStringGOOGLE = 5632,
OpMemberDecorateString = 5633,