207 lines
8.3 KiB
Plaintext
207 lines
8.3 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 310
|
|
OpName %main "main"
|
|
OpName %alwaysZero_vf2_ "alwaysZero(vf2;"
|
|
OpName %coord "coord"
|
|
OpName %a "a"
|
|
OpName %buf0 "buf0"
|
|
OpMemberName %buf0 0 "injectionSwitch"
|
|
OpName %_ ""
|
|
OpName %b "b"
|
|
OpName %gl_FragCoord "gl_FragCoord"
|
|
OpName %zero "zero"
|
|
OpName %param "param"
|
|
OpName %_GLF_color "_GLF_color"
|
|
OpName %temp "temp"
|
|
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
|
|
%15 = OpTypeFunction %void
|
|
%float = OpTypeFloat 32
|
|
%v2float = OpTypeVector %float 2
|
|
%_ptr_Function_v2float = OpTypePointer Function %v2float
|
|
%int = OpTypeInt 32 1
|
|
%20 = OpTypeFunction %int %_ptr_Function_v2float
|
|
%_ptr_Function_float = OpTypePointer Function %float
|
|
%uint = OpTypeInt 32 0
|
|
%uint_1 = OpConstant %uint 1
|
|
%float_50 = OpConstant %float 50
|
|
%bool = OpTypeBool
|
|
%buf0 = OpTypeStruct %v2float
|
|
%_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0
|
|
%_ = OpVariable %_ptr_Uniform_buf0 Uniform
|
|
%int_0 = OpConstant %int 0
|
|
%_ptr_Uniform_float = OpTypePointer Uniform %float
|
|
%float_0 = OpConstant %float 0
|
|
%v4float = OpTypeVector %float 4
|
|
%_ptr_Input_v4float = OpTypePointer Input %v4float
|
|
%gl_FragCoord = OpVariable %_ptr_Input_v4float Input
|
|
%_ptr_Input_float = OpTypePointer Input %float
|
|
%float_1 = OpConstant %float 1
|
|
%int_1 = OpConstant %int 1
|
|
%_ptr_Function_int = OpTypePointer Function %int
|
|
%_ptr_Output_v4float = OpTypePointer Output %v4float
|
|
%_GLF_color = OpVariable %_ptr_Output_v4float Output
|
|
%37 = OpConstantComposite %v4float %float_0 %float_1 %float_1 %float_1
|
|
%uint_0 = OpConstant %uint 0
|
|
%_ptr_Output_float = OpTypePointer Output %float
|
|
%uint_2 = OpConstant %uint 2
|
|
%false = OpConstantFalse %bool
|
|
%main = OpFunction %void None %15
|
|
%42 = OpLabel
|
|
%43 = OpVariable %_ptr_Function_float Function
|
|
%44 = OpVariable %_ptr_Function_float Function
|
|
%45 = OpVariable %_ptr_Function_float Function
|
|
%46 = OpVariable %_ptr_Function_int Function
|
|
%zero = OpVariable %_ptr_Function_int Function
|
|
%param = OpVariable %_ptr_Function_v2float Function
|
|
%temp = OpVariable %_ptr_Function_v2float Function
|
|
%47 = OpLoad %v4float %gl_FragCoord
|
|
%48 = OpVectorShuffle %v2float %47 %47 0 1
|
|
OpStore %param %48
|
|
OpBranch %49
|
|
%49 = OpLabel
|
|
OpLoopMerge %50 %51 None
|
|
OpBranch %52
|
|
%52 = OpLabel
|
|
%53 = OpAccessChain %_ptr_Function_float %param %uint_1
|
|
%54 = OpLoad %float %53
|
|
%55 = OpFOrdLessThan %bool %54 %float_50
|
|
OpSelectionMerge %56 None
|
|
OpBranchConditional %55 %57 %58
|
|
%57 = OpLabel
|
|
%59 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %uint_1
|
|
%60 = OpLoad %float %59
|
|
OpStore %44 %60
|
|
OpBranch %56
|
|
%58 = OpLabel
|
|
OpStore %44 %float_0
|
|
OpBranch %56
|
|
%56 = OpLabel
|
|
%61 = OpLoad %float %44
|
|
OpStore %43 %61
|
|
%62 = OpAccessChain %_ptr_Input_float %gl_FragCoord %uint_1
|
|
%63 = OpLoad %float %62
|
|
%64 = OpFOrdLessThan %bool %63 %float_50
|
|
%65 = OpSelect %float %64 %float_1 %float_0
|
|
OpStore %45 %65
|
|
%66 = OpFSub %float %61 %65
|
|
%67 = OpFOrdLessThan %bool %66 %float_1
|
|
OpSelectionMerge %68 None
|
|
OpBranchConditional %67 %69 %68
|
|
%69 = OpLabel
|
|
OpStore %46 %int_0
|
|
OpBranch %50
|
|
%68 = OpLabel
|
|
OpStore %46 %int_1
|
|
OpBranch %50
|
|
%51 = OpLabel
|
|
OpBranchConditional %false %49 %50
|
|
%50 = OpLabel
|
|
%70 = OpLoad %int %46
|
|
OpStore %zero %70
|
|
%71 = OpIEqual %bool %70 %int_1
|
|
OpSelectionMerge %72 None
|
|
OpBranchConditional %71 %73 %72
|
|
%73 = OpLabel
|
|
OpReturn
|
|
%72 = OpLabel
|
|
OpStore %_GLF_color %37
|
|
%74 = OpAccessChain %_ptr_Input_float %gl_FragCoord %uint_0
|
|
%75 = OpLoad %float %74
|
|
%76 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %uint_0
|
|
%77 = OpLoad %float %76
|
|
%78 = OpFOrdGreaterThanEqual %bool %75 %77
|
|
OpSelectionMerge %79 None
|
|
OpBranchConditional %78 %80 %79
|
|
%80 = OpLabel
|
|
%81 = OpAccessChain %_ptr_Input_float %gl_FragCoord %uint_1
|
|
%82 = OpLoad %float %81
|
|
%83 = OpFOrdGreaterThanEqual %bool %82 %float_0
|
|
OpSelectionMerge %84 None
|
|
OpBranchConditional %83 %85 %84
|
|
%85 = OpLabel
|
|
%86 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %uint_1
|
|
%87 = OpLoad %float %86
|
|
%88 = OpAccessChain %_ptr_Output_float %_GLF_color %uint_0
|
|
OpStore %88 %87
|
|
OpBranch %84
|
|
%84 = OpLabel
|
|
OpBranch %79
|
|
%79 = OpLabel
|
|
%89 = OpAccessChain %_ptr_Input_float %gl_FragCoord %uint_1
|
|
%90 = OpLoad %float %89
|
|
%91 = OpFOrdGreaterThanEqual %bool %90 %float_0
|
|
OpSelectionMerge %92 None
|
|
OpBranchConditional %91 %93 %92
|
|
%93 = OpLabel
|
|
%94 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %uint_0
|
|
%95 = OpLoad %float %94
|
|
%96 = OpAccessChain %_ptr_Output_float %_GLF_color %uint_1
|
|
OpStore %96 %95
|
|
OpBranch %92
|
|
%92 = OpLabel
|
|
%97 = OpLoad %v4float %gl_FragCoord
|
|
%98 = OpVectorShuffle %v2float %97 %97 0 1
|
|
%99 = OpCompositeExtract %float %98 0
|
|
%100 = OpCompositeExtract %float %98 1
|
|
%101 = OpCompositeConstruct %v2float %99 %100
|
|
OpStore %temp %101
|
|
%102 = OpCompositeExtract %float %101 1
|
|
%103 = OpFOrdGreaterThanEqual %bool %102 %float_0
|
|
OpSelectionMerge %104 None
|
|
OpBranchConditional %103 %105 %104
|
|
%105 = OpLabel
|
|
%106 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %uint_0
|
|
%107 = OpLoad %float %106
|
|
%108 = OpAccessChain %_ptr_Output_float %_GLF_color %uint_2
|
|
OpStore %108 %107
|
|
OpBranch %104
|
|
%104 = OpLabel
|
|
OpReturn
|
|
OpFunctionEnd
|
|
%alwaysZero_vf2_ = OpFunction %int None %20
|
|
%coord = OpFunctionParameter %_ptr_Function_v2float
|
|
%109 = OpLabel
|
|
%a = OpVariable %_ptr_Function_float Function
|
|
%110 = OpVariable %_ptr_Function_float Function
|
|
%b = OpVariable %_ptr_Function_float Function
|
|
%111 = OpAccessChain %_ptr_Function_float %coord %uint_1
|
|
%112 = OpLoad %float %111
|
|
%113 = OpFOrdLessThan %bool %112 %float_50
|
|
OpSelectionMerge %114 None
|
|
OpBranchConditional %113 %115 %116
|
|
%115 = OpLabel
|
|
%117 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %uint_1
|
|
%118 = OpLoad %float %117
|
|
OpStore %110 %118
|
|
OpBranch %114
|
|
%116 = OpLabel
|
|
OpStore %110 %float_0
|
|
OpBranch %114
|
|
%114 = OpLabel
|
|
%119 = OpLoad %float %110
|
|
OpStore %a %119
|
|
%120 = OpAccessChain %_ptr_Input_float %gl_FragCoord %uint_1
|
|
%121 = OpLoad %float %120
|
|
%122 = OpFOrdLessThan %bool %121 %float_50
|
|
%123 = OpSelect %float %122 %float_1 %float_0
|
|
OpStore %b %123
|
|
%124 = OpFSub %float %119 %123
|
|
%125 = OpFOrdLessThan %bool %124 %float_1
|
|
OpSelectionMerge %126 None
|
|
OpBranchConditional %125 %127 %126
|
|
%127 = OpLabel
|
|
OpReturnValue %int_0
|
|
%126 = OpLabel
|
|
OpReturnValue %int_1
|
|
OpFunctionEnd
|