blob: 4075f236916c38b4a7ace48b7b52975870dde64c [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 106
; Schema: 0
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint Fragment %main "main" %tint_symbol_1
OpExecutionMode %main OriginUpperLeft
OpName %buf0 "buf0"
OpMemberName %buf0 0 "x_GLF_uniform_int_values"
OpName %x_6 "x_6"
OpName %x_GLF_color "x_GLF_color"
OpName %tint_symbol_1 "tint_symbol_1"
OpName %main_1 "main_1"
OpName %count0 "count0"
OpName %count1 "count1"
OpName %i "i"
OpName %main_out "main_out"
OpMemberName %main_out 0 "x_GLF_color_1"
OpName %tint_symbol_2 "tint_symbol_2"
OpName %tint_symbol "tint_symbol"
OpName %main "main"
OpDecorate %buf0 Block
OpMemberDecorate %buf0 0 Offset 0
OpDecorate %_arr_int_uint_5 ArrayStride 16
OpDecorate %x_6 NonWritable
OpDecorate %x_6 DescriptorSet 0
OpDecorate %x_6 Binding 0
OpDecorate %tint_symbol_1 Location 0
OpMemberDecorate %main_out 0 Offset 0
%int = OpTypeInt 32 1
%uint = OpTypeInt 32 0
%uint_5 = OpConstant %uint 5
%_arr_int_uint_5 = OpTypeArray %int %uint_5
%buf0 = OpTypeStruct %_arr_int_uint_5
%_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0
%x_6 = OpVariable %_ptr_Uniform_buf0 Uniform
%float = OpTypeFloat 32
%v4float = OpTypeVector %float 4
%_ptr_Private_v4float = OpTypePointer Private %v4float
%12 = OpConstantNull %v4float
%x_GLF_color = OpVariable %_ptr_Private_v4float Private %12
%_ptr_Output_v4float = OpTypePointer Output %v4float
%tint_symbol_1 = OpVariable %_ptr_Output_v4float Output %12
%void = OpTypeVoid
%15 = OpTypeFunction %void
%_ptr_Function_int = OpTypePointer Function %int
%21 = OpConstantNull %int
%uint_0 = OpConstant %uint 0
%int_2 = OpConstant %int 2
%_ptr_Uniform_int = OpTypePointer Uniform %int
%int_4 = OpConstant %int 4
%bool = OpTypeBool
%int_1 = OpConstant %int 1
%int_0 = OpConstant %int 0
%int_3 = OpConstant %int 3
%main_out = OpTypeStruct %v4float
%94 = OpTypeFunction %void %main_out
%main_1 = OpFunction %void None %15
%18 = OpLabel
%count0 = OpVariable %_ptr_Function_int Function %21
%count1 = OpVariable %_ptr_Function_int Function %21
%i = OpVariable %_ptr_Function_int Function %21
%27 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_2
%28 = OpLoad %int %27
OpStore %count0 %28
%29 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_2
%30 = OpLoad %int %29
OpStore %count1 %30
%31 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_2
%32 = OpLoad %int %31
OpStore %i %32
OpBranch %33
%33 = OpLabel
OpLoopMerge %34 %35 None
OpBranch %36
%36 = OpLabel
%37 = OpLoad %int %i
%39 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_4
%40 = OpLoad %int %39
%41 = OpSLessThan %bool %37 %40
OpSelectionMerge %43 None
OpBranchConditional %41 %44 %45
%44 = OpLabel
OpBranch %43
%45 = OpLabel
OpBranch %34
%43 = OpLabel
%46 = OpLoad %int %i
OpSelectionMerge %47 None
OpSwitch %46 %48 0 %49 1 %49 2 %50 3 %50
%49 = OpLabel
%51 = OpLoad %int %count0
%53 = OpIAdd %int %51 %int_1
OpStore %count0 %53
OpBranch %50
%50 = OpLabel
%54 = OpLoad %int %count1
%55 = OpIAdd %int %54 %int_1
OpStore %count1 %55
OpBranch %47
%48 = OpLabel
OpBranch %47
%47 = OpLabel
OpBranch %35
%35 = OpLabel
%56 = OpLoad %int %i
%57 = OpIAdd %int %56 %int_1
OpStore %i %57
OpBranch %33
%34 = OpLabel
%58 = OpLoad %int %count1
%60 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_0
%61 = OpLoad %int %60
%62 = OpIEqual %bool %58 %61
OpSelectionMerge %63 None
OpBranchConditional %62 %64 %65
%64 = OpLabel
%67 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_3
%68 = OpLoad %int %67
%69 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_2
%70 = OpLoad %int %69
%71 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_2
%72 = OpLoad %int %71
%73 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_3
%74 = OpLoad %int %73
%75 = OpConvertSToF %float %68
%76 = OpConvertSToF %float %70
%77 = OpConvertSToF %float %72
%78 = OpConvertSToF %float %74
%79 = OpCompositeConstruct %v4float %75 %76 %77 %78
OpStore %x_GLF_color %79
OpBranch %63
%65 = OpLabel
%80 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_2
%81 = OpLoad %int %80
%82 = OpConvertSToF %float %81
%83 = OpCompositeConstruct %v4float %82 %82 %82 %82
OpStore %x_GLF_color %83
OpBranch %63
%63 = OpLabel
%84 = OpLoad %int %count0
%85 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_1
%86 = OpLoad %int %85
%87 = OpINotEqual %bool %84 %86
OpSelectionMerge %88 None
OpBranchConditional %87 %89 %88
%89 = OpLabel
%90 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_2
%91 = OpLoad %int %90
%92 = OpConvertSToF %float %91
%93 = OpCompositeConstruct %v4float %92 %92 %92 %92
OpStore %x_GLF_color %93
OpBranch %88
%88 = OpLabel
OpReturn
OpFunctionEnd
%tint_symbol_2 = OpFunction %void None %94
%tint_symbol = OpFunctionParameter %main_out
%98 = OpLabel
%99 = OpCompositeExtract %v4float %tint_symbol 0
OpStore %tint_symbol_1 %99
OpReturn
OpFunctionEnd
%main = OpFunction %void None %15
%101 = OpLabel
%102 = OpFunctionCall %void %main_1
%104 = OpLoad %v4float %x_GLF_color
%105 = OpCompositeConstruct %main_out %104
%103 = OpFunctionCall %void %tint_symbol_2 %105
OpReturn
OpFunctionEnd