blob: 97d37447efea4b1cb15b87af9c642ecf6252f116 [file] [log] [blame]
OpCapability Shader
%1 = OpExtInstImport "GLSL.std.450"
OpMemoryModel Logical GLSL450
OpEntryPoint Fragment %main "main" %_GLF_color
OpExecutionMode %main OriginUpperLeft
OpSource ESSL 320
OpName %main "main"
OpName %_GLF_global_loop_count "_GLF_global_loop_count"
OpName %buf0 "buf0"
OpMemberName %buf0 0 "_GLF_uniform_int_values"
OpName %_ ""
OpName %_GLF_color "_GLF_color"
OpDecorate %_arr_int_uint_2 ArrayStride 16
OpMemberDecorate %buf0 0 Offset 0
OpDecorate %buf0 Block
OpDecorate %_ DescriptorSet 0
OpDecorate %_ Binding 0
OpDecorate %_GLF_color Location 0
%void = OpTypeVoid
%9 = OpTypeFunction %void
%int = OpTypeInt 32 1
%_ptr_Private_int = OpTypePointer Private %int
%_GLF_global_loop_count = OpVariable %_ptr_Private_int Private
%int_0 = OpConstant %int 0
%uint = OpTypeInt 32 0
%uint_2 = OpConstant %uint 2
%_arr_int_uint_2 = OpTypeArray %int %uint_2
%buf0 = OpTypeStruct %_arr_int_uint_2
%_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0
%_ = OpVariable %_ptr_Uniform_buf0 Uniform
%_ptr_Uniform_int = OpTypePointer Uniform %int
%bool = OpTypeBool
%true = OpConstantTrue %bool
%float = OpTypeFloat 32
%v4float = OpTypeVector %float 4
%_ptr_Output_v4float = OpTypePointer Output %v4float
%_GLF_color = OpVariable %_ptr_Output_v4float Output
%int_1 = OpConstant %int 1
%false = OpConstantFalse %bool
%int_100 = OpConstant %int 100
%main = OpFunction %void None %9
%25 = OpLabel
OpStore %_GLF_global_loop_count %int_0
%26 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_0
%27 = OpLoad %int %26
OpSelectionMerge %28 None
OpSwitch %27 %28 0 %29 1 %30
%29 = OpLabel
OpSelectionMerge %31 None
OpBranchConditional %true %32 %31
%32 = OpLabel
%33 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_1
%34 = OpLoad %int %33
%35 = OpConvertSToF %float %34
%36 = OpCompositeConstruct %v4float %35 %35 %35 %35
OpStore %_GLF_color %36
OpReturn
%31 = OpLabel
OpBranch %30
%30 = OpLabel
OpSelectionMerge %37 None
OpBranchConditional %true %38 %37
%38 = OpLabel
%39 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_0
%40 = OpLoad %int %39
%41 = OpConvertSToF %float %40
%42 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_1
%43 = OpLoad %int %42
%44 = OpConvertSToF %float %43
%45 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_1
%46 = OpLoad %int %45
%47 = OpConvertSToF %float %46
%48 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_0
%49 = OpLoad %int %48
%50 = OpConvertSToF %float %49
%51 = OpCompositeConstruct %v4float %41 %44 %47 %50
OpStore %_GLF_color %51
OpSelectionMerge %52 None
OpBranchConditional %false %53 %52
%53 = OpLabel
%54 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_0
%55 = OpLoad %int %54
%56 = OpConvertSToF %float %55
%57 = OpCompositeConstruct %v4float %56 %56 %56 %56
OpStore %_GLF_color %57
OpBranch %58
%58 = OpLabel
OpLoopMerge %59 %60 None
OpBranch %61
%61 = OpLabel
%62 = OpLoad %int %_GLF_global_loop_count
%63 = OpIAdd %int %62 %int_1
OpStore %_GLF_global_loop_count %63
OpSelectionMerge %64 None
OpBranchConditional %false %65 %64
%65 = OpLabel
OpReturn
%64 = OpLabel
OpSelectionMerge %66 None
OpBranchConditional %true %67 %66
%67 = OpLabel
OpReturn
%66 = OpLabel
OpBranch %60
%60 = OpLabel
%68 = OpLoad %int %_GLF_global_loop_count
%69 = OpSLessThan %bool %68 %int_100
OpBranchConditional %69 %58 %59
%59 = OpLabel
OpBranch %52
%52 = OpLabel
OpBranch %37
%37 = OpLabel
OpBranch %28
%28 = OpLabel
OpReturn
OpFunctionEnd