blob: 9b85a89037c0c4fae1b7ab3e540408196018632d [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 %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_4 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
%13 = OpTypeFunction %void
%float = OpTypeFloat 32
%_ptr_Function_float = OpTypePointer Function %float
%uint = OpTypeInt 32 0
%uint_4 = OpConstant %uint 4
%_arr_float_uint_4 = OpTypeArray %float %uint_4
%buf0 = OpTypeStruct %_arr_float_uint_4
%_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0
%_ = OpVariable %_ptr_Uniform_buf0 Uniform
%int = OpTypeInt 32 1
%int_0 = OpConstant %int 0
%_ptr_Uniform_float = OpTypePointer Uniform %float
%_ptr_Function_int = OpTypePointer Function %int
%uint_3 = OpConstant %uint 3
%_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
%int_1 = OpConstant %int 1
%_ptr_Uniform_int = OpTypePointer Uniform %int
%bool = OpTypeBool
%int_3 = OpConstant %int 3
%int_2 = OpConstant %int 2
%v4float = OpTypeVector %float 4
%_ptr_Output_v4float = OpTypePointer Output %v4float
%_GLF_color = OpVariable %_ptr_Output_v4float Output
%main = OpFunction %void None %13
%32 = OpLabel
%f = OpVariable %_ptr_Function_float Function
%i = OpVariable %_ptr_Function_int Function
%33 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %int_0
%34 = OpLoad %float %33
OpStore %f %34
%35 = OpAccessChain %_ptr_Uniform_int %__0 %int_0 %int_1
%36 = OpLoad %int %35
OpStore %i %36
OpBranch %37
%37 = OpLabel
OpLoopMerge %38 %39 None
OpBranch %40
%40 = OpLabel
%41 = OpLoad %int %i
%42 = OpAccessChain %_ptr_Uniform_int %__0 %int_0 %int_0
%43 = OpLoad %int %42
%44 = OpSLessThan %bool %41 %43
OpBranchConditional %44 %45 %38
%45 = OpLabel
%46 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %int_3
%47 = OpLoad %float %46
%48 = OpFNegate %float %47
%49 = OpLoad %float %f
%50 = OpFMul %float %48 %49
%51 = OpExtInst %float %1 FAbs %50
%52 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %int_0
%53 = OpLoad %float %52
%54 = OpFAdd %float %51 %53
OpStore %f %54
OpBranch %39
%39 = OpLabel
%55 = OpLoad %int %i
%56 = OpIAdd %int %55 %int_1
OpStore %i %56
OpBranch %37
%38 = OpLabel
%57 = OpLoad %float %f
%58 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %int_1
%59 = OpLoad %float %58
%60 = OpFOrdGreaterThan %bool %57 %59
OpSelectionMerge %61 None
OpBranchConditional %60 %62 %61
%62 = OpLabel
%63 = OpLoad %float %f
%64 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %int_2
%65 = OpLoad %float %64
%66 = OpFOrdLessThan %bool %63 %65
OpBranch %61
%61 = OpLabel
%67 = OpPhi %bool %60 %38 %66 %62
OpSelectionMerge %68 None
OpBranchConditional %67 %69 %70
%69 = OpLabel
%71 = OpAccessChain %_ptr_Uniform_int %__0 %int_0 %int_2
%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_2
%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