blob: d0230c1a77ff7957da4952a680c8f15e0c1467d8 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 1
; Bound: 61
; 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 %arg_0 "arg_0"
OpName %tint_symbol_1 "tint_symbol_1"
OpName %vertex_main_position_Output "vertex_main_position_Output"
OpName %vertex_main___point_size_Output "vertex_main___point_size_Output"
OpName %textureLoad_6273b1 "textureLoad_6273b1"
OpName %res "res"
OpName %tint_symbol_2 "tint_symbol_2"
OpName %tint_symbol "tint_symbol"
OpName %vertex_main_1 "vertex_main_1"
OpName %vertex_main_inner "vertex_main_inner"
OpMemberName %vertex_main_out 0 "tint_symbol_1_1"
OpName %vertex_main_out "vertex_main_out"
OpName %fragment_main_1 "fragment_main_1"
OpName %fragment_main "fragment_main"
OpName %compute_main_1 "compute_main_1"
OpName %compute_main "compute_main"
OpName %vertex_main "vertex_main"
OpDecorate %arg_0 DescriptorSet 1
OpDecorate %arg_0 Binding 0
OpDecorate %vertex_main_position_Output BuiltIn Position
OpDecorate %vertex_main___point_size_Output BuiltIn PointSize
OpMemberDecorate %vertex_main_out 0 Offset 0
%float = OpTypeFloat 32
%3 = OpTypeImage %float 2D 0 0 1 1 Unknown
%_ptr_UniformConstant_3 = OpTypePointer UniformConstant %3
%arg_0 = OpVariable %_ptr_UniformConstant_3 UniformConstant
%v4float = OpTypeVector %float 4
%_ptr_Private_v4float = OpTypePointer Private %v4float
%8 = OpConstantNull %v4float
%tint_symbol_1 = OpVariable %_ptr_Private_v4float Private %8
%_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
%15 = OpTypeFunction %void
%_ptr_Function_float = OpTypePointer Function %float
%float_0 = OpConstant %float 0
%int = OpTypeInt 32 1
%v2int = OpTypeVector %int 2
%22 = OpConstantNull %v2int
%int_1 = OpConstant %int 1
%31 = OpTypeFunction %void %v4float
%vertex_main_out = OpTypeStruct %v4float
%39 = OpTypeFunction %vertex_main_out
%float_1 = OpConstant %float 1
%textureLoad_6273b1 = OpFunction %void None %15
%16 = OpLabel
%res = OpVariable %_ptr_Function_float Function
OpStore %res %float_0
%20 = OpLoad %3 %arg_0 None
%21 = OpImageFetch %v4float %20 %22 Sample %int_1
%26 = OpCompositeExtract %float %21 0
%27 = OpCompositeConstruct %v4float %26 %float_0 %float_0 %float_0
%28 = OpCompositeExtract %float %27 0
OpStore %res %28 None
OpReturn
OpFunctionEnd
%tint_symbol_2 = OpFunction %void None %31
%tint_symbol = OpFunctionParameter %v4float
%32 = OpLabel
OpStore %tint_symbol_1 %tint_symbol None
OpReturn
OpFunctionEnd
%vertex_main_1 = OpFunction %void None %15
%34 = OpLabel
%35 = OpFunctionCall %void %textureLoad_6273b1
%36 = OpFunctionCall %void %tint_symbol_2 %8
OpReturn
OpFunctionEnd
%vertex_main_inner = OpFunction %vertex_main_out None %39
%40 = OpLabel
%41 = OpFunctionCall %void %vertex_main_1
%42 = OpLoad %v4float %tint_symbol_1 None
%43 = OpCompositeConstruct %vertex_main_out %42
OpReturnValue %43
OpFunctionEnd
%fragment_main_1 = OpFunction %void None %15
%45 = OpLabel
%46 = OpFunctionCall %void %textureLoad_6273b1
OpReturn
OpFunctionEnd
%fragment_main = OpFunction %void None %15
%48 = OpLabel
%49 = OpFunctionCall %void %fragment_main_1
OpReturn
OpFunctionEnd
%compute_main_1 = OpFunction %void None %15
%51 = OpLabel
%52 = OpFunctionCall %void %textureLoad_6273b1
OpReturn
OpFunctionEnd
%compute_main = OpFunction %void None %15
%54 = OpLabel
%55 = OpFunctionCall %void %compute_main_1
OpReturn
OpFunctionEnd
%vertex_main = OpFunction %void None %15
%57 = OpLabel
%58 = OpFunctionCall %vertex_main_out %vertex_main_inner
%59 = OpCompositeExtract %v4float %58 0
OpStore %vertex_main_position_Output %59 None
OpStore %vertex_main___point_size_Output %float_1 None
OpReturn
OpFunctionEnd