blob: 570639338098c986e017e1d37d97eb11d5072097 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 87
; Schema: 0
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint Fragment %main "main" %tint_symbol %tint_symbol_2
OpExecutionMode %main OriginUpperLeft
OpName %gl_FragCoord "gl_FragCoord"
OpName %x_GLF_color "x_GLF_color"
OpName %tint_symbol "tint_symbol"
OpName %tint_symbol_2 "tint_symbol_2"
OpName %main_1 "main_1"
OpName %x_41 "x_41"
OpName %x_6 "x_6"
OpName %x_42 "x_42"
OpName %x_49_phi "x_49_phi"
OpName %S "S"
OpMemberName %S 0 "f1"
OpMemberName %S 1 "f2"
OpName %main_out "main_out"
OpMemberName %main_out 0 "x_GLF_color_1"
OpName %tint_symbol_3 "tint_symbol_3"
OpName %tint_symbol_1 "tint_symbol_1"
OpName %main "main"
OpDecorate %tint_symbol BuiltIn FragCoord
OpDecorate %tint_symbol_2 Location 0
OpMemberDecorate %S 0 Offset 0
OpMemberDecorate %S 1 Offset 8
OpMemberDecorate %S 1 ColMajor
OpMemberDecorate %S 1 MatrixStride 8
OpMemberDecorate %main_out 0 Offset 0
%float = OpTypeFloat 32
%v4float = OpTypeVector %float 4
%_ptr_Private_v4float = OpTypePointer Private %v4float
%5 = OpConstantNull %v4float
%gl_FragCoord = OpVariable %_ptr_Private_v4float Private %5
%x_GLF_color = OpVariable %_ptr_Private_v4float Private %5
%_ptr_Input_v4float = OpTypePointer Input %v4float
%tint_symbol = OpVariable %_ptr_Input_v4float Input
%_ptr_Output_v4float = OpTypePointer Output %v4float
%tint_symbol_2 = OpVariable %_ptr_Output_v4float Output %5
%void = OpTypeVoid
%11 = OpTypeFunction %void
%v2float = OpTypeVector %float 2
%mat2v2float = OpTypeMatrix %v2float 2
%_ptr_Function_mat2v2float = OpTypePointer Function %mat2v2float
%19 = OpConstantNull %mat2v2float
%int = OpTypeInt 32 1
%_ptr_Function_int = OpTypePointer Function %int
%23 = OpConstantNull %int
%uint = OpTypeInt 32 0
%uint_0 = OpConstant %uint 0
%_ptr_Private_float = OpTypePointer Private %float
%float_0 = OpConstant %float 0
%bool = OpTypeBool
%float_1 = OpConstant %float 1
%float_2 = OpConstant %float 2
%39 = OpConstantComposite %v2float %float_1 %float_2
%float_3 = OpConstant %float 3
%float_4 = OpConstant %float 4
%42 = OpConstantComposite %v2float %float_3 %float_4
%43 = OpConstantComposite %mat2v2float %39 %42
%float_0_5 = OpConstant %float 0.5
%float_n0_5 = OpConstant %float -0.5
%46 = OpConstantComposite %v2float %float_0_5 %float_n0_5
%47 = OpConstantComposite %v2float %float_n0_5 %float_0_5
%48 = OpConstantComposite %mat2v2float %46 %47
%S = OpTypeStruct %int %mat2v2float
%int_1 = OpConstant %int 1
%uint_1 = OpConstant %uint 1
%main_out = OpTypeStruct %v4float
%74 = OpTypeFunction %void %main_out
%main_1 = OpFunction %void None %11
%14 = OpLabel
%x_41 = OpVariable %_ptr_Function_mat2v2float Function %19
%x_6 = OpVariable %_ptr_Function_int Function %23
%x_42 = OpVariable %_ptr_Function_mat2v2float Function %19
%x_49_phi = OpVariable %_ptr_Function_mat2v2float Function %19
%29 = OpAccessChain %_ptr_Private_float %gl_FragCoord %uint_0
%30 = OpLoad %float %29
%32 = OpFOrdLessThan %bool %30 %float_0
OpSelectionMerge %34 None
OpBranchConditional %32 %35 %36
%35 = OpLabel
OpStore %x_42 %43
OpStore %x_49_phi %43
OpBranch %34
%36 = OpLabel
OpStore %x_42 %48
OpStore %x_49_phi %48
OpBranch %34
%34 = OpLabel
%49 = OpLoad %mat2v2float %x_49_phi
%52 = OpTranspose %mat2v2float %49
%53 = OpCompositeConstruct %S %int_1 %52
%54 = OpCompositeExtract %int %53 0
OpStore %x_6 %54
%55 = OpCompositeExtract %mat2v2float %53 1
OpStore %x_41 %55
%56 = OpLoad %mat2v2float %x_41
%57 = OpLoad %mat2v2float %x_41
%58 = OpLoad %mat2v2float %x_41
%59 = OpLoad %mat2v2float %x_41
%60 = OpConvertSToF %float %54
%61 = OpCompositeExtract %v2float %56 0
%62 = OpCompositeExtract %float %61 0
%64 = OpCompositeExtract %v2float %57 1
%65 = OpCompositeExtract %float %64 0
%66 = OpFAdd %float %62 %65
%67 = OpCompositeExtract %v2float %58 0
%68 = OpCompositeExtract %float %67 1
%69 = OpCompositeExtract %v2float %59 1
%70 = OpCompositeExtract %float %69 1
%71 = OpFAdd %float %68 %70
%72 = OpConvertSToF %float %54
%73 = OpCompositeConstruct %v4float %60 %66 %71 %72
OpStore %x_GLF_color %73
OpReturn
OpFunctionEnd
%tint_symbol_3 = OpFunction %void None %74
%tint_symbol_1 = OpFunctionParameter %main_out
%78 = OpLabel
%79 = OpCompositeExtract %v4float %tint_symbol_1 0
OpStore %tint_symbol_2 %79
OpReturn
OpFunctionEnd
%main = OpFunction %void None %11
%81 = OpLabel
%82 = OpLoad %v4float %tint_symbol
OpStore %gl_FragCoord %82
%83 = OpFunctionCall %void %main_1
%85 = OpLoad %v4float %x_GLF_color
%86 = OpCompositeConstruct %main_out %85
%84 = OpFunctionCall %void %tint_symbol_3 %86
OpReturn
OpFunctionEnd