blob: b1f058a5e7b048e093d87ebfe3bca56b0b500235 [file] [log] [blame]
OpCapability Shader
%1 = OpExtInstImport "GLSL.std.450"
OpMemoryModel Logical GLSL450
OpEntryPoint Fragment %_entrypoint_v "_entrypoint" %sk_FragColor
OpExecutionMode %_entrypoint_v OriginUpperLeft
OpName %sk_FragColor "sk_FragColor"
OpName %_entrypoint_v "_entrypoint_v"
OpName %main "main"
OpName %x "x"
OpDecorate %sk_FragColor RelaxedPrecision
OpDecorate %sk_FragColor Location 0
OpDecorate %sk_FragColor Index 0
OpDecorate %x RelaxedPrecision
OpDecorate %33 RelaxedPrecision
OpDecorate %35 RelaxedPrecision
OpDecorate %36 RelaxedPrecision
OpDecorate %37 RelaxedPrecision
OpDecorate %42 RelaxedPrecision
OpDecorate %43 RelaxedPrecision
OpDecorate %52 RelaxedPrecision
OpDecorate %53 RelaxedPrecision
OpDecorate %54 RelaxedPrecision
OpDecorate %55 RelaxedPrecision
OpDecorate %61 RelaxedPrecision
OpDecorate %62 RelaxedPrecision
OpDecorate %64 RelaxedPrecision
%float = OpTypeFloat 32
%v4float = OpTypeVector %float 4
%_ptr_Output_v4float = OpTypePointer Output %v4float
%sk_FragColor = OpVariable %_ptr_Output_v4float Output
%void = OpTypeVoid
%9 = OpTypeFunction %void
%float_0 = OpConstant %float 0
%v2float = OpTypeVector %float 2
%13 = OpConstantComposite %v2float %float_0 %float_0
%_ptr_Function_v2float = OpTypePointer Function %v2float
%17 = OpTypeFunction %v4float %_ptr_Function_v2float
%_ptr_Function_v4float = OpTypePointer Function %v4float
%float_1 = OpConstant %float 1
%23 = OpConstantComposite %v4float %float_1 %float_1 %float_1 %float_1
%_ptr_Function_float = OpTypePointer Function %float
%int = OpTypeInt 32 1
%int_0 = OpConstant %int 0
%float_0_25 = OpConstant %float 0.25
%bool = OpTypeBool
%int_2 = OpConstant %int 2
%int_1 = OpConstant %int 1
%_entrypoint_v = OpFunction %void None %9
%10 = OpLabel
%14 = OpVariable %_ptr_Function_v2float Function
OpStore %14 %13
%16 = OpFunctionCall %v4float %main %14
OpStore %sk_FragColor %16
OpReturn
OpFunctionEnd
%main = OpFunction %v4float None %17
%18 = OpFunctionParameter %_ptr_Function_v2float
%19 = OpLabel
%x = OpVariable %_ptr_Function_v4float Function
OpStore %x %23
OpBranch %24
%24 = OpLabel
OpLoopMerge %28 %27 None
OpBranch %25
%25 = OpLabel
%29 = OpAccessChain %_ptr_Function_float %x %int_0
%33 = OpLoad %float %29
%35 = OpFSub %float %33 %float_0_25
OpStore %29 %35
%36 = OpLoad %v4float %x
%37 = OpCompositeExtract %float %36 0
%38 = OpFOrdLessThanEqual %bool %37 %float_0
OpSelectionMerge %41 None
OpBranchConditional %38 %40 %41
%40 = OpLabel
OpBranch %28
%41 = OpLabel
OpBranch %26
%26 = OpLabel
OpBranch %27
%27 = OpLabel
%42 = OpLoad %v4float %x
%43 = OpCompositeExtract %float %42 3
%44 = OpFOrdEqual %bool %43 %float_1
OpBranchConditional %44 %24 %28
%28 = OpLabel
OpBranch %45
%45 = OpLabel
OpLoopMerge %49 %48 None
OpBranch %46
%46 = OpLabel
%50 = OpAccessChain %_ptr_Function_float %x %int_2
%52 = OpLoad %float %50
%53 = OpFSub %float %52 %float_0_25
OpStore %50 %53
%54 = OpLoad %v4float %x
%55 = OpCompositeExtract %float %54 3
%56 = OpFOrdEqual %bool %55 %float_1
OpSelectionMerge %58 None
OpBranchConditional %56 %57 %58
%57 = OpLabel
OpBranch %48
%58 = OpLabel
%59 = OpAccessChain %_ptr_Function_float %x %int_1
OpStore %59 %float_0
OpBranch %47
%47 = OpLabel
OpBranch %48
%48 = OpLabel
%61 = OpLoad %v4float %x
%62 = OpCompositeExtract %float %61 2
%63 = OpFOrdGreaterThan %bool %62 %float_0
OpBranchConditional %63 %45 %49
%49 = OpLabel
%64 = OpLoad %v4float %x
OpReturnValue %64
OpFunctionEnd