-
Notifications
You must be signed in to change notification settings - Fork 0
/
spirv.supplemental.json
24 lines (24 loc) · 1.03 KB
/
spirv.supplemental.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"spec_op_constants": [
"OpSConvert", "OpFConvert", "OpSNegate", "OpNot",
"OpIAdd", "OpISub", "OpIMul", "OpUDiv", "OpSDiv",
"OpUMod", "OpSRem", "OpSMod", "OpShiftRightLogical",
"OpShiftRightArithmetic", "OpShiftLeftLogical",
"OpBitwiseOr", "OpBitwiseXor", "OpBitwiseAnd",
"OpVectorShuffle", "OpCompositeExtract",
"OpCompositeInsert", "OpLogicalOr", "OpLogicalAnd",
"OpLogicalNot", "OpLogicalEqual", "OpLogicalNotEqual",
"OpSelect", "OpIEqual", "OpINotEqual", "OpULessThan",
"OpSLessThan", "OpUGreaterThan", "OpSGreaterThan",
"OpULessThanEqual", "OpSLessThanEqual",
"OpUGreaterThanEqual", "OpSGreaterThanEqual",
"OpQuantizeToF16", "OpConvertFToS" ,"OpConvertSToF",
"OpConvertFToU", "OpConvertUToF", "OpUConvert",
"OpConvertPtrToU", "OpConvertUToPtr",
"OpGenericCastToPtr", "OpPtrCastToGeneric",
"OpBitcast", "OpFNegate", "OpFAdd", "OpFSub",
"OpFMul", "OpFDiv", "OpFRem", "OpFMod",
"OpAccessChain", "OpInBoundsAccessChain",
"OpPtrAccessChain", "OpInBoundsPtrAccessChain"
]
}