c2c1b0c460
Change-Id: I2bd6bf9c368359a2b21861c1b6f621040d335111 Bug: skia:11009 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/367056 Auto-Submit: John Stiles <johnstiles@google.com> Commit-Queue: Ethan Nicholas <ethannicholas@google.com> Reviewed-by: Ethan Nicholas <ethannicholas@google.com>
128 lines
4.2 KiB
JavaScript
128 lines
4.2 KiB
JavaScript
OpCapability Shader
|
|
%1 = OpExtInstImport "GLSL.std.450"
|
|
OpMemoryModel Logical GLSL450
|
|
OpEntryPoint Fragment %_entrypoint "_entrypoint" %sk_FragColor %sk_Clockwise
|
|
OpExecutionMode %_entrypoint OriginUpperLeft
|
|
OpName %sk_FragColor "sk_FragColor"
|
|
OpName %sk_Clockwise "sk_Clockwise"
|
|
OpName %_UniformBuffer "_UniformBuffer"
|
|
OpMemberName %_UniformBuffer 0 "testInputs"
|
|
OpMemberName %_UniformBuffer 1 "colorGreen"
|
|
OpMemberName %_UniformBuffer 2 "colorRed"
|
|
OpName %_entrypoint "_entrypoint"
|
|
OpName %main "main"
|
|
OpName %_1_v "_1_v"
|
|
OpName %_2_x "_2_x"
|
|
OpName %_3_y "_3_y"
|
|
OpName %_4_z "_4_z"
|
|
OpName %_5_w "_5_w"
|
|
OpName %a "a"
|
|
OpDecorate %sk_FragColor RelaxedPrecision
|
|
OpDecorate %sk_FragColor Location 0
|
|
OpDecorate %sk_FragColor Index 0
|
|
OpDecorate %sk_Clockwise RelaxedPrecision
|
|
OpDecorate %sk_Clockwise BuiltIn FrontFacing
|
|
OpMemberDecorate %_UniformBuffer 0 Offset 0
|
|
OpMemberDecorate %_UniformBuffer 0 RelaxedPrecision
|
|
OpMemberDecorate %_UniformBuffer 1 Offset 16
|
|
OpMemberDecorate %_UniformBuffer 1 RelaxedPrecision
|
|
OpMemberDecorate %_UniformBuffer 2 Offset 32
|
|
OpMemberDecorate %_UniformBuffer 2 RelaxedPrecision
|
|
OpDecorate %_UniformBuffer Block
|
|
OpDecorate %10 Binding 0
|
|
OpDecorate %10 DescriptorSet 0
|
|
OpDecorate %26 RelaxedPrecision
|
|
OpDecorate %29 RelaxedPrecision
|
|
OpDecorate %32 RelaxedPrecision
|
|
OpDecorate %35 RelaxedPrecision
|
|
OpDecorate %38 RelaxedPrecision
|
|
OpDecorate %41 RelaxedPrecision
|
|
OpDecorate %42 RelaxedPrecision
|
|
OpDecorate %43 RelaxedPrecision
|
|
OpDecorate %44 RelaxedPrecision
|
|
OpDecorate %46 RelaxedPrecision
|
|
OpDecorate %61 RelaxedPrecision
|
|
OpDecorate %64 RelaxedPrecision
|
|
OpDecorate %65 RelaxedPrecision
|
|
%float = OpTypeFloat 32
|
|
%v4float = OpTypeVector %float 4
|
|
%_ptr_Output_v4float = OpTypePointer Output %v4float
|
|
%sk_FragColor = OpVariable %_ptr_Output_v4float Output
|
|
%bool = OpTypeBool
|
|
%_ptr_Input_bool = OpTypePointer Input %bool
|
|
%sk_Clockwise = OpVariable %_ptr_Input_bool Input
|
|
%_UniformBuffer = OpTypeStruct %v4float %v4float %v4float
|
|
%_ptr_Uniform__UniformBuffer = OpTypePointer Uniform %_UniformBuffer
|
|
%10 = OpVariable %_ptr_Uniform__UniformBuffer Uniform
|
|
%void = OpTypeVoid
|
|
%15 = OpTypeFunction %void
|
|
%18 = OpTypeFunction %v4float
|
|
%_ptr_Function_v4float = OpTypePointer Function %v4float
|
|
%_ptr_Uniform_v4float = OpTypePointer Uniform %v4float
|
|
%int = OpTypeInt 32 1
|
|
%int_0 = OpConstant %int 0
|
|
%_ptr_Function_float = OpTypePointer Function %float
|
|
%float_n1_25 = OpConstant %float -1.25
|
|
%float_0 = OpConstant %float 0
|
|
%float_0_75 = OpConstant %float 0.75
|
|
%float_2_25 = OpConstant %float 2.25
|
|
%51 = OpConstantComposite %v4float %float_n1_25 %float_0 %float_0_75 %float_2_25
|
|
%v4bool = OpTypeVector %bool 4
|
|
%int_1 = OpConstant %int 1
|
|
%int_2 = OpConstant %int 2
|
|
%_entrypoint = OpFunction %void None %15
|
|
%16 = OpLabel
|
|
%17 = OpFunctionCall %v4float %main
|
|
OpStore %sk_FragColor %17
|
|
OpReturn
|
|
OpFunctionEnd
|
|
%main = OpFunction %v4float None %18
|
|
%19 = OpLabel
|
|
%_1_v = OpVariable %_ptr_Function_v4float Function
|
|
%_2_x = OpVariable %_ptr_Function_float Function
|
|
%_3_y = OpVariable %_ptr_Function_float Function
|
|
%_4_z = OpVariable %_ptr_Function_float Function
|
|
%_5_w = OpVariable %_ptr_Function_float Function
|
|
%a = OpVariable %_ptr_Function_v4float Function
|
|
%55 = OpVariable %_ptr_Function_v4float Function
|
|
%22 = OpAccessChain %_ptr_Uniform_v4float %10 %int_0
|
|
%26 = OpLoad %v4float %22
|
|
OpStore %_1_v %26
|
|
%29 = OpLoad %v4float %_1_v
|
|
%30 = OpCompositeExtract %float %29 0
|
|
OpStore %_2_x %30
|
|
%32 = OpLoad %v4float %_1_v
|
|
%33 = OpCompositeExtract %float %32 1
|
|
OpStore %_3_y %33
|
|
%35 = OpLoad %v4float %_1_v
|
|
%36 = OpCompositeExtract %float %35 2
|
|
OpStore %_4_z %36
|
|
%38 = OpLoad %v4float %_1_v
|
|
%39 = OpCompositeExtract %float %38 3
|
|
OpStore %_5_w %39
|
|
%41 = OpLoad %float %_2_x
|
|
%42 = OpLoad %float %_3_y
|
|
%43 = OpLoad %float %_4_z
|
|
%44 = OpLoad %float %_5_w
|
|
%45 = OpCompositeConstruct %v4float %41 %42 %43 %44
|
|
OpStore %a %45
|
|
%46 = OpLoad %v4float %a
|
|
%52 = OpFOrdEqual %v4bool %46 %51
|
|
%54 = OpAll %bool %52
|
|
OpSelectionMerge %58 None
|
|
OpBranchConditional %54 %56 %57
|
|
%56 = OpLabel
|
|
%59 = OpAccessChain %_ptr_Uniform_v4float %10 %int_1
|
|
%61 = OpLoad %v4float %59
|
|
OpStore %55 %61
|
|
OpBranch %58
|
|
%57 = OpLabel
|
|
%62 = OpAccessChain %_ptr_Uniform_v4float %10 %int_2
|
|
%64 = OpLoad %v4float %62
|
|
OpStore %55 %64
|
|
OpBranch %58
|
|
%58 = OpLabel
|
|
%65 = OpLoad %v4float %55
|
|
OpReturnValue %65
|
|
OpFunctionEnd
|