| ; SPIR-V |
| ; Version: 1.3 |
| ; Generator: Google Tint Compiler; 0 |
| ; Bound: 36 |
| ; Schema: 0 |
| OpCapability Shader |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint Vertex %main "main" %x_1_param_1 %x_4_1_1 %vertex_point_size |
| OpName %x_1_param_1 "x_1_param_1" |
| OpName %x_4_1_1 "x_4_1_1" |
| OpName %vertex_point_size "vertex_point_size" |
| OpName %x_1 "x_1" |
| OpName %x_4 "x_4" |
| OpName %main_1 "main_1" |
| OpName %main_out "main_out" |
| OpMemberName %main_out 0 "x_4_1" |
| OpName %main_inner "main_inner" |
| OpName %x_1_param "x_1_param" |
| OpName %main "main" |
| OpDecorate %x_1_param_1 BuiltIn InstanceIndex |
| OpDecorate %x_4_1_1 BuiltIn Position |
| OpDecorate %vertex_point_size BuiltIn PointSize |
| OpMemberDecorate %main_out 0 Offset 0 |
| %uint = OpTypeInt 32 0 |
| %_ptr_Input_uint = OpTypePointer Input %uint |
| %x_1_param_1 = OpVariable %_ptr_Input_uint Input |
| %float = OpTypeFloat 32 |
| %v4float = OpTypeVector %float 4 |
| %_ptr_Output_v4float = OpTypePointer Output %v4float |
| %8 = OpConstantNull %v4float |
| %x_4_1_1 = OpVariable %_ptr_Output_v4float Output %8 |
| %_ptr_Output_float = OpTypePointer Output %float |
| %11 = OpConstantNull %float |
| %vertex_point_size = OpVariable %_ptr_Output_float Output %11 |
| %_ptr_Private_uint = OpTypePointer Private %uint |
| %14 = OpConstantNull %uint |
| %x_1 = OpVariable %_ptr_Private_uint Private %14 |
| %_ptr_Private_v4float = OpTypePointer Private %v4float |
| %x_4 = OpVariable %_ptr_Private_v4float Private %8 |
| %void = OpTypeVoid |
| %17 = OpTypeFunction %void |
| %main_out = OpTypeStruct %v4float |
| %22 = OpTypeFunction %main_out %uint |
| %float_1 = OpConstant %float 1 |
| %main_1 = OpFunction %void None %17 |
| %20 = OpLabel |
| %21 = OpLoad %uint %x_1 |
| OpReturn |
| OpFunctionEnd |
| %main_inner = OpFunction %main_out None %22 |
| %x_1_param = OpFunctionParameter %uint |
| %26 = OpLabel |
| OpStore %x_1 %x_1_param |
| %27 = OpFunctionCall %void %main_1 |
| %28 = OpLoad %v4float %x_4 |
| %29 = OpCompositeConstruct %main_out %28 |
| OpReturnValue %29 |
| OpFunctionEnd |
| %main = OpFunction %void None %17 |
| %31 = OpLabel |
| %33 = OpLoad %uint %x_1_param_1 |
| %32 = OpFunctionCall %main_out %main_inner %33 |
| %34 = OpCompositeExtract %v4float %32 0 |
| OpStore %x_4_1_1 %34 |
| OpStore %vertex_point_size %float_1 |
| OpReturn |
| OpFunctionEnd |