blob: fd2e7095a8ef9cac5bdae4c6e74755fc3f78b541 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 1
; Bound: 46
; Schema: 0
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint Fragment %fragment_main "fragment_main"
OpEntryPoint GLCompute %compute_main "compute_main"
OpEntryPoint Vertex %vertex_main "vertex_main" %vertex_main_position_Output %vertex_main___point_size_Output
OpExecutionMode %fragment_main OriginUpperLeft
OpExecutionMode %compute_main LocalSize 1 1 1
OpName %vertex_main_position_Output "vertex_main_position_Output"
OpName %vertex_main___point_size_Output "vertex_main___point_size_Output"
OpName %select_43741e "select_43741e"
OpName %arg_2 "arg_2"
OpName %res "res"
OpName %fragment_main "fragment_main"
OpName %compute_main "compute_main"
OpName %vertex_main_inner "vertex_main_inner"
OpMemberName %VertexOutput 0 "pos"
OpName %VertexOutput "VertexOutput"
OpName %out "out"
OpName %vertex_main "vertex_main"
OpDecorate %vertex_main_position_Output BuiltIn Position
OpDecorate %vertex_main___point_size_Output BuiltIn PointSize
OpMemberDecorate %VertexOutput 0 Offset 0
%float = OpTypeFloat 32
%v4float = OpTypeVector %float 4
%_ptr_Output_v4float = OpTypePointer Output %v4float
%vertex_main_position_Output = OpVariable %_ptr_Output_v4float Output
%_ptr_Output_float = OpTypePointer Output %float
%vertex_main___point_size_Output = OpVariable %_ptr_Output_float Output
%void = OpTypeVoid
%9 = OpTypeFunction %void
%bool = OpTypeBool
%v4bool = OpTypeVector %bool 4
%_ptr_Function_v4bool = OpTypePointer Function %v4bool
%true = OpConstantTrue %bool
%15 = OpConstantComposite %v4bool %true %true %true %true
%float_1 = OpConstant %float 1
%19 = OpConstantComposite %v4float %float_1 %float_1 %float_1 %float_1
%_ptr_Function_v4float = OpTypePointer Function %v4float
%VertexOutput = OpTypeStruct %v4float
%31 = OpTypeFunction %VertexOutput
%_ptr_Function_VertexOutput = OpTypePointer Function %VertexOutput
%35 = OpConstantNull %VertexOutput
%uint = OpTypeInt 32 0
%uint_0 = OpConstant %uint 0
%39 = OpConstantNull %v4float
%select_43741e = OpFunction %void None %9
%10 = OpLabel
%arg_2 = OpVariable %_ptr_Function_v4bool Function
%res = OpVariable %_ptr_Function_v4float Function
OpStore %arg_2 %15
%17 = OpLoad %v4bool %arg_2 None
%18 = OpSelect %v4float %17 %19 %19
OpStore %res %18
OpReturn
OpFunctionEnd
%fragment_main = OpFunction %void None %9
%24 = OpLabel
%25 = OpFunctionCall %void %select_43741e
OpReturn
OpFunctionEnd
%compute_main = OpFunction %void None %9
%27 = OpLabel
%28 = OpFunctionCall %void %select_43741e
OpReturn
OpFunctionEnd
%vertex_main_inner = OpFunction %VertexOutput None %31
%32 = OpLabel
%out = OpVariable %_ptr_Function_VertexOutput Function %35
%36 = OpAccessChain %_ptr_Function_v4float %out %uint_0
OpStore %36 %39 None
%40 = OpFunctionCall %void %select_43741e
%41 = OpLoad %VertexOutput %out None
OpReturnValue %41
OpFunctionEnd
%vertex_main = OpFunction %void None %9
%43 = OpLabel
%44 = OpFunctionCall %VertexOutput %vertex_main_inner
%45 = OpCompositeExtract %v4float %44 0
OpStore %vertex_main_position_Output %45 None
OpStore %vertex_main___point_size_Output %float_1 None
OpReturn
OpFunctionEnd