/external/deqp/external/vulkancts/data/vulkan/vkrunner/example/ |
D | spirv.shader_test | 22 %uint_1 = OpConstant %uint 1 28 %int_0 = OpConstant %int 0 61 %float_1 = OpConstant %float 1 67 %uint_0 = OpConstant %uint 0 69 %float_0_1 = OpConstant %float 0.1 70 %uint_1 = OpConstant %uint 1 71 %float_0 = OpConstant %float 0
|
/external/swiftshader/third_party/SPIRV-Tools/ |
D | syntax.md | 37 For example, `0xffff` supplied as the literal for an `OpConstant` 115 %inf = OpConstant %float32 0x1p+128 116 %neginf = OpConstant %float32 -0x1p+128 117 %aNaN = OpConstant %float32 0x1.8p+128 118 %moreNaN = OpConstant %float32 -0x1.0002p+128 145 %4 = OpConstant %1 123 456 789 OpExecutionMode %2 LocalSize 11 22 33 149 The tokens `OpConstant`, `LocalSize`, and `InputLines` may be replaced by random 156 arbitrary integers. If, say, `OpConstant` becomes a `!<integer>` whose value 157 differs from the binary representation of `OpConstant` (remember that this
|
/external/deqp-deps/SPIRV-Tools/ |
D | syntax.md | 37 For example, `0xffff` supplied as the literal for an `OpConstant` 115 %inf = OpConstant %float32 0x1p+128 116 %neginf = OpConstant %float32 -0x1p+128 117 %aNaN = OpConstant %float32 0x1.8p+128 118 %moreNaN = OpConstant %float32 -0x1.0002p+128 145 %4 = OpConstant %1 123 456 789 OpExecutionMode %2 LocalSize 11 22 33 149 The tokens `OpConstant`, `LocalSize`, and `InputLines` may be replaced by random 156 arbitrary integers. If, say, `OpConstant` becomes a `!<integer>` whose value 157 differs from the binary representation of `OpConstant` (remember that this
|
/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
D | SPIRVValue.h | 132 :SPIRVValue(M, 0, OpConstant, TheType, TheId){ in SPIRVConstant() 139 :SPIRVValue(M, 0, OpConstant, TheType, TheId){ in SPIRVConstant() 146 :SPIRVValue(M, 0, OpConstant, TheType, TheId){ in SPIRVConstant() 152 SPIRVConstant():SPIRVValue(OpConstant), NumWords(0){} in SPIRVConstant()
|
D | spirv.hpp | 623 OpConstant = 43, enumerator
|
D | SPIRVIsValidEnum.h | 621 case OpConstant: in isValid()
|
/external/swiftshader/src/Pipeline/ |
D | SpirvShader.cpp | 169 case spv::OpConstant: 514 assert(insn.opcode() == spv::OpConstant); in GetConstantInt()
|
/external/deqp-deps/glslang/SPIRV/ |
D | SPVRemapper.cpp | 92 case spv::OpConstant: return range_t(3, maxCount); in literalRange() 231 case spv::OpConstant: in isConstOp() 1338 case spv::OpConstant: in hashType()
|
D | SpvPostProcess.cpp | 224 assert(idx->getOpCode() == OpConstant); in postProcess()
|
D | SpvBuilder.cpp | 779 case OpConstant: in isConstantOpCode() 840 Op opcode = specConstant ? OpSpecConstant : OpConstant; in makeIntConstant() 861 Op opcode = specConstant ? OpSpecConstant : OpConstant; in makeInt64Constant() 886 Op opcode = specConstant ? OpSpecConstant : OpConstant; in makeFloatConstant() 911 Op opcode = specConstant ? OpSpecConstant : OpConstant; in makeDoubleConstant() 939 Op opcode = specConstant ? OpSpecConstant : OpConstant; in makeFloat16Constant()
|
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/ |
D | spirv.cs | 720 OpConstant = 43, enumerator
|
D | spirv.lua | 676 OpConstant = 43,
|
/external/deqp-deps/SPIRV-Headers/include/spirv/1.1/ |
D | spirv.lua | 676 OpConstant = 43,
|
D | spirv.cs | 720 OpConstant = 43, enumerator
|
/external/shaderc/spirv-headers/include/spirv/1.1/ |
D | spirv.lua | 676 OpConstant = 43,
|
/external/shaderc/spirv-headers/include/spirv/1.0/ |
D | spirv.lua | 664 OpConstant = 43,
|
/external/deqp-deps/SPIRV-Headers/include/spirv/1.2/ |
D | spirv.lua | 681 OpConstant = 43,
|
D | spirv.cs | 725 OpConstant = 43, enumerator
|
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/ |
D | spirv.cs | 708 OpConstant = 43, enumerator
|
D | spirv.lua | 664 OpConstant = 43,
|
/external/deqp-deps/SPIRV-Headers/include/spirv/1.0/ |
D | spirv.cs | 708 OpConstant = 43, enumerator
|
D | spirv.lua | 664 OpConstant = 43,
|
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/ |
D | spirv.lua | 681 OpConstant = 43,
|
D | spirv.cs | 725 OpConstant = 43, enumerator
|
/external/shaderc/spirv-headers/include/spirv/1.2/ |
D | spirv.lua | 681 OpConstant = 43,
|