blob: 8caff85122796cf04bc9e152595edde02ccbee29 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 43
; Schema: 0
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint Vertex %main "main" %x_1_param_2 %x_1_param_1_1 %x_2_1_1 %vertex_point_size
OpName %x_1_param_2 "x_1_param_2"
OpName %x_1_param_1_1 "x_1_param_1_1"
OpName %x_2_1_1 "x_2_1_1"
OpName %vertex_point_size "vertex_point_size"
OpName %x_1 "x_1"
OpName %x_2 "x_2"
OpName %main_1 "main_1"
OpName %main_out "main_out"
OpMemberName %main_out 0 "x_2_1"
OpName %main_inner "main_inner"
OpName %x_1_param "x_1_param"
OpName %x_1_param_1 "x_1_param_1"
OpName %main "main"
OpDecorate %x_1_param_2 Location 9
OpDecorate %x_1_param_1_1 Location 10
OpDecorate %x_2_1_1 BuiltIn Position
OpDecorate %vertex_point_size BuiltIn PointSize
OpMemberDecorate %main_out 0 Offset 0
%float = OpTypeFloat 32
%v4float = OpTypeVector %float 4
%_ptr_Input_v4float = OpTypePointer Input %v4float
%x_1_param_2 = OpVariable %_ptr_Input_v4float Input
%x_1_param_1_1 = OpVariable %_ptr_Input_v4float Input
%_ptr_Output_v4float = OpTypePointer Output %v4float
%8 = OpConstantNull %v4float
%x_2_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
%mat2v4float = OpTypeMatrix %v4float 2
%_ptr_Private_mat2v4float = OpTypePointer Private %mat2v4float
%15 = OpConstantNull %mat2v4float
%x_1 = OpVariable %_ptr_Private_mat2v4float Private %15
%_ptr_Private_v4float = OpTypePointer Private %v4float
%x_2 = OpVariable %_ptr_Private_v4float Private %8
%void = OpTypeVoid
%18 = OpTypeFunction %void
%main_out = OpTypeStruct %v4float
%22 = OpTypeFunction %main_out %v4float %v4float
%int = OpTypeInt 32 1
%int_0 = OpConstant %int 0
%int_1 = OpConstant %int 1
%float_1 = OpConstant %float 1
%main_1 = OpFunction %void None %18
%21 = OpLabel
OpReturn
OpFunctionEnd
%main_inner = OpFunction %main_out None %22
%x_1_param = OpFunctionParameter %v4float
%x_1_param_1 = OpFunctionParameter %v4float
%27 = OpLabel
%30 = OpAccessChain %_ptr_Private_v4float %x_1 %int_0
OpStore %30 %x_1_param
%32 = OpAccessChain %_ptr_Private_v4float %x_1 %int_1
OpStore %32 %x_1_param_1
%33 = OpFunctionCall %void %main_1
%34 = OpLoad %v4float %x_2
%35 = OpCompositeConstruct %main_out %34
OpReturnValue %35
OpFunctionEnd
%main = OpFunction %void None %18
%37 = OpLabel
%39 = OpLoad %v4float %x_1_param_2
%40 = OpLoad %v4float %x_1_param_1_1
%38 = OpFunctionCall %main_out %main_inner %39 %40
%41 = OpCompositeExtract %v4float %38 0
OpStore %x_2_1_1 %41
OpStore %vertex_point_size %float_1
OpReturn
OpFunctionEnd