| ; Generator: Google Tint Compiler; 1 |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint GLCompute %main "main" |
| OpExecutionMode %main LocalSize 1 1 1 |
| %3 = OpTypeFunction %void |
| %v3float = OpTypeVector %float 3 |
| %_ptr_Function_v3float = OpTypePointer Function %v3float |
| %9 = OpConstantNull %v3float |
| %_ptr_Function_float = OpTypePointer Function %float |
| %uint_1 = OpConstant %uint 1 |
| %v2float = OpTypeVector %float 2 |
| %main_1 = OpFunction %void None %3 |
| %v = OpVariable %_ptr_Function_v3float Function |
| %10 = OpAccessChain %_ptr_Function_float %v %uint_1 |
| %x_14 = OpLoad %float %10 None |
| %15 = OpLoad %v3float %v None |
| %x_17 = OpVectorShuffle %v2float %15 %15 0 2 |
| %18 = OpLoad %v3float %v None |
| %x_19 = OpVectorShuffle %v3float %18 %18 0 2 1 |
| %main = OpFunction %void None %3 |
| %22 = OpFunctionCall %void %main_1 |