f9e8551edf
SPIR-V doesn't seem to mind overlapping function names, since they're not load-bearing in any way, but this keeps us consistent with the other code generators. Change-Id: Ifdb4cb17795da88eabc0db841af746fb76caf423 Bug: skia:10851 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/387757 Commit-Queue: John Stiles <johnstiles@google.com> Auto-Submit: John Stiles <johnstiles@google.com> Reviewed-by: Ethan Nicholas <ethannicholas@google.com>
233 lines
8.7 KiB
JavaScript
233 lines
8.7 KiB
JavaScript
OpCapability Shader
|
|
%1 = OpExtInstImport "GLSL.std.450"
|
|
OpMemoryModel Logical GLSL450
|
|
OpEntryPoint Fragment %_entrypoint_v "_entrypoint" %sk_FragColor %sk_Clockwise
|
|
OpExecutionMode %_entrypoint_v OriginUpperLeft
|
|
OpName %sk_FragColor "sk_FragColor"
|
|
OpName %sk_Clockwise "sk_Clockwise"
|
|
OpName %globalVar "globalVar"
|
|
OpName %S "S"
|
|
OpMemberName %S 0 "f"
|
|
OpMemberName %S 1 "af"
|
|
OpMemberName %S 2 "h4"
|
|
OpMemberName %S 3 "ah4"
|
|
OpName %globalStruct "globalStruct"
|
|
OpName %_UniformBuffer "_UniformBuffer"
|
|
OpMemberName %_UniformBuffer 0 "colorGreen"
|
|
OpName %_entrypoint_v "_entrypoint_v"
|
|
OpName %main "main"
|
|
OpName %i "i"
|
|
OpName %i4 "i4"
|
|
OpName %f3x3 "f3x3"
|
|
OpName %x "x"
|
|
OpName %ai "ai"
|
|
OpName %ai4 "ai4"
|
|
OpName %ah2x4 "ah2x4"
|
|
OpName %af4 "af4"
|
|
OpName %s "s"
|
|
OpName %l "l"
|
|
OpDecorate %sk_FragColor RelaxedPrecision
|
|
OpDecorate %sk_FragColor Location 0
|
|
OpDecorate %sk_FragColor Index 0
|
|
OpDecorate %sk_Clockwise BuiltIn FrontFacing
|
|
OpDecorate %globalVar RelaxedPrecision
|
|
OpDecorate %_arr_float_int_5 ArrayStride 16
|
|
OpDecorate %_arr_v4float_int_5 ArrayStride 16
|
|
OpMemberDecorate %S 0 Offset 0
|
|
OpMemberDecorate %S 1 Offset 16
|
|
OpMemberDecorate %S 2 Offset 96
|
|
OpMemberDecorate %S 2 RelaxedPrecision
|
|
OpMemberDecorate %S 3 Offset 112
|
|
OpMemberDecorate %S 3 RelaxedPrecision
|
|
OpMemberDecorate %_UniformBuffer 0 Offset 0
|
|
OpMemberDecorate %_UniformBuffer 0 RelaxedPrecision
|
|
OpDecorate %_UniformBuffer Block
|
|
OpDecorate %19 Binding 0
|
|
OpDecorate %19 DescriptorSet 0
|
|
OpDecorate %65 RelaxedPrecision
|
|
OpDecorate %_arr_int_int_1 ArrayStride 16
|
|
OpDecorate %_arr_v4int_int_1 ArrayStride 16
|
|
OpDecorate %_arr_mat3v3float_int_1 ArrayStride 48
|
|
OpDecorate %77 RelaxedPrecision
|
|
OpDecorate %78 RelaxedPrecision
|
|
OpDecorate %79 RelaxedPrecision
|
|
OpDecorate %80 RelaxedPrecision
|
|
OpDecorate %_arr_v4float_int_1 ArrayStride 16
|
|
OpDecorate %98 RelaxedPrecision
|
|
OpDecorate %102 RelaxedPrecision
|
|
OpDecorate %122 RelaxedPrecision
|
|
OpDecorate %130 RelaxedPrecision
|
|
OpDecorate %131 RelaxedPrecision
|
|
OpDecorate %132 RelaxedPrecision
|
|
OpDecorate %135 RelaxedPrecision
|
|
OpDecorate %139 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
|
|
%_ptr_Private_v4float = OpTypePointer Private %v4float
|
|
%globalVar = OpVariable %_ptr_Private_v4float Private
|
|
%int = OpTypeInt 32 1
|
|
%int_5 = OpConstant %int 5
|
|
%_arr_float_int_5 = OpTypeArray %float %int_5
|
|
%_arr_v4float_int_5 = OpTypeArray %v4float %int_5
|
|
%S = OpTypeStruct %float %_arr_float_int_5 %v4float %_arr_v4float_int_5
|
|
%_ptr_Private_S = OpTypePointer Private %S
|
|
%globalStruct = OpVariable %_ptr_Private_S Private
|
|
%_UniformBuffer = OpTypeStruct %v4float
|
|
%_ptr_Uniform__UniformBuffer = OpTypePointer Uniform %_UniformBuffer
|
|
%19 = OpVariable %_ptr_Uniform__UniformBuffer Uniform
|
|
%void = OpTypeVoid
|
|
%24 = OpTypeFunction %void
|
|
%27 = OpTypeFunction %v4float
|
|
%_ptr_Function_int = OpTypePointer Function %int
|
|
%int_0 = OpConstant %int 0
|
|
%v4int = OpTypeVector %int 4
|
|
%_ptr_Function_v4int = OpTypePointer Function %v4int
|
|
%int_1 = OpConstant %int 1
|
|
%int_2 = OpConstant %int 2
|
|
%int_3 = OpConstant %int 3
|
|
%int_4 = OpConstant %int 4
|
|
%39 = OpConstantComposite %v4int %int_1 %int_2 %int_3 %int_4
|
|
%v3float = OpTypeVector %float 3
|
|
%mat3v3float = OpTypeMatrix %v3float 3
|
|
%_ptr_Function_mat3v3float = OpTypePointer Function %mat3v3float
|
|
%float_1 = OpConstant %float 1
|
|
%float_2 = OpConstant %float 2
|
|
%float_3 = OpConstant %float 3
|
|
%float_4 = OpConstant %float 4
|
|
%float_5 = OpConstant %float 5
|
|
%float_6 = OpConstant %float 6
|
|
%float_7 = OpConstant %float 7
|
|
%float_8 = OpConstant %float 8
|
|
%float_9 = OpConstant %float 9
|
|
%_ptr_Function_v4float = OpTypePointer Function %v4float
|
|
%float_0 = OpConstant %float 0
|
|
%_ptr_Function_float = OpTypePointer Function %float
|
|
%v2float = OpTypeVector %float 2
|
|
%63 = OpConstantComposite %v2float %float_0 %float_0
|
|
%_arr_int_int_1 = OpTypeArray %int %int_1
|
|
%_ptr_Function__arr_int_int_1 = OpTypePointer Function %_arr_int_int_1
|
|
%_arr_v4int_int_1 = OpTypeArray %v4int %int_1
|
|
%_ptr_Function__arr_v4int_int_1 = OpTypePointer Function %_arr_v4int_int_1
|
|
%_arr_mat3v3float_int_1 = OpTypeArray %mat3v3float %int_1
|
|
%_ptr_Function__arr_mat3v3float_int_1 = OpTypePointer Function %_arr_mat3v3float_int_1
|
|
%_arr_v4float_int_1 = OpTypeArray %v4float %int_1
|
|
%_ptr_Function__arr_v4float_int_1 = OpTypePointer Function %_arr_v4float_int_1
|
|
%87 = OpConstantComposite %v4float %float_1 %float_1 %float_1 %float_1
|
|
%_ptr_Function_S = OpTypePointer Function %S
|
|
%95 = OpConstantComposite %v3float %float_9 %float_9 %float_9
|
|
%99 = OpConstantComposite %v2float %float_5 %float_5
|
|
%103 = OpConstantComposite %v4float %float_0 %float_0 %float_0 %float_0
|
|
%_ptr_Private_float = OpTypePointer Private %float
|
|
%116 = OpConstantComposite %v4float %float_2 %float_2 %float_2 %float_2
|
|
%_ptr_Function_v3float = OpTypePointer Function %v3float
|
|
%_ptr_Uniform_v4float = OpTypePointer Uniform %v4float
|
|
%_entrypoint_v = OpFunction %void None %24
|
|
%25 = OpLabel
|
|
%26 = OpFunctionCall %v4float %main
|
|
OpStore %sk_FragColor %26
|
|
OpReturn
|
|
OpFunctionEnd
|
|
%main = OpFunction %v4float None %27
|
|
%28 = OpLabel
|
|
%i = OpVariable %_ptr_Function_int Function
|
|
%i4 = OpVariable %_ptr_Function_v4int Function
|
|
%f3x3 = OpVariable %_ptr_Function_mat3v3float Function
|
|
%x = OpVariable %_ptr_Function_v4float Function
|
|
%ai = OpVariable %_ptr_Function__arr_int_int_1 Function
|
|
%ai4 = OpVariable %_ptr_Function__arr_v4int_int_1 Function
|
|
%ah2x4 = OpVariable %_ptr_Function__arr_mat3v3float_int_1 Function
|
|
%af4 = OpVariable %_ptr_Function__arr_v4float_int_1 Function
|
|
%s = OpVariable %_ptr_Function_S Function
|
|
%l = OpVariable %_ptr_Function_float Function
|
|
OpStore %i %int_0
|
|
OpStore %i4 %39
|
|
%54 = OpCompositeConstruct %v3float %float_1 %float_2 %float_3
|
|
%55 = OpCompositeConstruct %v3float %float_4 %float_5 %float_6
|
|
%56 = OpCompositeConstruct %v3float %float_7 %float_8 %float_9
|
|
%53 = OpCompositeConstruct %mat3v3float %54 %55 %56
|
|
OpStore %f3x3 %53
|
|
%60 = OpAccessChain %_ptr_Function_float %x %int_3
|
|
OpStore %60 %float_0
|
|
%64 = OpLoad %v4float %x
|
|
%65 = OpVectorShuffle %v4float %64 %63 5 4 2 3
|
|
OpStore %x %65
|
|
%69 = OpAccessChain %_ptr_Function_int %ai %int_0
|
|
OpStore %69 %int_0
|
|
%73 = OpAccessChain %_ptr_Function_v4int %ai4 %int_0
|
|
OpStore %73 %39
|
|
%78 = OpCompositeConstruct %v3float %float_1 %float_2 %float_3
|
|
%79 = OpCompositeConstruct %v3float %float_4 %float_5 %float_6
|
|
%80 = OpCompositeConstruct %v3float %float_7 %float_8 %float_9
|
|
%77 = OpCompositeConstruct %mat3v3float %78 %79 %80
|
|
%81 = OpAccessChain %_ptr_Function_mat3v3float %ah2x4 %int_0
|
|
OpStore %81 %77
|
|
%85 = OpAccessChain %_ptr_Function_v4float %af4 %int_0
|
|
%86 = OpAccessChain %_ptr_Function_float %85 %int_0
|
|
OpStore %86 %float_0
|
|
%88 = OpAccessChain %_ptr_Function_v4float %af4 %int_0
|
|
%89 = OpLoad %v4float %88
|
|
%90 = OpVectorShuffle %v4float %89 %87 6 4 7 5
|
|
OpStore %88 %90
|
|
%93 = OpAccessChain %_ptr_Function_float %s %int_0
|
|
OpStore %93 %float_0
|
|
%94 = OpAccessChain %_ptr_Function_float %s %int_1 %int_1
|
|
OpStore %94 %float_0
|
|
%96 = OpAccessChain %_ptr_Function_v4float %s %int_2
|
|
%97 = OpLoad %v4float %96
|
|
%98 = OpVectorShuffle %v4float %97 %95 5 6 4 3
|
|
OpStore %96 %98
|
|
%100 = OpAccessChain %_ptr_Function_v4float %s %int_3 %int_2
|
|
%101 = OpLoad %v4float %100
|
|
%102 = OpVectorShuffle %v4float %101 %99 0 4 2 5
|
|
OpStore %100 %102
|
|
OpStore %globalVar %103
|
|
%104 = OpAccessChain %_ptr_Private_float %globalStruct %int_0
|
|
OpStore %104 %float_0
|
|
OpStore %l %float_0
|
|
%107 = OpAccessChain %_ptr_Function_int %ai %int_0
|
|
%108 = OpLoad %int %107
|
|
%109 = OpAccessChain %_ptr_Function_v4int %ai4 %int_0
|
|
%110 = OpLoad %v4int %109
|
|
%111 = OpCompositeExtract %int %110 0
|
|
%112 = OpIAdd %int %108 %111
|
|
OpStore %107 %112
|
|
%113 = OpAccessChain %_ptr_Function_float %s %int_0
|
|
OpStore %113 %float_1
|
|
%114 = OpAccessChain %_ptr_Function_float %s %int_1 %int_0
|
|
OpStore %114 %float_2
|
|
%115 = OpAccessChain %_ptr_Function_v4float %s %int_2
|
|
OpStore %115 %87
|
|
%117 = OpAccessChain %_ptr_Function_v4float %s %int_3 %int_0
|
|
OpStore %117 %116
|
|
%118 = OpAccessChain %_ptr_Function_v4float %af4 %int_0
|
|
%119 = OpLoad %v4float %118
|
|
%120 = OpAccessChain %_ptr_Function_v3float %ah2x4 %int_0 %int_0
|
|
%122 = OpLoad %v3float %120
|
|
%123 = OpCompositeExtract %float %122 0
|
|
%124 = OpVectorTimesScalar %v4float %119 %123
|
|
OpStore %118 %124
|
|
%125 = OpAccessChain %_ptr_Function_int %i4 %int_1
|
|
%126 = OpLoad %int %125
|
|
%127 = OpLoad %int %i
|
|
%128 = OpIMul %int %126 %127
|
|
OpStore %125 %128
|
|
%129 = OpAccessChain %_ptr_Function_float %x %int_1
|
|
%130 = OpLoad %float %129
|
|
%131 = OpLoad %float %l
|
|
%132 = OpFMul %float %130 %131
|
|
OpStore %129 %132
|
|
%133 = OpAccessChain %_ptr_Function_float %s %int_0
|
|
%134 = OpLoad %float %133
|
|
%135 = OpLoad %float %l
|
|
%136 = OpFMul %float %134 %135
|
|
OpStore %133 %136
|
|
%137 = OpAccessChain %_ptr_Uniform_v4float %19 %int_0
|
|
%139 = OpLoad %v4float %137
|
|
OpReturnValue %139
|
|
OpFunctionEnd
|