2021-01-29 16:44:13 +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-29 16:44:13 +00:00
|
|
|
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"
|
2021-03-22 16:05:31 +00:00
|
|
|
OpName %_entrypoint_v "_entrypoint_v"
|
2021-01-29 16:44:13 +00:00
|
|
|
OpName %main "main"
|
2021-03-08 18:29:15 +00:00
|
|
|
OpName %expected "expected"
|
2021-01-29 16:44:13 +00:00
|
|
|
OpDecorate %sk_FragColor RelaxedPrecision
|
|
|
|
OpDecorate %sk_FragColor Location 0
|
|
|
|
OpDecorate %sk_FragColor Index 0
|
|
|
|
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
|
2021-03-23 18:16:52 +00:00
|
|
|
OpDecorate %expected RelaxedPrecision
|
2021-04-21 18:27:08 +00:00
|
|
|
OpDecorate %31 RelaxedPrecision
|
2021-03-08 18:29:15 +00:00
|
|
|
OpDecorate %33 RelaxedPrecision
|
2021-04-21 18:27:08 +00:00
|
|
|
OpDecorate %38 RelaxedPrecision
|
|
|
|
OpDecorate %39 RelaxedPrecision
|
2021-03-23 18:16:52 +00:00
|
|
|
OpDecorate %40 RelaxedPrecision
|
2021-04-21 18:27:08 +00:00
|
|
|
OpDecorate %41 RelaxedPrecision
|
2021-03-08 18:29:15 +00:00
|
|
|
OpDecorate %45 RelaxedPrecision
|
2021-04-21 18:27:08 +00:00
|
|
|
OpDecorate %47 RelaxedPrecision
|
|
|
|
OpDecorate %48 RelaxedPrecision
|
|
|
|
OpDecorate %49 RelaxedPrecision
|
|
|
|
OpDecorate %50 RelaxedPrecision
|
|
|
|
OpDecorate %57 RelaxedPrecision
|
2021-03-23 18:16:52 +00:00
|
|
|
OpDecorate %59 RelaxedPrecision
|
2021-04-21 18:27:08 +00:00
|
|
|
OpDecorate %60 RelaxedPrecision
|
|
|
|
OpDecorate %62 RelaxedPrecision
|
|
|
|
OpDecorate %63 RelaxedPrecision
|
|
|
|
OpDecorate %70 RelaxedPrecision
|
|
|
|
OpDecorate %72 RelaxedPrecision
|
|
|
|
OpDecorate %73 RelaxedPrecision
|
2021-03-08 18:29:15 +00:00
|
|
|
OpDecorate %84 RelaxedPrecision
|
2021-04-21 18:27:08 +00:00
|
|
|
OpDecorate %87 RelaxedPrecision
|
|
|
|
OpDecorate %88 RelaxedPrecision
|
2021-01-29 16:44:13 +00:00
|
|
|
%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
|
2021-04-21 18:27:08 +00:00
|
|
|
%v2float = OpTypeVector %float 2
|
|
|
|
%float_0 = OpConstant %float 0
|
|
|
|
%19 = OpConstantComposite %v2float %float_0 %float_0
|
|
|
|
%_ptr_Function_v2float = OpTypePointer Function %v2float
|
|
|
|
%23 = OpTypeFunction %v4float %_ptr_Function_v2float
|
2021-03-08 18:29:15 +00:00
|
|
|
%_ptr_Function_v4float = OpTypePointer Function %v4float
|
|
|
|
%float_1_25 = OpConstant %float 1.25
|
|
|
|
%float_0_75 = OpConstant %float 0.75
|
|
|
|
%float_2_25 = OpConstant %float 2.25
|
2021-04-21 18:27:08 +00:00
|
|
|
%31 = OpConstantComposite %v4float %float_1_25 %float_0 %float_0_75 %float_2_25
|
2021-01-29 16:44:13 +00:00
|
|
|
%false = OpConstantFalse %bool
|
|
|
|
%_ptr_Uniform_v4float = OpTypePointer Uniform %v4float
|
|
|
|
%int = OpTypeInt 32 1
|
|
|
|
%int_0 = OpConstant %int 0
|
|
|
|
%v2bool = OpTypeVector %bool 2
|
|
|
|
%v3float = OpTypeVector %float 3
|
|
|
|
%v3bool = OpTypeVector %bool 3
|
|
|
|
%v4bool = OpTypeVector %bool 4
|
|
|
|
%int_1 = OpConstant %int 1
|
|
|
|
%int_2 = OpConstant %int 2
|
2021-03-22 16:05:31 +00:00
|
|
|
%_entrypoint_v = OpFunction %void None %15
|
2021-01-29 16:44:13 +00:00
|
|
|
%16 = OpLabel
|
2021-04-21 18:27:08 +00:00
|
|
|
%20 = OpVariable %_ptr_Function_v2float Function
|
|
|
|
OpStore %20 %19
|
|
|
|
%22 = OpFunctionCall %v4float %main %20
|
|
|
|
OpStore %sk_FragColor %22
|
2021-01-29 16:44:13 +00:00
|
|
|
OpReturn
|
|
|
|
OpFunctionEnd
|
2021-04-21 18:27:08 +00:00
|
|
|
%main = OpFunction %v4float None %23
|
|
|
|
%24 = OpFunctionParameter %_ptr_Function_v2float
|
|
|
|
%25 = OpLabel
|
2021-03-08 18:29:15 +00:00
|
|
|
%expected = OpVariable %_ptr_Function_v4float Function
|
2021-04-21 18:27:08 +00:00
|
|
|
%78 = OpVariable %_ptr_Function_v4float Function
|
|
|
|
OpStore %expected %31
|
|
|
|
%34 = OpAccessChain %_ptr_Uniform_v4float %10 %int_0
|
|
|
|
%38 = OpLoad %v4float %34
|
|
|
|
%39 = OpCompositeExtract %float %38 0
|
|
|
|
%33 = OpExtInst %float %1 FAbs %39
|
|
|
|
%40 = OpLoad %v4float %expected
|
|
|
|
%41 = OpCompositeExtract %float %40 0
|
|
|
|
%42 = OpFOrdEqual %bool %33 %41
|
|
|
|
OpSelectionMerge %44 None
|
|
|
|
OpBranchConditional %42 %43 %44
|
|
|
|
%43 = OpLabel
|
|
|
|
%46 = OpAccessChain %_ptr_Uniform_v4float %10 %int_0
|
|
|
|
%47 = OpLoad %v4float %46
|
|
|
|
%48 = OpVectorShuffle %v2float %47 %47 0 1
|
|
|
|
%45 = OpExtInst %v2float %1 FAbs %48
|
|
|
|
%49 = OpLoad %v4float %expected
|
|
|
|
%50 = OpVectorShuffle %v2float %49 %49 0 1
|
|
|
|
%51 = OpFOrdEqual %v2bool %45 %50
|
|
|
|
%53 = OpAll %bool %51
|
|
|
|
OpBranch %44
|
|
|
|
%44 = OpLabel
|
|
|
|
%54 = OpPhi %bool %false %25 %53 %43
|
|
|
|
OpSelectionMerge %56 None
|
|
|
|
OpBranchConditional %54 %55 %56
|
|
|
|
%55 = OpLabel
|
|
|
|
%58 = OpAccessChain %_ptr_Uniform_v4float %10 %int_0
|
|
|
|
%59 = OpLoad %v4float %58
|
|
|
|
%60 = OpVectorShuffle %v3float %59 %59 0 1 2
|
|
|
|
%57 = OpExtInst %v3float %1 FAbs %60
|
|
|
|
%62 = OpLoad %v4float %expected
|
|
|
|
%63 = OpVectorShuffle %v3float %62 %62 0 1 2
|
|
|
|
%64 = OpFOrdEqual %v3bool %57 %63
|
|
|
|
%66 = OpAll %bool %64
|
|
|
|
OpBranch %56
|
|
|
|
%56 = OpLabel
|
|
|
|
%67 = OpPhi %bool %false %44 %66 %55
|
|
|
|
OpSelectionMerge %69 None
|
|
|
|
OpBranchConditional %67 %68 %69
|
|
|
|
%68 = OpLabel
|
|
|
|
%71 = OpAccessChain %_ptr_Uniform_v4float %10 %int_0
|
|
|
|
%72 = OpLoad %v4float %71
|
|
|
|
%70 = OpExtInst %v4float %1 FAbs %72
|
|
|
|
%73 = OpLoad %v4float %expected
|
|
|
|
%74 = OpFOrdEqual %v4bool %70 %73
|
|
|
|
%76 = OpAll %bool %74
|
|
|
|
OpBranch %69
|
|
|
|
%69 = OpLabel
|
|
|
|
%77 = OpPhi %bool %false %56 %76 %68
|
|
|
|
OpSelectionMerge %81 None
|
|
|
|
OpBranchConditional %77 %79 %80
|
|
|
|
%79 = OpLabel
|
|
|
|
%82 = OpAccessChain %_ptr_Uniform_v4float %10 %int_1
|
|
|
|
%84 = OpLoad %v4float %82
|
|
|
|
OpStore %78 %84
|
|
|
|
OpBranch %81
|
|
|
|
%80 = OpLabel
|
|
|
|
%85 = OpAccessChain %_ptr_Uniform_v4float %10 %int_2
|
|
|
|
%87 = OpLoad %v4float %85
|
|
|
|
OpStore %78 %87
|
|
|
|
OpBranch %81
|
|
|
|
%81 = OpLabel
|
|
|
|
%88 = OpLoad %v4float %78
|
|
|
|
OpReturnValue %88
|
2021-01-29 16:44:13 +00:00
|
|
|
OpFunctionEnd
|