blob: ed72268bfae83eae2f1aeeeb286a0c223205a049 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 29
; Schema: 0
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint Vertex %main "main" %x_2_1_1 %vertex_point_size
OpName %x_2_1_1 "x_2_1_1"
OpName %vertex_point_size "vertex_point_size"
OpName %x_2 "x_2"
OpName %x_900 "x_900"
OpName %main_1 "main_1"
OpName %main_out "main_out"
OpMemberName %main_out 0 "x_2_1"
OpName %main_inner "main_inner"
OpName %main "main"
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_Output_v4float = OpTypePointer Output %v4float
%5 = OpConstantNull %v4float
%x_2_1_1 = OpVariable %_ptr_Output_v4float Output %5
%_ptr_Output_float = OpTypePointer Output %float
%8 = OpConstantNull %float
%vertex_point_size = OpVariable %_ptr_Output_float Output %8
%_ptr_Private_v4float = OpTypePointer Private %v4float
%x_2 = OpVariable %_ptr_Private_v4float Private %5
%_ptr_Private_float = OpTypePointer Private %float
%x_900 = OpVariable %_ptr_Private_float Private %8
%void = OpTypeVoid
%13 = OpTypeFunction %void
%float_1 = OpConstant %float 1
%main_out = OpTypeStruct %v4float
%18 = OpTypeFunction %main_out
%main_1 = OpFunction %void None %13
%16 = OpLabel
OpStore %x_900 %float_1
OpReturn
OpFunctionEnd
%main_inner = OpFunction %main_out None %18
%21 = OpLabel
%22 = OpFunctionCall %void %main_1
%23 = OpLoad %v4float %x_2
%24 = OpCompositeConstruct %main_out %23
OpReturnValue %24
OpFunctionEnd
%main = OpFunction %void None %13
%26 = OpLabel
%27 = OpFunctionCall %main_out %main_inner
%28 = OpCompositeExtract %v4float %27 0
OpStore %x_2_1_1 %28
OpStore %vertex_point_size %float_1
OpReturn
OpFunctionEnd