230 lines
8.9 KiB
Plaintext
230 lines
8.9 KiB
Plaintext
OpCapability Shader
|
|
%1 = OpExtInstImport "GLSL.std.450"
|
|
OpMemoryModel Logical GLSL450
|
|
OpEntryPoint Fragment %main "main" %gl_FragCoord %_GLF_color
|
|
OpExecutionMode %main OriginUpperLeft
|
|
OpSource ESSL 320
|
|
OpName %main "main"
|
|
OpName %c "c"
|
|
OpName %buf0 "buf0"
|
|
OpMemberName %buf0 0 "resolution"
|
|
OpName %_ ""
|
|
OpName %gl_FragCoord "gl_FragCoord"
|
|
OpName %_GLF_color "_GLF_color"
|
|
OpMemberDecorate %buf0 0 Offset 0
|
|
OpDecorate %buf0 Block
|
|
OpDecorate %_ DescriptorSet 0
|
|
OpDecorate %_ Binding 0
|
|
OpDecorate %gl_FragCoord BuiltIn FragCoord
|
|
OpDecorate %_GLF_color Location 0
|
|
%void = OpTypeVoid
|
|
%9 = OpTypeFunction %void
|
|
%float = OpTypeFloat 32
|
|
%_ptr_Function_float = OpTypePointer Function %float
|
|
%float_n0_5 = OpConstant %float -0.5
|
|
%int = OpTypeInt 32 1
|
|
%int_1 = OpConstant %int 1
|
|
%int_800 = OpConstant %int 800
|
|
%bool = OpTypeBool
|
|
%int_32 = OpConstant %int 32
|
|
%int_0 = OpConstant %int 0
|
|
%float_0_400000006 = OpConstant %float 0.400000006
|
|
%float_0_00999999978 = OpConstant %float 0.00999999978
|
|
%float_100 = OpConstant %float 100
|
|
%v3float = OpTypeVector %float 3
|
|
%_ptr_Function_v3float = OpTypePointer Function %v3float
|
|
%float_7 = OpConstant %float 7
|
|
%float_8 = OpConstant %float 8
|
|
%float_9 = OpConstant %float 9
|
|
%27 = OpConstantComposite %v3float %float_7 %float_8 %float_9
|
|
%v2float = OpTypeVector %float 2
|
|
%buf0 = OpTypeStruct %v2float
|
|
%_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0
|
|
%_ = OpVariable %_ptr_Uniform_buf0 Uniform
|
|
%uint = OpTypeInt 32 0
|
|
%uint_0 = OpConstant %uint 0
|
|
%_ptr_Uniform_float = OpTypePointer Uniform %float
|
|
%v4float = OpTypeVector %float 4
|
|
%_ptr_Input_v4float = OpTypePointer Input %v4float
|
|
%gl_FragCoord = OpVariable %_ptr_Input_v4float Input
|
|
%_ptr_Input_float = OpTypePointer Input %float
|
|
%uint_1 = OpConstant %uint 1
|
|
%uint_2 = OpConstant %uint 2
|
|
%int_3 = OpConstant %int 3
|
|
%float_1 = OpConstant %float 1
|
|
%_ptr_Output_v4float = OpTypePointer Output %v4float
|
|
%_GLF_color = OpVariable %_ptr_Output_v4float Output
|
|
%false = OpConstantFalse %bool
|
|
%true = OpConstantTrue %bool
|
|
%43 = OpUndef %float
|
|
%float_0_125 = OpConstant %float 0.125
|
|
%main = OpFunction %void None %9
|
|
%45 = OpLabel
|
|
%c = OpVariable %_ptr_Function_v3float Function
|
|
OpStore %c %27
|
|
%46 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %uint_0
|
|
%47 = OpLoad %float %46
|
|
%48 = OpCompositeConstruct %v2float %float_1 %47
|
|
%49 = OpFMul %float %47 %float_0_125
|
|
%50 = OpExtInst %float %1 Round %49
|
|
%51 = OpCompositeConstruct %v2float %43 %float_n0_5
|
|
%52 = OpAccessChain %_ptr_Input_float %gl_FragCoord %uint_0
|
|
%53 = OpLoad %float %52
|
|
OpSelectionMerge %54 None
|
|
OpSwitch %uint_0 %55
|
|
%55 = OpLabel
|
|
OpBranch %56
|
|
%56 = OpLabel
|
|
%57 = OpPhi %float %float_n0_5 %55 %58 %59
|
|
%60 = OpPhi %int %int_1 %55 %61 %59
|
|
%62 = OpSLessThan %bool %60 %int_800
|
|
OpLoopMerge %63 %59 None
|
|
OpBranchConditional %62 %64 %63
|
|
%64 = OpLabel
|
|
%65 = OpSMod %int %60 %int_32
|
|
%66 = OpIEqual %bool %65 %int_0
|
|
OpSelectionMerge %67 None
|
|
OpBranchConditional %66 %68 %69
|
|
%68 = OpLabel
|
|
%70 = OpFAdd %float %57 %float_0_400000006
|
|
OpBranch %67
|
|
%69 = OpLabel
|
|
%71 = OpConvertSToF %float %60
|
|
%72 = OpExtInst %float %1 Round %50
|
|
%73 = OpFMod %float %71 %72
|
|
%74 = OpFOrdLessThanEqual %bool %73 %float_0_00999999978
|
|
OpSelectionMerge %75 None
|
|
OpBranchConditional %74 %76 %75
|
|
%76 = OpLabel
|
|
%77 = OpFAdd %float %57 %float_100
|
|
OpBranch %75
|
|
%75 = OpLabel
|
|
%78 = OpPhi %float %57 %69 %77 %76
|
|
OpBranch %67
|
|
%67 = OpLabel
|
|
%58 = OpPhi %float %70 %68 %78 %75
|
|
%79 = OpConvertSToF %float %60
|
|
%80 = OpFOrdGreaterThanEqual %bool %79 %53
|
|
OpSelectionMerge %81 None
|
|
OpBranchConditional %80 %82 %81
|
|
%82 = OpLabel
|
|
OpBranch %63
|
|
%81 = OpLabel
|
|
OpBranch %59
|
|
%59 = OpLabel
|
|
%61 = OpIAdd %int %60 %int_1
|
|
OpBranch %56
|
|
%63 = OpLabel
|
|
%83 = OpPhi %float %43 %56 %58 %82
|
|
%84 = OpPhi %float %57 %56 %58 %82
|
|
%85 = OpPhi %bool %false %56 %true %82
|
|
OpSelectionMerge %86 None
|
|
OpBranchConditional %85 %54 %86
|
|
%86 = OpLabel
|
|
OpBranch %54
|
|
%54 = OpLabel
|
|
%87 = OpPhi %float %83 %63 %84 %86
|
|
%88 = OpAccessChain %_ptr_Function_float %c %uint_0
|
|
%89 = OpCompositeConstruct %v4float %84 %float_0_400000006 %83 %float_0_400000006
|
|
%90 = OpCompositeConstruct %v3float %48 %float_n0_5
|
|
OpStore %88 %87
|
|
%91 = OpAccessChain %_ptr_Input_float %gl_FragCoord %uint_1
|
|
%92 = OpLoad %float %91
|
|
OpSelectionMerge %93 None
|
|
OpSwitch %uint_0 %94
|
|
%94 = OpLabel
|
|
%95 = OpCompositeConstruct %v4float %51 %43 %57
|
|
%96 = OpCompositeExtract %float %90 2
|
|
OpBranch %97
|
|
%97 = OpLabel
|
|
%98 = OpPhi %float %96 %94 %99 %100
|
|
%101 = OpPhi %int %int_1 %94 %102 %100
|
|
%103 = OpSLessThan %bool %101 %int_800
|
|
OpLoopMerge %104 %100 None
|
|
OpBranchConditional %103 %105 %104
|
|
%105 = OpLabel
|
|
%106 = OpSMod %int %101 %int_32
|
|
%107 = OpIEqual %bool %106 %int_0
|
|
OpSelectionMerge %108 None
|
|
OpBranchConditional %107 %109 %110
|
|
%109 = OpLabel
|
|
%111 = OpFAdd %float %98 %float_0_400000006
|
|
OpBranch %108
|
|
%110 = OpLabel
|
|
%112 = OpConvertSToF %float %101
|
|
%113 = OpExtInst %float %1 Round %50
|
|
%114 = OpFMod %float %112 %113
|
|
%115 = OpFOrdLessThanEqual %bool %114 %float_0_00999999978
|
|
OpSelectionMerge %116 None
|
|
OpBranchConditional %115 %117 %116
|
|
%117 = OpLabel
|
|
%118 = OpFAdd %float %98 %float_100
|
|
OpBranch %116
|
|
%116 = OpLabel
|
|
%119 = OpPhi %float %98 %110 %118 %117
|
|
OpBranch %108
|
|
%108 = OpLabel
|
|
%99 = OpPhi %float %111 %109 %119 %116
|
|
%120 = OpConvertSToF %float %101
|
|
%121 = OpFOrdGreaterThanEqual %bool %120 %92
|
|
OpSelectionMerge %122 None
|
|
OpBranchConditional %121 %123 %122
|
|
%123 = OpLabel
|
|
OpBranch %104
|
|
%122 = OpLabel
|
|
OpBranch %100
|
|
%100 = OpLabel
|
|
%102 = OpIAdd %int %101 %int_1
|
|
OpBranch %97
|
|
%104 = OpLabel
|
|
%124 = OpPhi %float %43 %97 %99 %123
|
|
%125 = OpPhi %float %98 %97 %99 %123
|
|
%126 = OpPhi %bool %false %97 %true %123
|
|
OpSelectionMerge %127 None
|
|
OpBranchConditional %126 %93 %127
|
|
%127 = OpLabel
|
|
OpBranch %93
|
|
%93 = OpLabel
|
|
%128 = OpPhi %float %124 %104 %125 %127
|
|
%129 = OpAccessChain %_ptr_Function_float %c %uint_1
|
|
OpStore %129 %128
|
|
%130 = OpLoad %float %88
|
|
%131 = OpLoad %float %129
|
|
%132 = OpFAdd %float %130 %131
|
|
%133 = OpAccessChain %_ptr_Function_float %c %uint_2
|
|
OpStore %133 %132
|
|
OpBranch %134
|
|
%134 = OpLabel
|
|
%135 = OpPhi %int %int_0 %93 %136 %137
|
|
%138 = OpSLessThan %bool %135 %int_3
|
|
OpLoopMerge %139 %137 None
|
|
OpBranchConditional %138 %140 %139
|
|
%140 = OpLabel
|
|
%141 = OpAccessChain %_ptr_Function_float %c %135
|
|
%142 = OpLoad %float %141
|
|
%143 = OpFOrdGreaterThanEqual %bool %142 %float_1
|
|
OpSelectionMerge %144 None
|
|
OpBranchConditional %143 %145 %144
|
|
%145 = OpLabel
|
|
%146 = OpLoad %float %141
|
|
%147 = OpLoad %float %141
|
|
%148 = OpFMul %float %146 %147
|
|
OpStore %141 %148
|
|
OpBranch %144
|
|
%144 = OpLabel
|
|
OpBranch %137
|
|
%137 = OpLabel
|
|
%136 = OpIAdd %int %135 %int_1
|
|
OpBranch %134
|
|
%139 = OpLabel
|
|
%149 = OpLoad %v3float %c
|
|
%150 = OpExtInst %v3float %1 FAbs %149
|
|
%151 = OpExtInst %v3float %1 Normalize %150
|
|
%152 = OpCompositeExtract %float %151 0
|
|
%153 = OpCompositeExtract %float %151 1
|
|
%154 = OpCompositeExtract %float %151 2
|
|
%155 = OpCompositeConstruct %v4float %152 %153 %154 %float_1
|
|
OpStore %_GLF_color %155
|
|
OpReturn
|
|
OpFunctionEnd
|