Ben Clayton | b85099a | 2021-07-17 17:38:46 +0000 | [diff] [blame] | 1 | ; SPIR-V |
| 2 | ; Version: 1.3 |
| 3 | ; Generator: Google Tint Compiler; 0 |
| 4 | ; Bound: 16 |
| 5 | ; Schema: 0 |
| 6 | OpCapability Shader |
| 7 | OpMemoryModel Logical GLSL450 |
| 8 | OpEntryPoint GLCompute %f "f" |
| 9 | OpExecutionMode %f LocalSize 1 1 1 |
| 10 | OpName %f "f" |
| 11 | %void = OpTypeVoid |
| 12 | %1 = OpTypeFunction %void |
| 13 | %float = OpTypeFloat 32 |
| 14 | %v3float = OpTypeVector %float 3 |
| 15 | %float_1 = OpConstant %float 1 |
| 16 | %float_2 = OpConstant %float 2 |
| 17 | %float_3 = OpConstant %float 3 |
| 18 | %10 = OpConstantComposite %v3float %float_1 %float_2 %float_3 |
| 19 | %float_4 = OpConstant %float 4 |
| 20 | %float_5 = OpConstant %float 5 |
| 21 | %float_6 = OpConstant %float 6 |
| 22 | %14 = OpConstantComposite %v3float %float_4 %float_5 %float_6 |
| 23 | %f = OpFunction %void None %1 |
| 24 | %4 = OpLabel |
| 25 | %15 = OpFAdd %v3float %10 %14 |
| 26 | OpReturn |
| 27 | OpFunctionEnd |