2021-07-23 13:10:12 +00:00
|
|
|
; SPIR-V
|
|
|
|
; Version: 1.3
|
|
|
|
; Generator: Google Tint Compiler; 0
|
2021-07-26 17:34:58 +00:00
|
|
|
; Bound: 133
|
2021-07-23 13:10:12 +00:00
|
|
|
; 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_int_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 %a "a"
|
|
|
|
OpName %b "b"
|
|
|
|
OpName %c "c"
|
|
|
|
OpName %x_76 "x_76"
|
|
|
|
OpName %x_83 "x_83"
|
|
|
|
OpName %x_77_phi "x_77_phi"
|
|
|
|
OpName %x_84_phi "x_84_phi"
|
|
|
|
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_int_uint_5 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
|
|
|
|
%int = OpTypeInt 32 1
|
|
|
|
%uint = OpTypeInt 32 0
|
|
|
|
%uint_5 = OpConstant %uint 5
|
|
|
|
%_arr_int_uint_5 = OpTypeArray %int %uint_5
|
|
|
|
%buf0 = OpTypeStruct %_arr_int_uint_5
|
|
|
|
%_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0
|
|
|
|
%x_6 = OpVariable %_ptr_Uniform_buf0 Uniform
|
|
|
|
%float = OpTypeFloat 32
|
|
|
|
%v4float = OpTypeVector %float 4
|
|
|
|
%_ptr_Private_v4float = OpTypePointer Private %v4float
|
|
|
|
%12 = OpConstantNull %v4float
|
|
|
|
%x_GLF_color = OpVariable %_ptr_Private_v4float Private %12
|
|
|
|
%_ptr_Output_v4float = OpTypePointer Output %v4float
|
|
|
|
%tint_symbol_1 = OpVariable %_ptr_Output_v4float Output %12
|
|
|
|
%void = OpTypeVoid
|
|
|
|
%15 = OpTypeFunction %void
|
|
|
|
%_ptr_Function_int = OpTypePointer Function %int
|
|
|
|
%21 = OpConstantNull %int
|
|
|
|
%bool = OpTypeBool
|
|
|
|
%_ptr_Function_bool = OpTypePointer Function %bool
|
|
|
|
%27 = OpConstantNull %bool
|
|
|
|
%uint_0 = OpConstant %uint 0
|
|
|
|
%int_0 = OpConstant %int 0
|
|
|
|
%_ptr_Uniform_int = OpTypePointer Uniform %int
|
|
|
|
%int_2 = OpConstant %int 2
|
|
|
|
%int_1 = OpConstant %int 1
|
|
|
|
%int_4 = OpConstant %int 4
|
|
|
|
%int_10 = OpConstant %int 10
|
|
|
|
%int_5 = OpConstant %int 5
|
|
|
|
%int_3 = OpConstant %int 3
|
|
|
|
%main_out = OpTypeStruct %v4float
|
2021-07-26 17:34:58 +00:00
|
|
|
%121 = OpTypeFunction %void %main_out
|
2021-07-23 13:10:12 +00:00
|
|
|
%main_1 = OpFunction %void None %15
|
|
|
|
%18 = OpLabel
|
|
|
|
%a = OpVariable %_ptr_Function_int Function %21
|
|
|
|
%b = OpVariable %_ptr_Function_int Function %21
|
|
|
|
%c = OpVariable %_ptr_Function_int Function %21
|
|
|
|
%x_76 = OpVariable %_ptr_Function_bool Function %27
|
|
|
|
%x_83 = OpVariable %_ptr_Function_bool Function %27
|
|
|
|
%x_77_phi = OpVariable %_ptr_Function_bool Function %27
|
|
|
|
%x_84_phi = OpVariable %_ptr_Function_bool Function %27
|
|
|
|
%34 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_0
|
|
|
|
%35 = OpLoad %int %34
|
|
|
|
OpStore %a %35
|
|
|
|
%37 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_2
|
|
|
|
%38 = OpLoad %int %37
|
|
|
|
OpStore %b %38
|
|
|
|
OpStore %c %int_1
|
|
|
|
OpBranch %40
|
|
|
|
%40 = OpLabel
|
|
|
|
OpLoopMerge %41 %42 None
|
|
|
|
OpBranch %43
|
|
|
|
%43 = OpLabel
|
|
|
|
%44 = OpLoad %int %b
|
|
|
|
%46 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_4
|
|
|
|
%47 = OpLoad %int %46
|
|
|
|
%48 = OpLoad %int %a
|
|
|
|
%49 = OpSLessThan %bool %44 %47
|
2021-07-26 17:34:58 +00:00
|
|
|
%51 = OpSLessThan %bool %48 %int_10
|
|
|
|
%52 = OpLogicalAnd %bool %49 %51
|
|
|
|
OpSelectionMerge %53 None
|
|
|
|
OpBranchConditional %52 %54 %55
|
|
|
|
%54 = OpLabel
|
|
|
|
OpBranch %53
|
2021-07-23 13:10:12 +00:00
|
|
|
%55 = OpLabel
|
|
|
|
OpBranch %41
|
2021-07-26 17:34:58 +00:00
|
|
|
%53 = OpLabel
|
|
|
|
%56 = OpLoad %int %c
|
|
|
|
%58 = OpSGreaterThan %bool %56 %int_5
|
|
|
|
OpSelectionMerge %59 None
|
|
|
|
OpBranchConditional %58 %60 %59
|
|
|
|
%60 = OpLabel
|
|
|
|
OpBranch %41
|
|
|
|
%59 = OpLabel
|
|
|
|
%61 = OpLoad %int %a
|
|
|
|
%62 = OpIAdd %int %61 %int_1
|
|
|
|
OpStore %a %62
|
|
|
|
%63 = OpLoad %int %c
|
2021-07-23 13:10:12 +00:00
|
|
|
%64 = OpIAdd %int %63 %int_1
|
2021-07-26 17:34:58 +00:00
|
|
|
OpStore %c %64
|
|
|
|
%65 = OpLoad %int %b
|
2021-07-23 13:10:12 +00:00
|
|
|
%66 = OpIAdd %int %65 %int_1
|
2021-07-26 17:34:58 +00:00
|
|
|
OpStore %b %66
|
2021-07-23 13:10:12 +00:00
|
|
|
OpBranch %42
|
|
|
|
%42 = OpLabel
|
|
|
|
OpBranch %40
|
|
|
|
%41 = OpLabel
|
2021-07-26 17:34:58 +00:00
|
|
|
OpBranch %67
|
|
|
|
%67 = OpLabel
|
|
|
|
OpLoopMerge %68 %69 None
|
2021-07-23 13:10:12 +00:00
|
|
|
OpBranch %70
|
2021-07-26 17:34:58 +00:00
|
|
|
%70 = OpLabel
|
|
|
|
%71 = OpLoad %int %a
|
|
|
|
%72 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_1
|
|
|
|
%73 = OpLoad %int %72
|
|
|
|
%74 = OpSLessThan %bool %71 %73
|
|
|
|
OpSelectionMerge %75 None
|
|
|
|
OpBranchConditional %74 %76 %77
|
|
|
|
%76 = OpLabel
|
|
|
|
OpBranch %75
|
2021-07-23 13:10:12 +00:00
|
|
|
%77 = OpLabel
|
2021-07-26 17:34:58 +00:00
|
|
|
OpBranch %68
|
|
|
|
%75 = OpLabel
|
2021-07-23 13:10:12 +00:00
|
|
|
OpBranch %69
|
2021-07-26 17:34:58 +00:00
|
|
|
%69 = OpLabel
|
|
|
|
%78 = OpLoad %int %a
|
|
|
|
%79 = OpIAdd %int %78 %int_1
|
|
|
|
OpStore %a %79
|
|
|
|
OpBranch %67
|
|
|
|
%68 = OpLabel
|
|
|
|
%80 = OpLoad %int %a
|
|
|
|
%81 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_1
|
|
|
|
%82 = OpLoad %int %81
|
|
|
|
%83 = OpIEqual %bool %80 %82
|
|
|
|
OpStore %x_77_phi %83
|
|
|
|
OpSelectionMerge %84 None
|
|
|
|
OpBranchConditional %83 %85 %84
|
|
|
|
%85 = OpLabel
|
|
|
|
%86 = OpLoad %int %b
|
|
|
|
%88 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_3
|
|
|
|
%89 = OpLoad %int %88
|
|
|
|
%90 = OpIEqual %bool %86 %89
|
|
|
|
OpStore %x_76 %90
|
|
|
|
%91 = OpLoad %bool %x_76
|
|
|
|
OpStore %x_77_phi %91
|
|
|
|
OpBranch %84
|
|
|
|
%84 = OpLabel
|
|
|
|
%92 = OpLoad %bool %x_77_phi
|
|
|
|
OpStore %x_84_phi %92
|
|
|
|
OpSelectionMerge %93 None
|
|
|
|
OpBranchConditional %92 %94 %93
|
|
|
|
%94 = OpLabel
|
|
|
|
%95 = OpLoad %int %c
|
|
|
|
%96 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_3
|
|
|
|
%97 = OpLoad %int %96
|
|
|
|
%98 = OpIEqual %bool %95 %97
|
|
|
|
OpStore %x_83 %98
|
|
|
|
%99 = OpLoad %bool %x_83
|
|
|
|
OpStore %x_84_phi %99
|
|
|
|
OpBranch %93
|
|
|
|
%93 = OpLabel
|
|
|
|
%100 = OpLoad %bool %x_84_phi
|
|
|
|
OpSelectionMerge %101 None
|
|
|
|
OpBranchConditional %100 %102 %103
|
|
|
|
%102 = OpLabel
|
|
|
|
%104 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_2
|
|
|
|
%105 = OpLoad %int %104
|
|
|
|
%106 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_0
|
2021-07-23 13:10:12 +00:00
|
|
|
%107 = OpLoad %int %106
|
|
|
|
%108 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_0
|
|
|
|
%109 = OpLoad %int %108
|
2021-07-26 17:34:58 +00:00
|
|
|
%110 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_2
|
2021-07-23 13:10:12 +00:00
|
|
|
%111 = OpLoad %int %110
|
2021-07-26 17:34:58 +00:00
|
|
|
%112 = OpConvertSToF %float %105
|
|
|
|
%113 = OpConvertSToF %float %107
|
|
|
|
%114 = OpConvertSToF %float %109
|
|
|
|
%115 = OpConvertSToF %float %111
|
|
|
|
%116 = OpCompositeConstruct %v4float %112 %113 %114 %115
|
|
|
|
OpStore %x_GLF_color %116
|
|
|
|
OpBranch %101
|
2021-07-23 13:10:12 +00:00
|
|
|
%103 = OpLabel
|
2021-07-26 17:34:58 +00:00
|
|
|
%117 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_0
|
|
|
|
%118 = OpLoad %int %117
|
|
|
|
%119 = OpConvertSToF %float %118
|
|
|
|
%120 = OpCompositeConstruct %v4float %119 %119 %119 %119
|
|
|
|
OpStore %x_GLF_color %120
|
|
|
|
OpBranch %101
|
|
|
|
%101 = OpLabel
|
2021-07-23 13:10:12 +00:00
|
|
|
OpReturn
|
|
|
|
OpFunctionEnd
|
2021-07-26 17:34:58 +00:00
|
|
|
%tint_symbol_2 = OpFunction %void None %121
|
2021-07-23 13:10:12 +00:00
|
|
|
%tint_symbol = OpFunctionParameter %main_out
|
2021-07-26 17:34:58 +00:00
|
|
|
%125 = OpLabel
|
|
|
|
%126 = OpCompositeExtract %v4float %tint_symbol 0
|
|
|
|
OpStore %tint_symbol_1 %126
|
2021-07-23 13:10:12 +00:00
|
|
|
OpReturn
|
|
|
|
OpFunctionEnd
|
|
|
|
%main = OpFunction %void None %15
|
2021-07-26 17:34:58 +00:00
|
|
|
%128 = OpLabel
|
|
|
|
%129 = OpFunctionCall %void %main_1
|
|
|
|
%131 = OpLoad %v4float %x_GLF_color
|
|
|
|
%132 = OpCompositeConstruct %main_out %131
|
|
|
|
%130 = OpFunctionCall %void %tint_symbol_2 %132
|
2021-07-23 13:10:12 +00:00
|
|
|
OpReturn
|
|
|
|
OpFunctionEnd
|