| ; SPIR-V |
| ; Version: 1.3 |
| ; Generator: Google Tint Compiler; 1 |
| ; Bound: 23 |
| ; Schema: 0 |
| OpCapability Shader |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint GLCompute %main "main" |
| OpExecutionMode %main LocalSize 1 1 1 |
| OpName %main_1 "main_1" |
| OpName %v "v" |
| OpName %x_14 "x_14" |
| OpName %x_17 "x_17" |
| OpName %x_19 "x_19" |
| OpName %main "main" |
| %void = OpTypeVoid |
| %3 = OpTypeFunction %void |
| %float = OpTypeFloat 32 |
| %v3float = OpTypeVector %float 3 |
| %_ptr_Function_v3float = OpTypePointer Function %v3float |
| %9 = OpConstantNull %v3float |
| %_ptr_Function_float = OpTypePointer Function %float |
| %uint = OpTypeInt 32 0 |
| %uint_1 = OpConstant %uint 1 |
| %v2float = OpTypeVector %float 2 |
| %main_1 = OpFunction %void None %3 |
| %4 = OpLabel |
| %v = OpVariable %_ptr_Function_v3float Function |
| OpStore %v %9 |
| %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 |
| OpReturn |
| OpFunctionEnd |
| %main = OpFunction %void None %3 |
| %21 = OpLabel |
| %22 = OpFunctionCall %void %main_1 |
| OpReturn |
| OpFunctionEnd |