2020-12-09 23:39:41 +00:00
|
|
|
OpCapability Shader
|
|
|
|
%1 = OpExtInstImport "GLSL.std.450"
|
|
|
|
OpMemoryModel Logical GLSL450
|
2021-08-20 14:10:02 +00:00
|
|
|
OpEntryPoint Fragment %_entrypoint_v "_entrypoint" %sk_FragColor %sk_Clockwise
|
|
|
|
OpExecutionMode %_entrypoint_v OriginUpperLeft
|
2020-12-09 23:39:41 +00:00
|
|
|
OpName %sk_FragColor "sk_FragColor"
|
|
|
|
OpName %sk_Clockwise "sk_Clockwise"
|
2021-03-15 18:58:57 +00:00
|
|
|
OpName %_UniformBuffer "_UniformBuffer"
|
2021-08-20 14:10:02 +00:00
|
|
|
OpMemberName %_UniformBuffer 0 "testInput"
|
|
|
|
OpMemberName %_UniformBuffer 1 "testMatrix2x2"
|
|
|
|
OpMemberName %_UniformBuffer 2 "colorGreen"
|
|
|
|
OpMemberName %_UniformBuffer 3 "colorRed"
|
|
|
|
OpName %_entrypoint_v "_entrypoint_v"
|
2020-12-09 23:39:41 +00:00
|
|
|
OpName %main "main"
|
2021-09-30 16:00:09 +00:00
|
|
|
OpName %inputVal "inputVal"
|
2021-08-20 14:10:02 +00:00
|
|
|
OpName %expectedB "expectedB"
|
2020-12-09 23:39:41 +00:00
|
|
|
OpDecorate %sk_FragColor RelaxedPrecision
|
|
|
|
OpDecorate %sk_FragColor Location 0
|
|
|
|
OpDecorate %sk_FragColor Index 0
|
|
|
|
OpDecorate %sk_Clockwise BuiltIn FrontFacing
|
2021-03-15 18:58:57 +00:00
|
|
|
OpMemberDecorate %_UniformBuffer 0 Offset 0
|
2021-08-20 14:10:02 +00:00
|
|
|
OpMemberDecorate %_UniformBuffer 1 Offset 16
|
|
|
|
OpMemberDecorate %_UniformBuffer 1 ColMajor
|
|
|
|
OpMemberDecorate %_UniformBuffer 1 MatrixStride 16
|
|
|
|
OpMemberDecorate %_UniformBuffer 2 Offset 48
|
|
|
|
OpMemberDecorate %_UniformBuffer 2 RelaxedPrecision
|
|
|
|
OpMemberDecorate %_UniformBuffer 3 Offset 64
|
|
|
|
OpMemberDecorate %_UniformBuffer 3 RelaxedPrecision
|
2021-03-15 18:58:57 +00:00
|
|
|
OpDecorate %_UniformBuffer Block
|
|
|
|
OpDecorate %10 Binding 0
|
|
|
|
OpDecorate %10 DescriptorSet 0
|
2022-04-18 14:57:14 +00:00
|
|
|
OpDecorate %90 RelaxedPrecision
|
|
|
|
OpDecorate %93 RelaxedPrecision
|
|
|
|
OpDecorate %94 RelaxedPrecision
|
2020-12-09 23:39:41 +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
|
2021-08-20 14:10:02 +00:00
|
|
|
%v2float = OpTypeVector %float 2
|
|
|
|
%mat2v2float = OpTypeMatrix %v2float 2
|
|
|
|
%_UniformBuffer = OpTypeStruct %float %mat2v2float %v4float %v4float
|
2021-03-15 18:58:57 +00:00
|
|
|
%_ptr_Uniform__UniformBuffer = OpTypePointer Uniform %_UniformBuffer
|
|
|
|
%10 = OpVariable %_ptr_Uniform__UniformBuffer Uniform
|
2020-12-09 23:39:41 +00:00
|
|
|
%void = OpTypeVoid
|
2021-08-20 14:10:02 +00:00
|
|
|
%17 = OpTypeFunction %void
|
|
|
|
%float_0 = OpConstant %float 0
|
|
|
|
%20 = OpConstantComposite %v2float %float_0 %float_0
|
|
|
|
%_ptr_Function_v2float = OpTypePointer Function %v2float
|
|
|
|
%24 = OpTypeFunction %v4float %_ptr_Function_v2float
|
|
|
|
%_ptr_Function_v4float = OpTypePointer Function %v4float
|
|
|
|
%_ptr_Uniform_mat2v2float = OpTypePointer Uniform %mat2v2float
|
|
|
|
%int = OpTypeInt 32 1
|
|
|
|
%int_1 = OpConstant %int 1
|
|
|
|
%float_1 = OpConstant %float 1
|
|
|
|
%float_n1 = OpConstant %float -1
|
|
|
|
%41 = OpConstantComposite %v4float %float_1 %float_1 %float_n1 %float_n1
|
|
|
|
%v4int = OpTypeVector %int 4
|
|
|
|
%_ptr_Function_v4int = OpTypePointer Function %v4int
|
|
|
|
%int_1065353216 = OpConstant %int 1065353216
|
|
|
|
%int_1073741824 = OpConstant %int 1073741824
|
|
|
|
%int_n1069547520 = OpConstant %int -1069547520
|
|
|
|
%int_n1065353216 = OpConstant %int -1065353216
|
|
|
|
%50 = OpConstantComposite %v4int %int_1065353216 %int_1073741824 %int_n1069547520 %int_n1065353216
|
|
|
|
%false = OpConstantFalse %bool
|
|
|
|
%v2int = OpTypeVector %int 2
|
|
|
|
%v2bool = OpTypeVector %bool 2
|
|
|
|
%v3float = OpTypeVector %float 3
|
|
|
|
%v3int = OpTypeVector %int 3
|
|
|
|
%v3bool = OpTypeVector %bool 3
|
|
|
|
%v4bool = OpTypeVector %bool 4
|
|
|
|
%_ptr_Uniform_v4float = OpTypePointer Uniform %v4float
|
|
|
|
%int_2 = OpConstant %int 2
|
|
|
|
%int_3 = OpConstant %int 3
|
|
|
|
%_entrypoint_v = OpFunction %void None %17
|
|
|
|
%18 = OpLabel
|
|
|
|
%21 = OpVariable %_ptr_Function_v2float Function
|
|
|
|
OpStore %21 %20
|
|
|
|
%23 = OpFunctionCall %v4float %main %21
|
|
|
|
OpStore %sk_FragColor %23
|
2020-12-09 23:39:41 +00:00
|
|
|
OpReturn
|
|
|
|
OpFunctionEnd
|
2021-08-20 14:10:02 +00:00
|
|
|
%main = OpFunction %v4float None %24
|
|
|
|
%25 = OpFunctionParameter %_ptr_Function_v2float
|
|
|
|
%26 = OpLabel
|
2021-09-30 16:00:09 +00:00
|
|
|
%inputVal = OpVariable %_ptr_Function_v4float Function
|
2021-08-20 14:10:02 +00:00
|
|
|
%expectedB = OpVariable %_ptr_Function_v4int Function
|
2022-04-18 14:57:14 +00:00
|
|
|
%83 = OpVariable %_ptr_Function_v4float Function
|
2021-08-20 14:10:02 +00:00
|
|
|
%29 = OpAccessChain %_ptr_Uniform_mat2v2float %10 %int_1
|
|
|
|
%33 = OpLoad %mat2v2float %29
|
|
|
|
%34 = OpCompositeExtract %float %33 0 0
|
|
|
|
%35 = OpCompositeExtract %float %33 0 1
|
|
|
|
%36 = OpCompositeExtract %float %33 1 0
|
|
|
|
%37 = OpCompositeExtract %float %33 1 1
|
|
|
|
%38 = OpCompositeConstruct %v4float %34 %35 %36 %37
|
|
|
|
%42 = OpFMul %v4float %38 %41
|
2021-09-30 16:00:09 +00:00
|
|
|
OpStore %inputVal %42
|
2021-08-20 14:10:02 +00:00
|
|
|
OpStore %expectedB %50
|
2022-04-18 14:57:14 +00:00
|
|
|
%52 = OpCompositeExtract %float %42 0
|
|
|
|
%53 = OpBitcast %float %int_1065353216
|
|
|
|
%54 = OpFOrdEqual %bool %52 %53
|
|
|
|
OpSelectionMerge %56 None
|
|
|
|
OpBranchConditional %54 %55 %56
|
|
|
|
%55 = OpLabel
|
|
|
|
%57 = OpVectorShuffle %v2float %42 %42 0 1
|
|
|
|
%59 = OpVectorShuffle %v2int %50 %50 0 1
|
|
|
|
%58 = OpBitcast %v2float %59
|
|
|
|
%61 = OpFOrdEqual %v2bool %57 %58
|
|
|
|
%63 = OpAll %bool %61
|
|
|
|
OpBranch %56
|
|
|
|
%56 = OpLabel
|
|
|
|
%64 = OpPhi %bool %false %26 %63 %55
|
|
|
|
OpSelectionMerge %66 None
|
|
|
|
OpBranchConditional %64 %65 %66
|
|
|
|
%65 = OpLabel
|
|
|
|
%67 = OpVectorShuffle %v3float %42 %42 0 1 2
|
|
|
|
%70 = OpVectorShuffle %v3int %50 %50 0 1 2
|
|
|
|
%69 = OpBitcast %v3float %70
|
|
|
|
%72 = OpFOrdEqual %v3bool %67 %69
|
|
|
|
%74 = OpAll %bool %72
|
|
|
|
OpBranch %66
|
|
|
|
%66 = OpLabel
|
|
|
|
%75 = OpPhi %bool %false %56 %74 %65
|
|
|
|
OpSelectionMerge %77 None
|
|
|
|
OpBranchConditional %75 %76 %77
|
|
|
|
%76 = OpLabel
|
|
|
|
%78 = OpBitcast %v4float %50
|
|
|
|
%79 = OpFOrdEqual %v4bool %42 %78
|
2021-08-20 14:10:02 +00:00
|
|
|
%81 = OpAll %bool %79
|
2022-04-18 14:57:14 +00:00
|
|
|
OpBranch %77
|
|
|
|
%77 = OpLabel
|
|
|
|
%82 = OpPhi %bool %false %66 %81 %76
|
|
|
|
OpSelectionMerge %86 None
|
|
|
|
OpBranchConditional %82 %84 %85
|
2021-08-20 14:10:02 +00:00
|
|
|
%84 = OpLabel
|
2022-04-18 14:57:14 +00:00
|
|
|
%87 = OpAccessChain %_ptr_Uniform_v4float %10 %int_2
|
|
|
|
%90 = OpLoad %v4float %87
|
|
|
|
OpStore %83 %90
|
|
|
|
OpBranch %86
|
|
|
|
%85 = OpLabel
|
|
|
|
%91 = OpAccessChain %_ptr_Uniform_v4float %10 %int_3
|
|
|
|
%93 = OpLoad %v4float %91
|
|
|
|
OpStore %83 %93
|
|
|
|
OpBranch %86
|
|
|
|
%86 = OpLabel
|
|
|
|
%94 = OpLoad %v4float %83
|
|
|
|
OpReturnValue %94
|
2021-08-20 14:10:02 +00:00
|
|
|
OpFunctionEnd
|