235 lines
8.9 KiB
Plaintext
235 lines
8.9 KiB
Plaintext
SKIP: FAILED
|
|
|
|
; SPIR-V
|
|
; Version: 1.3
|
|
; Generator: Google Tint Compiler; 0
|
|
; Bound: 134
|
|
; Schema: 0
|
|
OpCapability Shader
|
|
OpMemoryModel Logical GLSL450
|
|
OpEntryPoint Fragment %main "main" %tint_symbol %tint_symbol_2
|
|
OpExecutionMode %main OriginUpperLeft
|
|
OpName %buf1 "buf1"
|
|
OpMemberName %buf1 0 "x_GLF_uniform_int_values"
|
|
OpName %x_7 "x_7"
|
|
OpName %gl_FragCoord "gl_FragCoord"
|
|
OpName %buf0 "buf0"
|
|
OpMemberName %buf0 0 "x_GLF_uniform_float_values"
|
|
OpName %x_11 "x_11"
|
|
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 %a "a"
|
|
OpName %i "i"
|
|
OpName %j "j"
|
|
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 %buf1 Block
|
|
OpMemberDecorate %buf1 0 Offset 0
|
|
OpDecorate %_arr_int_uint_3 ArrayStride 16
|
|
OpDecorate %x_7 NonWritable
|
|
OpDecorate %x_7 DescriptorSet 0
|
|
OpDecorate %x_7 Binding 1
|
|
OpDecorate %buf0 Block
|
|
OpMemberDecorate %buf0 0 Offset 0
|
|
OpDecorate %_arr_float_uint_1 ArrayStride 16
|
|
OpDecorate %x_11 NonWritable
|
|
OpDecorate %x_11 DescriptorSet 0
|
|
OpDecorate %x_11 Binding 0
|
|
OpDecorate %tint_symbol BuiltIn FragCoord
|
|
OpDecorate %tint_symbol_2 Location 0
|
|
OpMemberDecorate %main_out 0 Offset 0
|
|
%int = OpTypeInt 32 1
|
|
%uint = OpTypeInt 32 0
|
|
%uint_3 = OpConstant %uint 3
|
|
%_arr_int_uint_3 = OpTypeArray %int %uint_3
|
|
%buf1 = OpTypeStruct %_arr_int_uint_3
|
|
%_ptr_Uniform_buf1 = OpTypePointer Uniform %buf1
|
|
%x_7 = OpVariable %_ptr_Uniform_buf1 Uniform
|
|
%float = OpTypeFloat 32
|
|
%v4float = OpTypeVector %float 4
|
|
%_ptr_Private_v4float = OpTypePointer Private %v4float
|
|
%12 = OpConstantNull %v4float
|
|
%gl_FragCoord = OpVariable %_ptr_Private_v4float Private %12
|
|
%uint_1 = OpConstant %uint 1
|
|
%_arr_float_uint_1 = OpTypeArray %float %uint_1
|
|
%buf0 = OpTypeStruct %_arr_float_uint_1
|
|
%_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0
|
|
%x_11 = OpVariable %_ptr_Uniform_buf0 Uniform
|
|
%x_GLF_color = OpVariable %_ptr_Private_v4float Private %12
|
|
%_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 %12
|
|
%void = OpTypeVoid
|
|
%23 = OpTypeFunction %void
|
|
%_ptr_Function_int = OpTypePointer Function %int
|
|
%29 = OpConstantNull %int
|
|
%uint_0 = OpConstant %uint 0
|
|
%int_2 = OpConstant %int 2
|
|
%_ptr_Uniform_int = OpTypePointer Uniform %int
|
|
%int_0 = OpConstant %int 0
|
|
%bool = OpTypeBool
|
|
%int_1 = OpConstant %int 1
|
|
%_ptr_Private_float = OpTypePointer Private %float
|
|
%_ptr_Uniform_float = OpTypePointer Uniform %float
|
|
%main_out = OpTypeStruct %v4float
|
|
%121 = OpTypeFunction %void %main_out
|
|
%main_1 = OpFunction %void None %23
|
|
%26 = OpLabel
|
|
%a = OpVariable %_ptr_Function_int Function %29
|
|
%i = OpVariable %_ptr_Function_int Function %29
|
|
%j = OpVariable %_ptr_Function_int Function %29
|
|
%35 = OpAccessChain %_ptr_Uniform_int %x_7 %uint_0 %int_2
|
|
%36 = OpLoad %int %35
|
|
OpStore %a %36
|
|
%37 = OpAccessChain %_ptr_Uniform_int %x_7 %uint_0 %int_2
|
|
%38 = OpLoad %int %37
|
|
OpStore %i %38
|
|
OpBranch %39
|
|
%39 = OpLabel
|
|
OpLoopMerge %40 %41 None
|
|
OpBranch %42
|
|
%42 = OpLabel
|
|
%43 = OpLoad %int %i
|
|
%45 = OpAccessChain %_ptr_Uniform_int %x_7 %uint_0 %int_0
|
|
%46 = OpLoad %int %45
|
|
%47 = OpSLessThan %bool %43 %46
|
|
OpSelectionMerge %49 None
|
|
OpBranchConditional %47 %50 %51
|
|
%50 = OpLabel
|
|
OpBranch %49
|
|
%51 = OpLabel
|
|
OpBranch %40
|
|
%49 = OpLabel
|
|
%52 = OpAccessChain %_ptr_Uniform_int %x_7 %uint_0 %int_2
|
|
%53 = OpLoad %int %52
|
|
OpStore %j %53
|
|
OpBranch %54
|
|
%54 = OpLabel
|
|
OpLoopMerge %55 %56 None
|
|
OpBranch %57
|
|
%57 = OpLabel
|
|
%58 = OpLoad %int %j
|
|
%59 = OpAccessChain %_ptr_Uniform_int %x_7 %uint_0 %int_0
|
|
%60 = OpLoad %int %59
|
|
%61 = OpSLessThan %bool %58 %60
|
|
OpSelectionMerge %62 None
|
|
OpBranchConditional %61 %63 %64
|
|
%63 = OpLabel
|
|
OpBranch %62
|
|
%64 = OpLabel
|
|
OpBranch %55
|
|
%62 = OpLabel
|
|
OpBranch %65
|
|
%65 = OpLabel
|
|
OpLoopMerge %66 %67 None
|
|
OpBranch %68
|
|
%68 = OpLabel
|
|
%70 = OpAccessChain %_ptr_Uniform_int %x_7 %uint_0 %int_1
|
|
%71 = OpLoad %int %70
|
|
OpStore %a %71
|
|
%73 = OpAccessChain %_ptr_Private_float %gl_FragCoord %uint_1
|
|
%74 = OpLoad %float %73
|
|
%76 = OpAccessChain %_ptr_Uniform_float %x_11 %uint_0 %int_0
|
|
%77 = OpLoad %float %76
|
|
%78 = OpFOrdLessThan %bool %74 %77
|
|
OpSelectionMerge %79 None
|
|
OpBranchConditional %78 %80 %79
|
|
%80 = OpLabel
|
|
OpKill
|
|
%79 = OpLabel
|
|
OpBranch %67
|
|
%67 = OpLabel
|
|
%81 = OpLoad %int %a
|
|
%82 = OpAccessChain %_ptr_Uniform_int %x_7 %uint_0 %int_1
|
|
%83 = OpLoad %int %82
|
|
%84 = OpSLessThan %bool %81 %83
|
|
OpSelectionMerge %85 None
|
|
OpBranchConditional %84 %86 %87
|
|
%86 = OpLabel
|
|
OpBranch %85
|
|
%87 = OpLabel
|
|
OpBranch %66
|
|
%85 = OpLabel
|
|
OpBranch %65
|
|
%66 = OpLabel
|
|
%88 = OpAccessChain %_ptr_Private_float %gl_FragCoord %uint_1
|
|
%89 = OpLoad %float %88
|
|
%90 = OpAccessChain %_ptr_Uniform_float %x_11 %uint_0 %int_0
|
|
%91 = OpLoad %float %90
|
|
%92 = OpFOrdLessThan %bool %89 %91
|
|
OpSelectionMerge %93 None
|
|
OpBranchConditional %92 %94 %93
|
|
%94 = OpLabel
|
|
OpBranch %55
|
|
%93 = OpLabel
|
|
OpBranch %56
|
|
%56 = OpLabel
|
|
%95 = OpLoad %int %j
|
|
%96 = OpIAdd %int %95 %int_1
|
|
OpStore %j %96
|
|
OpBranch %54
|
|
%55 = OpLabel
|
|
OpBranch %41
|
|
%41 = OpLabel
|
|
%97 = OpLoad %int %i
|
|
%98 = OpIAdd %int %97 %int_1
|
|
OpStore %i %98
|
|
OpBranch %39
|
|
%40 = OpLabel
|
|
%99 = OpLoad %int %a
|
|
%100 = OpAccessChain %_ptr_Uniform_int %x_7 %uint_0 %int_1
|
|
%101 = OpLoad %int %100
|
|
%102 = OpIEqual %bool %99 %101
|
|
OpSelectionMerge %103 None
|
|
OpBranchConditional %102 %104 %105
|
|
%104 = OpLabel
|
|
%106 = OpLoad %int %a
|
|
%107 = OpAccessChain %_ptr_Uniform_int %x_7 %uint_0 %int_2
|
|
%108 = OpLoad %int %107
|
|
%109 = OpAccessChain %_ptr_Uniform_int %x_7 %uint_0 %int_2
|
|
%110 = OpLoad %int %109
|
|
%111 = OpLoad %int %a
|
|
%112 = OpConvertSToF %float %106
|
|
%113 = OpConvertSToF %float %108
|
|
%114 = OpConvertSToF %float %110
|
|
%115 = OpConvertSToF %float %111
|
|
%116 = OpCompositeConstruct %v4float %112 %113 %114 %115
|
|
OpStore %x_GLF_color %116
|
|
OpBranch %103
|
|
%105 = OpLabel
|
|
%117 = OpAccessChain %_ptr_Uniform_int %x_7 %uint_0 %int_2
|
|
%118 = OpLoad %int %117
|
|
%119 = OpConvertSToF %float %118
|
|
%120 = OpCompositeConstruct %v4float %119 %119 %119 %119
|
|
OpStore %x_GLF_color %120
|
|
OpBranch %103
|
|
%103 = OpLabel
|
|
OpReturn
|
|
OpFunctionEnd
|
|
%tint_symbol_3 = OpFunction %void None %121
|
|
%tint_symbol_1 = OpFunctionParameter %main_out
|
|
%125 = OpLabel
|
|
%126 = OpCompositeExtract %v4float %tint_symbol_1 0
|
|
OpStore %tint_symbol_2 %126
|
|
OpReturn
|
|
OpFunctionEnd
|
|
%main = OpFunction %void None %23
|
|
%128 = OpLabel
|
|
%129 = OpLoad %v4float %tint_symbol
|
|
OpStore %gl_FragCoord %129
|
|
%130 = OpFunctionCall %void %main_1
|
|
%132 = OpLoad %v4float %x_GLF_color
|
|
%133 = OpCompositeConstruct %main_out %132
|
|
%131 = OpFunctionCall %void %tint_symbol_3 %133
|
|
OpReturn
|
|
OpFunctionEnd
|
|
1:1: The continue construct with the continue target 67[%67] is not post dominated by the back-edge block 85[%85]
|
|
%85 = OpLabel
|
|
|