130 lines
5.4 KiB
Plaintext
130 lines
5.4 KiB
Plaintext
; SPIR-V
|
|
; Version: 1.3
|
|
; Generator: Google Tint Compiler; 0
|
|
; Bound: 83
|
|
; Schema: 0
|
|
OpCapability Shader
|
|
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_6 "x_6"
|
|
OpName %x_GLF_color "x_GLF_color"
|
|
OpName %tint_symbol_1 "tint_symbol_1"
|
|
OpName %main_1 "main_1"
|
|
OpName %m0 "m0"
|
|
OpName %m1 "m1"
|
|
OpName %v "v"
|
|
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_6 NonWritable
|
|
OpDecorate %x_6 DescriptorSet 0
|
|
OpDecorate %x_6 Binding 0
|
|
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_6 = OpVariable %_ptr_Uniform_buf0 Uniform
|
|
%v4float = OpTypeVector %float 4
|
|
%_ptr_Private_v4float = OpTypePointer Private %v4float
|
|
%11 = OpConstantNull %v4float
|
|
%x_GLF_color = OpVariable %_ptr_Private_v4float Private %11
|
|
%_ptr_Output_v4float = OpTypePointer Output %v4float
|
|
%tint_symbol_1 = OpVariable %_ptr_Output_v4float Output %11
|
|
%void = OpTypeVoid
|
|
%14 = OpTypeFunction %void
|
|
%v2float = OpTypeVector %float 2
|
|
%mat2v2float = OpTypeMatrix %v2float 2
|
|
%_ptr_Function_mat2v2float = OpTypePointer Function %mat2v2float
|
|
%22 = OpConstantNull %mat2v2float
|
|
%_ptr_Function_v2float = OpTypePointer Function %v2float
|
|
%26 = OpConstantNull %v2float
|
|
%uint_0 = OpConstant %uint 0
|
|
%int = OpTypeInt 32 1
|
|
%int_0 = OpConstant %int 0
|
|
%_ptr_Uniform_float = OpTypePointer Uniform %float
|
|
%float_n0_540302277 = OpConstant %float -0.540302277
|
|
%float_0_540302277 = OpConstant %float 0.540302277
|
|
%_ptr_Function_float = OpTypePointer Function %float
|
|
%bool = OpTypeBool
|
|
%int_1 = OpConstant %int 1
|
|
%main_out = OpTypeStruct %v4float
|
|
%71 = OpTypeFunction %void %main_out
|
|
%main_1 = OpFunction %void None %14
|
|
%17 = OpLabel
|
|
%m0 = OpVariable %_ptr_Function_mat2v2float Function %22
|
|
%m1 = OpVariable %_ptr_Function_mat2v2float Function %22
|
|
%v = OpVariable %_ptr_Function_v2float Function %26
|
|
%31 = OpAccessChain %_ptr_Uniform_float %x_6 %uint_0 %int_0
|
|
%32 = OpLoad %float %31
|
|
%33 = OpAccessChain %_ptr_Uniform_float %x_6 %uint_0 %int_0
|
|
%34 = OpLoad %float %33
|
|
%36 = OpCompositeConstruct %v2float %32 %float_n0_540302277
|
|
%38 = OpCompositeConstruct %v2float %float_0_540302277 %34
|
|
%39 = OpCompositeConstruct %mat2v2float %36 %38
|
|
OpStore %m0 %39
|
|
%40 = OpLoad %mat2v2float %m0
|
|
%41 = OpLoad %mat2v2float %m0
|
|
%42 = OpMatrixTimesMatrix %mat2v2float %40 %41
|
|
OpStore %m1 %42
|
|
%43 = OpAccessChain %_ptr_Uniform_float %x_6 %uint_0 %int_0
|
|
%44 = OpLoad %float %43
|
|
%45 = OpLoad %mat2v2float %m1
|
|
%46 = OpCompositeConstruct %v2float %44 %44
|
|
%47 = OpVectorTimesMatrix %v2float %46 %45
|
|
OpStore %v %47
|
|
%49 = OpAccessChain %_ptr_Function_float %v %uint_0
|
|
%50 = OpLoad %float %49
|
|
%51 = OpAccessChain %_ptr_Uniform_float %x_6 %uint_0 %int_0
|
|
%52 = OpLoad %float %51
|
|
%53 = OpFOrdLessThan %bool %50 %52
|
|
OpSelectionMerge %55 None
|
|
OpBranchConditional %53 %56 %57
|
|
%56 = OpLabel
|
|
%58 = OpAccessChain %_ptr_Uniform_float %x_6 %uint_0 %int_0
|
|
%59 = OpLoad %float %58
|
|
%61 = OpAccessChain %_ptr_Uniform_float %x_6 %uint_0 %int_1
|
|
%62 = OpLoad %float %61
|
|
%63 = OpAccessChain %_ptr_Uniform_float %x_6 %uint_0 %int_1
|
|
%64 = OpLoad %float %63
|
|
%65 = OpAccessChain %_ptr_Uniform_float %x_6 %uint_0 %int_0
|
|
%66 = OpLoad %float %65
|
|
%67 = OpCompositeConstruct %v4float %59 %62 %64 %66
|
|
OpStore %x_GLF_color %67
|
|
OpBranch %55
|
|
%57 = OpLabel
|
|
%68 = OpAccessChain %_ptr_Uniform_float %x_6 %uint_0 %int_1
|
|
%69 = OpLoad %float %68
|
|
%70 = OpCompositeConstruct %v4float %69 %69 %69 %69
|
|
OpStore %x_GLF_color %70
|
|
OpBranch %55
|
|
%55 = OpLabel
|
|
OpReturn
|
|
OpFunctionEnd
|
|
%tint_symbol_2 = OpFunction %void None %71
|
|
%tint_symbol = OpFunctionParameter %main_out
|
|
%75 = OpLabel
|
|
%76 = OpCompositeExtract %v4float %tint_symbol 0
|
|
OpStore %tint_symbol_1 %76
|
|
OpReturn
|
|
OpFunctionEnd
|
|
%main = OpFunction %void None %14
|
|
%78 = OpLabel
|
|
%79 = OpFunctionCall %void %main_1
|
|
%81 = OpLoad %v4float %x_GLF_color
|
|
%82 = OpCompositeConstruct %main_out %81
|
|
%80 = OpFunctionCall %void %tint_symbol_2 %82
|
|
OpReturn
|
|
OpFunctionEnd
|