2021-01-26 16:16:34 +00:00
|
|
|
OpCapability Shader
|
|
|
|
%1 = OpExtInstImport "GLSL.std.450"
|
|
|
|
OpMemoryModel Logical GLSL450
|
2021-03-22 16:05:31 +00:00
|
|
|
OpEntryPoint Fragment %_entrypoint_v "_entrypoint" %sk_FragColor %sk_Clockwise
|
|
|
|
OpExecutionMode %_entrypoint_v OriginUpperLeft
|
2021-01-27 00:58:22 +00:00
|
|
|
OpName %sk_FragColor "sk_FragColor"
|
2021-01-26 16:16:34 +00:00
|
|
|
OpName %sk_Clockwise "sk_Clockwise"
|
2021-03-22 16:05:31 +00:00
|
|
|
OpName %_entrypoint_v "_entrypoint_v"
|
2021-01-26 16:16:34 +00:00
|
|
|
OpName %main "main"
|
|
|
|
OpName %x "x"
|
2021-01-27 00:58:22 +00:00
|
|
|
OpDecorate %sk_FragColor RelaxedPrecision
|
|
|
|
OpDecorate %sk_FragColor Location 0
|
|
|
|
OpDecorate %sk_FragColor Index 0
|
2021-01-26 16:16:34 +00:00
|
|
|
OpDecorate %sk_Clockwise BuiltIn FrontFacing
|
2021-03-23 18:16:52 +00:00
|
|
|
OpDecorate %x RelaxedPrecision
|
2021-01-26 16:16:34 +00:00
|
|
|
OpDecorate %26 RelaxedPrecision
|
2021-04-21 18:27:08 +00:00
|
|
|
OpDecorate %32 RelaxedPrecision
|
2021-01-27 00:58:22 +00:00
|
|
|
OpDecorate %33 RelaxedPrecision
|
2021-04-21 18:27:08 +00:00
|
|
|
OpDecorate %39 RelaxedPrecision
|
|
|
|
OpDecorate %41 RelaxedPrecision
|
|
|
|
OpDecorate %42 RelaxedPrecision
|
|
|
|
OpDecorate %43 RelaxedPrecision
|
2021-01-27 00:58:22 +00:00
|
|
|
OpDecorate %52 RelaxedPrecision
|
|
|
|
OpDecorate %53 RelaxedPrecision
|
2021-04-21 18:27:08 +00:00
|
|
|
OpDecorate %57 RelaxedPrecision
|
|
|
|
OpDecorate %58 RelaxedPrecision
|
|
|
|
OpDecorate %59 RelaxedPrecision
|
|
|
|
OpDecorate %60 RelaxedPrecision
|
|
|
|
OpDecorate %66 RelaxedPrecision
|
2021-01-27 00:58:22 +00:00
|
|
|
%float = OpTypeFloat 32
|
|
|
|
%v4float = OpTypeVector %float 4
|
|
|
|
%_ptr_Output_v4float = OpTypePointer Output %v4float
|
|
|
|
%sk_FragColor = OpVariable %_ptr_Output_v4float Output
|
2021-01-26 16:16:34 +00:00
|
|
|
%bool = OpTypeBool
|
|
|
|
%_ptr_Input_bool = OpTypePointer Input %bool
|
|
|
|
%sk_Clockwise = OpVariable %_ptr_Input_bool Input
|
2021-01-27 00:58:22 +00:00
|
|
|
%void = OpTypeVoid
|
|
|
|
%12 = OpTypeFunction %void
|
2021-04-21 18:27:08 +00:00
|
|
|
%v2float = OpTypeVector %float 2
|
|
|
|
%float_0 = OpConstant %float 0
|
|
|
|
%16 = OpConstantComposite %v2float %float_0 %float_0
|
|
|
|
%_ptr_Function_v2float = OpTypePointer Function %v2float
|
|
|
|
%20 = OpTypeFunction %v4float %_ptr_Function_v2float
|
2021-01-26 16:16:34 +00:00
|
|
|
%_ptr_Function_v4float = OpTypePointer Function %v4float
|
|
|
|
%float_1 = OpConstant %float 1
|
2021-04-21 18:27:08 +00:00
|
|
|
%26 = OpConstantComposite %v4float %float_1 %float_1 %float_1 %float_1
|
2021-01-26 16:16:34 +00:00
|
|
|
%_ptr_Function_float = OpTypePointer Function %float
|
|
|
|
%int = OpTypeInt 32 1
|
|
|
|
%int_0 = OpConstant %int 0
|
|
|
|
%float_0_25 = OpConstant %float 0.25
|
|
|
|
%int_2 = OpConstant %int 2
|
|
|
|
%int_1 = OpConstant %int 1
|
2021-03-22 16:05:31 +00:00
|
|
|
%_entrypoint_v = OpFunction %void None %12
|
2021-01-27 00:58:22 +00:00
|
|
|
%13 = OpLabel
|
2021-04-21 18:27:08 +00:00
|
|
|
%17 = OpVariable %_ptr_Function_v2float Function
|
|
|
|
OpStore %17 %16
|
|
|
|
%19 = OpFunctionCall %v4float %main %17
|
|
|
|
OpStore %sk_FragColor %19
|
2021-01-27 00:58:22 +00:00
|
|
|
OpReturn
|
|
|
|
OpFunctionEnd
|
2021-04-21 18:27:08 +00:00
|
|
|
%main = OpFunction %v4float None %20
|
|
|
|
%21 = OpFunctionParameter %_ptr_Function_v2float
|
2021-04-26 19:39:17 +00:00
|
|
|
%22 = OpLabel
|
2021-04-21 18:27:08 +00:00
|
|
|
%x = OpVariable %_ptr_Function_v4float Function
|
|
|
|
OpStore %x %26
|
|
|
|
OpBranch %27
|
|
|
|
%27 = OpLabel
|
|
|
|
OpLoopMerge %31 %30 None
|
|
|
|
OpBranch %28
|
|
|
|
%28 = OpLabel
|
|
|
|
%32 = OpLoad %v4float %x
|
|
|
|
%33 = OpCompositeExtract %float %32 3
|
|
|
|
%34 = OpFOrdEqual %bool %33 %float_1
|
|
|
|
OpBranchConditional %34 %29 %31
|
|
|
|
%29 = OpLabel
|
|
|
|
%35 = OpAccessChain %_ptr_Function_float %x %int_0
|
|
|
|
%39 = OpLoad %float %35
|
|
|
|
%41 = OpFSub %float %39 %float_0_25
|
|
|
|
OpStore %35 %41
|
|
|
|
%42 = OpLoad %v4float %x
|
|
|
|
%43 = OpCompositeExtract %float %42 0
|
|
|
|
%44 = OpFOrdLessThanEqual %bool %43 %float_0
|
|
|
|
OpSelectionMerge %46 None
|
|
|
|
OpBranchConditional %44 %45 %46
|
2021-01-27 00:58:22 +00:00
|
|
|
%45 = OpLabel
|
2021-04-21 18:27:08 +00:00
|
|
|
OpBranch %31
|
2021-01-27 00:58:22 +00:00
|
|
|
%46 = OpLabel
|
2021-04-21 18:27:08 +00:00
|
|
|
OpBranch %30
|
|
|
|
%30 = OpLabel
|
|
|
|
OpBranch %27
|
|
|
|
%31 = OpLabel
|
|
|
|
OpBranch %47
|
|
|
|
%47 = OpLabel
|
|
|
|
OpLoopMerge %51 %50 None
|
|
|
|
OpBranch %48
|
|
|
|
%48 = OpLabel
|
|
|
|
%52 = OpLoad %v4float %x
|
|
|
|
%53 = OpCompositeExtract %float %52 2
|
|
|
|
%54 = OpFOrdGreaterThan %bool %53 %float_0
|
|
|
|
OpBranchConditional %54 %49 %51
|
|
|
|
%49 = OpLabel
|
|
|
|
%55 = OpAccessChain %_ptr_Function_float %x %int_2
|
|
|
|
%57 = OpLoad %float %55
|
|
|
|
%58 = OpFSub %float %57 %float_0_25
|
|
|
|
OpStore %55 %58
|
|
|
|
%59 = OpLoad %v4float %x
|
|
|
|
%60 = OpCompositeExtract %float %59 3
|
|
|
|
%61 = OpFOrdEqual %bool %60 %float_1
|
|
|
|
OpSelectionMerge %63 None
|
|
|
|
OpBranchConditional %61 %62 %63
|
|
|
|
%62 = OpLabel
|
|
|
|
OpBranch %50
|
|
|
|
%63 = OpLabel
|
|
|
|
%64 = OpAccessChain %_ptr_Function_float %x %int_1
|
|
|
|
OpStore %64 %float_0
|
|
|
|
OpBranch %50
|
|
|
|
%50 = OpLabel
|
|
|
|
OpBranch %47
|
|
|
|
%51 = OpLabel
|
|
|
|
%66 = OpLoad %v4float %x
|
|
|
|
OpReturnValue %66
|
2021-01-26 16:16:34 +00:00
|
|
|
OpFunctionEnd
|