blob: 22dc5732282d7799fdc1d89a42f49117e48f98a0 [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 %f "f"
OpName %buf0 "buf0"
OpMemberName %buf0 0 "_GLF_uniform_float_values"
OpName %_ ""
OpName %i "i"
OpName %buf1 "buf1"
OpMemberName %buf1 0 "_GLF_uniform_int_values"
OpName %__0 ""
OpName %_GLF_color "_GLF_color"
OpDecorate %_arr_float_uint_3 ArrayStride 16
OpMemberDecorate %buf0 0 Offset 0
OpDecorate %buf0 Block
OpDecorate %_ DescriptorSet 0
OpDecorate %_ Binding 0
OpDecorate %_arr_int_uint_3 ArrayStride 16
OpMemberDecorate %buf1 0 Offset 0
OpDecorate %buf1 Block
OpDecorate %__0 DescriptorSet 0
OpDecorate %__0 Binding 1
OpDecorate %_GLF_color Location 0
%void = OpTypeVoid
%14 = 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
%float = OpTypeFloat 32
%_ptr_Function_float = OpTypePointer Function %float
%uint = OpTypeInt 32 0
%uint_3 = OpConstant %uint 3
%_arr_float_uint_3 = OpTypeArray %float %uint_3
%buf0 = OpTypeStruct %_arr_float_uint_3
%_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0
%_ = OpVariable %_ptr_Uniform_buf0 Uniform
%int_1 = OpConstant %int 1
%_ptr_Uniform_float = OpTypePointer Uniform %float
%_ptr_Function_int = OpTypePointer Function %int
%_arr_int_uint_3 = OpTypeArray %int %uint_3
%buf1 = OpTypeStruct %_arr_int_uint_3
%_ptr_Uniform_buf1 = OpTypePointer Uniform %buf1
%__0 = OpVariable %_ptr_Uniform_buf1 Uniform
%_ptr_Uniform_int = OpTypePointer Uniform %int
%int_2 = OpConstant %int 2
%bool = OpTypeBool
%float_1 = OpConstant %float 1
%v4float = OpTypeVector %float 4
%_ptr_Output_v4float = OpTypePointer Output %v4float
%_GLF_color = OpVariable %_ptr_Output_v4float Output
%int_100 = OpConstant %int 100
%main = OpFunction %void None %14
%34 = OpLabel
%f = OpVariable %_ptr_Function_float Function
%i = OpVariable %_ptr_Function_int Function
OpStore %_GLF_global_loop_count %int_0
%35 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %int_1
%36 = OpLoad %float %35
OpStore %f %36
%37 = OpAccessChain %_ptr_Uniform_int %__0 %int_0 %int_1
%38 = OpLoad %int %37
OpStore %i %38
OpBranch %39
%39 = OpLabel
OpLoopMerge %40 %41 None
OpBranch %42
%42 = OpLabel
%43 = OpLoad %int %i
%44 = OpAccessChain %_ptr_Uniform_int %__0 %int_0 %int_2
%45 = OpLoad %int %44
%46 = OpSLessThan %bool %43 %45
OpBranchConditional %46 %47 %40
%47 = OpLabel
%48 = OpLoad %float %f
%49 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %int_1
%50 = OpLoad %float %49
%51 = OpFOrdGreaterThan %bool %48 %50
OpSelectionMerge %52 None
OpBranchConditional %51 %53 %52
%53 = OpLabel
OpBranch %52
%52 = OpLabel
OpStore %f %float_1
%54 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %int_2
%55 = OpLoad %float %54
%56 = OpLoad %float %f
%57 = OpExtInst %float %1 FClamp %55 %float_1 %56
%58 = OpFSub %float %float_1 %57
%59 = OpLoad %int %i
%60 = OpConvertSToF %float %59
%61 = OpFAdd %float %58 %60
OpStore %f %61
OpBranch %41
%41 = OpLabel
%62 = OpLoad %int %i
%63 = OpIAdd %int %62 %int_1
OpStore %i %63
OpBranch %39
%40 = OpLabel
%64 = OpLoad %float %f
%65 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %int_0
%66 = OpLoad %float %65
%67 = OpFOrdEqual %bool %64 %66
OpSelectionMerge %68 None
OpBranchConditional %67 %69 %70
%69 = OpLabel
%71 = OpAccessChain %_ptr_Uniform_int %__0 %int_0 %int_0
%72 = OpLoad %int %71
%73 = OpConvertSToF %float %72
%74 = OpAccessChain %_ptr_Uniform_int %__0 %int_0 %int_1
%75 = OpLoad %int %74
%76 = OpConvertSToF %float %75
%77 = OpAccessChain %_ptr_Uniform_int %__0 %int_0 %int_1
%78 = OpLoad %int %77
%79 = OpConvertSToF %float %78
%80 = OpAccessChain %_ptr_Uniform_int %__0 %int_0 %int_0
%81 = OpLoad %int %80
%82 = OpConvertSToF %float %81
%83 = OpCompositeConstruct %v4float %73 %76 %79 %82
OpStore %_GLF_color %83
OpBranch %68
%70 = OpLabel
%84 = OpAccessChain %_ptr_Uniform_int %__0 %int_0 %int_1
%85 = OpLoad %int %84
%86 = OpConvertSToF %float %85
%87 = OpCompositeConstruct %v4float %86 %86 %86 %86
OpStore %_GLF_color %87
OpBranch %68
%68 = OpLabel
OpReturn
OpFunctionEnd