dda1d31623
We now have SPIR-V golden outputs for `blend` and `shared` tests. This exposes a handful of SPIR-V limitations for us to address. Change-Id: Ie5278889b8a61432403d06231b17765885bee0ac Bug: skia:10694 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/337182 Commit-Queue: John Stiles <johnstiles@google.com> Commit-Queue: Brian Osman <brianosman@google.com> Auto-Submit: John Stiles <johnstiles@google.com> Reviewed-by: Brian Osman <brianosman@google.com>
161 lines
5.5 KiB
JavaScript
161 lines
5.5 KiB
JavaScript
OpCapability Shader
|
|
%1 = OpExtInstImport "GLSL.std.450"
|
|
OpMemoryModel Logical GLSL450
|
|
OpEntryPoint Fragment %main "main" %sk_FragColor %sk_Clockwise
|
|
OpExecutionMode %main OriginUpperLeft
|
|
OpName %sk_FragColor "sk_FragColor"
|
|
OpName %sk_Clockwise "sk_Clockwise"
|
|
OpName %main "main"
|
|
OpName %x "x"
|
|
OpDecorate %sk_FragColor RelaxedPrecision
|
|
OpDecorate %sk_FragColor Location 0
|
|
OpDecorate %sk_FragColor Index 0
|
|
OpDecorate %sk_Clockwise RelaxedPrecision
|
|
OpDecorate %sk_Clockwise BuiltIn FrontFacing
|
|
%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
|
|
%void = OpTypeVoid
|
|
%11 = OpTypeFunction %void
|
|
%float_34 = OpConstant %float 34
|
|
%_ptr_Output_float = OpTypePointer Output %float
|
|
%int = OpTypeInt 32 1
|
|
%int_0 = OpConstant %int 0
|
|
%float_30 = OpConstant %float 30
|
|
%float_64 = OpConstant %float 64
|
|
%float_16 = OpConstant %float 16
|
|
%float_14 = OpConstant %float 14
|
|
%float_6 = OpConstant %float 6
|
|
%float_5 = OpConstant %float 5
|
|
%float_32 = OpConstant %float 32
|
|
%float_33 = OpConstant %float 33
|
|
%float_1 = OpConstant %float 1
|
|
%float_n2 = OpConstant %float -2
|
|
%float_3 = OpConstant %float 3
|
|
%float_n4 = OpConstant %float -4
|
|
%float_n6 = OpConstant %float -6
|
|
%float_7 = OpConstant %float 7
|
|
%float_n8 = OpConstant %float -8
|
|
%float_9 = OpConstant %float 9
|
|
%float_n10 = OpConstant %float -10
|
|
%float_11 = OpConstant %float 11
|
|
%float_n12 = OpConstant %float -12
|
|
%float_1_0 = OpConstant %float 1
|
|
%float_2 = OpConstant %float 2
|
|
%float_3_0 = OpConstant %float 3
|
|
%float_0 = OpConstant %float 0
|
|
%float_5_0 = OpConstant %float 5
|
|
%float_6_0 = OpConstant %float 6
|
|
%float_8 = OpConstant %float 8
|
|
%_ptr_Function_int = OpTypePointer Function %int
|
|
%int_1 = OpConstant %int 1
|
|
%int_2 = OpConstant %int 2
|
|
%main = OpFunction %void None %11
|
|
%12 = OpLabel
|
|
%x = OpVariable %_ptr_Function_int Function
|
|
%14 = OpAccessChain %_ptr_Output_float %sk_FragColor %int_0
|
|
OpStore %14 %float_34
|
|
%19 = OpAccessChain %_ptr_Output_float %sk_FragColor %int_0
|
|
OpStore %19 %float_30
|
|
%21 = OpAccessChain %_ptr_Output_float %sk_FragColor %int_0
|
|
OpStore %21 %float_64
|
|
%23 = OpAccessChain %_ptr_Output_float %sk_FragColor %int_0
|
|
OpStore %23 %float_16
|
|
%25 = OpAccessChain %_ptr_Output_float %sk_FragColor %int_0
|
|
OpStore %25 %float_14
|
|
%27 = OpAccessChain %_ptr_Output_float %sk_FragColor %int_0
|
|
OpStore %27 %float_6
|
|
%29 = OpAccessChain %_ptr_Output_float %sk_FragColor %int_0
|
|
OpStore %29 %float_5
|
|
%30 = OpAccessChain %_ptr_Output_float %sk_FragColor %int_0
|
|
OpStore %30 %float_16
|
|
%32 = OpAccessChain %_ptr_Output_float %sk_FragColor %int_0
|
|
OpStore %32 %float_32
|
|
%34 = OpAccessChain %_ptr_Output_float %sk_FragColor %int_0
|
|
OpStore %34 %float_33
|
|
%36 = OpAccessChain %_ptr_Output_float %sk_FragColor %int_0
|
|
OpStore %36 %float_1
|
|
%38 = OpAccessChain %_ptr_Output_float %sk_FragColor %int_0
|
|
OpStore %38 %float_n2
|
|
%40 = OpAccessChain %_ptr_Output_float %sk_FragColor %int_0
|
|
OpStore %40 %float_3
|
|
%42 = OpAccessChain %_ptr_Output_float %sk_FragColor %int_0
|
|
OpStore %42 %float_n4
|
|
%43 = OpAccessChain %_ptr_Output_float %sk_FragColor %int_0
|
|
OpStore %43 %float_5
|
|
%45 = OpAccessChain %_ptr_Output_float %sk_FragColor %int_0
|
|
OpStore %45 %float_n6
|
|
%47 = OpAccessChain %_ptr_Output_float %sk_FragColor %int_0
|
|
OpStore %47 %float_7
|
|
%49 = OpAccessChain %_ptr_Output_float %sk_FragColor %int_0
|
|
OpStore %49 %float_n8
|
|
%51 = OpAccessChain %_ptr_Output_float %sk_FragColor %int_0
|
|
OpStore %51 %float_9
|
|
%53 = OpAccessChain %_ptr_Output_float %sk_FragColor %int_0
|
|
OpStore %53 %float_n10
|
|
%55 = OpAccessChain %_ptr_Output_float %sk_FragColor %int_0
|
|
OpStore %55 %float_11
|
|
%57 = OpAccessChain %_ptr_Output_float %sk_FragColor %int_0
|
|
OpStore %57 %float_n12
|
|
%60 = OpExtInst %float %1 Sqrt %float_1_0
|
|
%59 = OpConvertFToS %int %60
|
|
%58 = OpConvertSToF %float %59
|
|
%62 = OpAccessChain %_ptr_Output_float %sk_FragColor %int_0
|
|
OpStore %62 %58
|
|
%65 = OpExtInst %float %1 Sqrt %float_2
|
|
%64 = OpConvertFToS %int %65
|
|
%63 = OpConvertSToF %float %64
|
|
%67 = OpAccessChain %_ptr_Output_float %sk_FragColor %int_0
|
|
OpStore %67 %63
|
|
%70 = OpExtInst %float %1 Sqrt %float_3_0
|
|
%69 = OpConvertFToS %int %70
|
|
%68 = OpConvertSToF %float %69
|
|
%72 = OpAccessChain %_ptr_Output_float %sk_FragColor %int_0
|
|
OpStore %72 %68
|
|
%74 = OpAccessChain %_ptr_Output_float %sk_FragColor %int_0
|
|
OpStore %74 %float_0
|
|
%77 = OpExtInst %float %1 Sqrt %float_5_0
|
|
%76 = OpConvertFToS %int %77
|
|
%75 = OpConvertSToF %float %76
|
|
%79 = OpAccessChain %_ptr_Output_float %sk_FragColor %int_0
|
|
OpStore %79 %75
|
|
%82 = OpExtInst %float %1 Sqrt %float_6_0
|
|
%81 = OpConvertFToS %int %82
|
|
%80 = OpConvertSToF %float %81
|
|
%84 = OpAccessChain %_ptr_Output_float %sk_FragColor %int_0
|
|
OpStore %84 %80
|
|
%85 = OpAccessChain %_ptr_Output_float %sk_FragColor %int_0
|
|
OpStore %85 %float_0
|
|
%88 = OpExtInst %float %1 Sqrt %float_8
|
|
%87 = OpConvertFToS %int %88
|
|
%86 = OpConvertSToF %float %87
|
|
%90 = OpAccessChain %_ptr_Output_float %sk_FragColor %int_0
|
|
OpStore %90 %86
|
|
%91 = OpAccessChain %_ptr_Output_float %sk_FragColor %int_0
|
|
OpStore %91 %float_0
|
|
%95 = OpExtInst %float %1 Sqrt %float_2
|
|
%94 = OpConvertFToS %int %95
|
|
OpStore %x %94
|
|
%96 = OpLoad %int %x
|
|
%98 = OpIAdd %int %96 %int_1
|
|
OpStore %x %98
|
|
%99 = OpLoad %int %x
|
|
%100 = OpISub %int %99 %int_1
|
|
OpStore %x %100
|
|
%101 = OpLoad %int %x
|
|
%103 = OpIMul %int %101 %int_2
|
|
OpStore %x %103
|
|
%104 = OpLoad %int %x
|
|
%105 = OpSDiv %int %104 %int_2
|
|
OpStore %x %105
|
|
%107 = OpLoad %int %x
|
|
%106 = OpConvertSToF %float %107
|
|
%108 = OpAccessChain %_ptr_Output_float %sk_FragColor %int_0
|
|
OpStore %108 %106
|
|
OpReturn
|
|
OpFunctionEnd
|