203 lines
8.4 KiB
Plaintext
203 lines
8.4 KiB
Plaintext
; SPIR-V
|
|
; Version: 1.3
|
|
; Generator: Google Tint Compiler; 0
|
|
; Bound: 131
|
|
; Schema: 0
|
|
OpCapability Shader
|
|
%85 = OpExtInstImport "GLSL.std.450"
|
|
OpMemoryModel Logical GLSL450
|
|
OpEntryPoint Fragment %main "main" %tint_symbol_1
|
|
OpExecutionMode %main OriginUpperLeft
|
|
OpName %buf0 "buf0"
|
|
OpMemberName %buf0 0 "x_GLF_uniform_float_values"
|
|
OpName %x_7 "x_7"
|
|
OpName %buf1 "buf1"
|
|
OpMemberName %buf1 0 "x_GLF_uniform_int_values"
|
|
OpName %x_9 "x_9"
|
|
OpName %x_GLF_color "x_GLF_color"
|
|
OpName %tint_symbol_1 "tint_symbol_1"
|
|
OpName %f1_vf2_ "f1_vf2_"
|
|
OpName %v1 "v1"
|
|
OpName %x_99 "x_99"
|
|
OpName %x_100_phi "x_100_phi"
|
|
OpName %main_1 "main_1"
|
|
OpName %m1 "m1"
|
|
OpName %m2 "m2"
|
|
OpName %v1_1 "v1_1"
|
|
OpName %a "a"
|
|
OpName %param "param"
|
|
OpName %main_out "main_out"
|
|
OpMemberName %main_out 0 "x_GLF_color_1"
|
|
OpName %tint_symbol_2 "tint_symbol_2"
|
|
OpName %tint_symbol "tint_symbol"
|
|
OpName %main "main"
|
|
OpDecorate %buf0 Block
|
|
OpMemberDecorate %buf0 0 Offset 0
|
|
OpDecorate %_arr_float_uint_2 ArrayStride 16
|
|
OpDecorate %x_7 NonWritable
|
|
OpDecorate %x_7 DescriptorSet 0
|
|
OpDecorate %x_7 Binding 0
|
|
OpDecorate %buf1 Block
|
|
OpMemberDecorate %buf1 0 Offset 0
|
|
OpDecorate %_arr_int_uint_2 ArrayStride 16
|
|
OpDecorate %x_9 NonWritable
|
|
OpDecorate %x_9 DescriptorSet 0
|
|
OpDecorate %x_9 Binding 1
|
|
OpDecorate %tint_symbol_1 Location 0
|
|
OpMemberDecorate %main_out 0 Offset 0
|
|
%float = OpTypeFloat 32
|
|
%uint = OpTypeInt 32 0
|
|
%uint_2 = OpConstant %uint 2
|
|
%_arr_float_uint_2 = OpTypeArray %float %uint_2
|
|
%buf0 = OpTypeStruct %_arr_float_uint_2
|
|
%_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0
|
|
%x_7 = OpVariable %_ptr_Uniform_buf0 Uniform
|
|
%int = OpTypeInt 32 1
|
|
%_arr_int_uint_2 = OpTypeArray %int %uint_2
|
|
%buf1 = OpTypeStruct %_arr_int_uint_2
|
|
%_ptr_Uniform_buf1 = OpTypePointer Uniform %buf1
|
|
%x_9 = OpVariable %_ptr_Uniform_buf1 Uniform
|
|
%v4float = OpTypeVector %float 4
|
|
%_ptr_Private_v4float = OpTypePointer Private %v4float
|
|
%16 = OpConstantNull %v4float
|
|
%x_GLF_color = OpVariable %_ptr_Private_v4float Private %16
|
|
%_ptr_Output_v4float = OpTypePointer Output %v4float
|
|
%tint_symbol_1 = OpVariable %_ptr_Output_v4float Output %16
|
|
%v2float = OpTypeVector %float 2
|
|
%_ptr_Function_v2float = OpTypePointer Function %v2float
|
|
%19 = OpTypeFunction %int %_ptr_Function_v2float
|
|
%bool = OpTypeBool
|
|
%_ptr_Function_bool = OpTypePointer Function %bool
|
|
%28 = OpConstantNull %bool
|
|
%uint_0 = OpConstant %uint 0
|
|
%_ptr_Function_float = OpTypePointer Function %float
|
|
%int_0 = OpConstant %int 0
|
|
%_ptr_Uniform_float = OpTypePointer Uniform %float
|
|
%uint_1 = OpConstant %uint 1
|
|
%int_1 = OpConstant %int 1
|
|
%_ptr_Uniform_int = OpTypePointer Uniform %int
|
|
%void = OpTypeVoid
|
|
%59 = OpTypeFunction %void
|
|
%mat2v2float = OpTypeMatrix %v2float 2
|
|
%_ptr_Function_mat2v2float = OpTypePointer Function %mat2v2float
|
|
%66 = OpConstantNull %mat2v2float
|
|
%69 = OpConstantNull %v2float
|
|
%_ptr_Function_int = OpTypePointer Function %int
|
|
%72 = OpConstantNull %int
|
|
%main_out = OpTypeStruct %v4float
|
|
%119 = OpTypeFunction %void %main_out
|
|
%f1_vf2_ = OpFunction %int None %19
|
|
%v1 = OpFunctionParameter %_ptr_Function_v2float
|
|
%24 = OpLabel
|
|
%x_99 = OpVariable %_ptr_Function_bool Function %28
|
|
%x_100_phi = OpVariable %_ptr_Function_bool Function %28
|
|
%33 = OpAccessChain %_ptr_Function_float %v1 %uint_0
|
|
%34 = OpLoad %float %33
|
|
%37 = OpAccessChain %_ptr_Uniform_float %x_7 %uint_0 %int_0
|
|
%38 = OpLoad %float %37
|
|
%39 = OpFOrdEqual %bool %34 %38
|
|
OpStore %x_100_phi %39
|
|
OpSelectionMerge %40 None
|
|
OpBranchConditional %39 %41 %40
|
|
%41 = OpLabel
|
|
%44 = OpAccessChain %_ptr_Function_float %v1 %uint_1
|
|
%45 = OpLoad %float %44
|
|
%47 = OpAccessChain %_ptr_Uniform_float %x_7 %uint_0 %int_1
|
|
%48 = OpLoad %float %47
|
|
%49 = OpFOrdEqual %bool %45 %48
|
|
OpStore %x_99 %49
|
|
%50 = OpLoad %bool %x_99
|
|
OpStore %x_100_phi %50
|
|
OpBranch %40
|
|
%40 = OpLabel
|
|
%51 = OpLoad %bool %x_100_phi
|
|
OpSelectionMerge %52 None
|
|
OpBranchConditional %51 %53 %52
|
|
%53 = OpLabel
|
|
%55 = OpAccessChain %_ptr_Uniform_int %x_9 %uint_0 %int_1
|
|
%56 = OpLoad %int %55
|
|
OpReturnValue %56
|
|
%52 = OpLabel
|
|
%57 = OpAccessChain %_ptr_Uniform_int %x_9 %uint_0 %int_0
|
|
%58 = OpLoad %int %57
|
|
OpReturnValue %58
|
|
OpFunctionEnd
|
|
%main_1 = OpFunction %void None %59
|
|
%62 = OpLabel
|
|
%m1 = OpVariable %_ptr_Function_mat2v2float Function %66
|
|
%m2 = OpVariable %_ptr_Function_mat2v2float Function %66
|
|
%v1_1 = OpVariable %_ptr_Function_v2float Function %69
|
|
%a = OpVariable %_ptr_Function_int Function %72
|
|
%param = OpVariable %_ptr_Function_v2float Function %69
|
|
%74 = OpAccessChain %_ptr_Uniform_float %x_7 %uint_0 %int_0
|
|
%75 = OpLoad %float %74
|
|
%76 = OpAccessChain %_ptr_Uniform_float %x_7 %uint_0 %int_1
|
|
%77 = OpLoad %float %76
|
|
%78 = OpAccessChain %_ptr_Uniform_float %x_7 %uint_0 %int_1
|
|
%79 = OpLoad %float %78
|
|
%80 = OpAccessChain %_ptr_Uniform_float %x_7 %uint_0 %int_1
|
|
%81 = OpLoad %float %80
|
|
%82 = OpFNegate %float %77
|
|
%83 = OpCompositeConstruct %v2float %75 %82
|
|
%84 = OpExtInst %float %85 Sin %81
|
|
%86 = OpCompositeConstruct %v2float %79 %84
|
|
%87 = OpCompositeConstruct %mat2v2float %83 %86
|
|
OpStore %m1 %87
|
|
%88 = OpLoad %mat2v2float %m1
|
|
%89 = OpLoad %mat2v2float %m1
|
|
%90 = OpMatrixTimesMatrix %mat2v2float %88 %89
|
|
OpStore %m2 %90
|
|
%91 = OpAccessChain %_ptr_Uniform_float %x_7 %uint_0 %int_0
|
|
%92 = OpLoad %float %91
|
|
%93 = OpLoad %mat2v2float %m2
|
|
%94 = OpCompositeConstruct %v2float %92 %92
|
|
%95 = OpVectorTimesMatrix %v2float %94 %93
|
|
OpStore %v1_1 %95
|
|
%96 = OpLoad %v2float %v1_1
|
|
OpStore %param %96
|
|
%97 = OpFunctionCall %int %f1_vf2_ %param
|
|
OpStore %a %97
|
|
%99 = OpLoad %int %a
|
|
%100 = OpAccessChain %_ptr_Uniform_int %x_9 %uint_0 %int_1
|
|
%101 = OpLoad %int %100
|
|
%102 = OpIEqual %bool %99 %101
|
|
OpSelectionMerge %103 None
|
|
OpBranchConditional %102 %104 %105
|
|
%104 = OpLabel
|
|
%106 = OpAccessChain %_ptr_Uniform_float %x_7 %uint_0 %int_0
|
|
%107 = OpLoad %float %106
|
|
%108 = OpAccessChain %_ptr_Uniform_float %x_7 %uint_0 %int_1
|
|
%109 = OpLoad %float %108
|
|
%110 = OpAccessChain %_ptr_Uniform_float %x_7 %uint_0 %int_1
|
|
%111 = OpLoad %float %110
|
|
%112 = OpAccessChain %_ptr_Uniform_float %x_7 %uint_0 %int_0
|
|
%113 = OpLoad %float %112
|
|
%114 = OpCompositeConstruct %v4float %107 %109 %111 %113
|
|
OpStore %x_GLF_color %114
|
|
OpBranch %103
|
|
%105 = OpLabel
|
|
%115 = OpAccessChain %_ptr_Uniform_int %x_9 %uint_0 %int_1
|
|
%116 = OpLoad %int %115
|
|
%117 = OpConvertSToF %float %116
|
|
%118 = OpCompositeConstruct %v4float %117 %117 %117 %117
|
|
OpStore %x_GLF_color %118
|
|
OpBranch %103
|
|
%103 = OpLabel
|
|
OpReturn
|
|
OpFunctionEnd
|
|
%tint_symbol_2 = OpFunction %void None %119
|
|
%tint_symbol = OpFunctionParameter %main_out
|
|
%123 = OpLabel
|
|
%124 = OpCompositeExtract %v4float %tint_symbol 0
|
|
OpStore %tint_symbol_1 %124
|
|
OpReturn
|
|
OpFunctionEnd
|
|
%main = OpFunction %void None %59
|
|
%126 = OpLabel
|
|
%127 = OpFunctionCall %void %main_1
|
|
%129 = OpLoad %v4float %x_GLF_color
|
|
%130 = OpCompositeConstruct %main_out %129
|
|
%128 = OpFunctionCall %void %tint_symbol_2 %130
|
|
OpReturn
|
|
OpFunctionEnd
|