| ; SPIR-V |
| ; Version: 1.3 |
| ; Generator: Google Tint Compiler; 0 |
| ; Bound: 107 |
| ; Schema: 0 |
| OpCapability Shader |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint Fragment %main "main" %tint_symbol %tint_symbol_2 |
| OpExecutionMode %main OriginUpperLeft |
| OpName %gl_FragCoord "gl_FragCoord" |
| OpName %array0 "array0" |
| OpName %array1 "array1" |
| OpName %buf0 "buf0" |
| OpMemberName %buf0 0 "injectionSwitch" |
| 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 %q "q" |
| OpName %i "i" |
| OpName %c "c" |
| 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 %_arr_float_uint_3 ArrayStride 4 |
| OpDecorate %buf0 Block |
| OpMemberDecorate %buf0 0 Offset 0 |
| 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 |
| %float = OpTypeFloat 32 |
| %v4float = OpTypeVector %float 4 |
| %_ptr_Private_v4float = OpTypePointer Private %v4float |
| %5 = OpConstantNull %v4float |
| %gl_FragCoord = OpVariable %_ptr_Private_v4float Private %5 |
| %uint = OpTypeInt 32 0 |
| %uint_3 = OpConstant %uint 3 |
| %_arr_float_uint_3 = OpTypeArray %float %uint_3 |
| %_ptr_Private__arr_float_uint_3 = OpTypePointer Private %_arr_float_uint_3 |
| %11 = OpConstantNull %_arr_float_uint_3 |
| %array0 = OpVariable %_ptr_Private__arr_float_uint_3 Private %11 |
| %array1 = OpVariable %_ptr_Private__arr_float_uint_3 Private %11 |
| %v2float = OpTypeVector %float 2 |
| %buf0 = OpTypeStruct %v2float |
| %_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0 |
| %x_11 = OpVariable %_ptr_Uniform_buf0 Uniform |
| %x_GLF_color = OpVariable %_ptr_Private_v4float Private %5 |
| %_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 %5 |
| %void = OpTypeVoid |
| %22 = OpTypeFunction %void |
| %int = OpTypeInt 32 1 |
| %_ptr_Function_int = OpTypePointer Function %int |
| %29 = OpConstantNull %int |
| %int_0 = OpConstant %int 0 |
| %uint_0 = OpConstant %uint 0 |
| %_ptr_Private_float = OpTypePointer Private %float |
| %int_3 = OpConstant %int 3 |
| %bool = OpTypeBool |
| %float_0 = OpConstant %float 0 |
| %_ptr_Uniform_float = OpTypePointer Uniform %float |
| %true = OpConstantTrue %bool |
| %float_1 = OpConstant %float 1 |
| %int_61 = OpConstant %int 61 |
| %int_1 = OpConstant %int 1 |
| %main_out = OpTypeStruct %v4float |
| %94 = OpTypeFunction %void %main_out |
| %main_1 = OpFunction %void None %22 |
| %25 = OpLabel |
| %q = OpVariable %_ptr_Function_int Function %29 |
| %i = OpVariable %_ptr_Function_int Function %29 |
| %c = OpVariable %_ptr_Function_int Function %29 |
| OpStore %q %int_0 |
| %35 = OpAccessChain %_ptr_Private_float %gl_FragCoord %uint_0 |
| %36 = OpLoad %float %35 |
| %37 = OpConvertFToS %int %36 |
| %39 = OpSMod %int %37 %int_3 |
| OpStore %i %39 |
| OpStore %c %int_0 |
| OpBranch %40 |
| %40 = OpLabel |
| OpLoopMerge %41 %42 None |
| OpBranch %43 |
| %43 = OpLabel |
| %44 = OpLoad %int %c |
| %45 = OpSLessThan %bool %44 %int_3 |
| OpSelectionMerge %47 None |
| OpBranchConditional %45 %48 %49 |
| %48 = OpLabel |
| OpBranch %47 |
| %49 = OpLabel |
| OpBranch %41 |
| %47 = OpLabel |
| %50 = OpLoad %int %c |
| %51 = OpAccessChain %_ptr_Private_float %array0 %50 |
| OpStore %51 %float_0 |
| %53 = OpLoad %int %c |
| %54 = OpAccessChain %_ptr_Private_float %array1 %53 |
| OpStore %54 %float_0 |
| %56 = OpAccessChain %_ptr_Uniform_float %x_11 %uint_0 %uint_0 |
| %57 = OpLoad %float %56 |
| %58 = OpLoad %int %q |
| %60 = OpConvertFToS %int %57 |
| %61 = OpIAdd %int %60 %58 |
| OpSelectionMerge %59 None |
| OpSwitch %61 %62 51 %63 61 %64 0 %65 |
| %63 = OpLabel |
| OpBranch %66 |
| %66 = OpLabel |
| OpLoopMerge %67 %68 None |
| OpBranch %69 |
| %69 = OpLabel |
| OpSelectionMerge %71 None |
| OpBranchConditional %true %72 %73 |
| %72 = OpLabel |
| OpBranch %71 |
| %73 = OpLabel |
| OpBranch %67 |
| %71 = OpLabel |
| OpBranch %68 |
| %68 = OpLabel |
| OpBranch %66 |
| %67 = OpLabel |
| %74 = OpLoad %int %c |
| %75 = OpAccessChain %_ptr_Private_float %array0 %74 |
| OpStore %75 %float_1 |
| OpBranch %64 |
| %64 = OpLabel |
| %77 = OpAccessChain %_ptr_Private_float %array1 %int_0 |
| OpStore %77 %float_1 |
| %78 = OpLoad %int %c |
| %79 = OpAccessChain %_ptr_Private_float %array1 %78 |
| OpStore %79 %float_1 |
| OpBranch %59 |
| %65 = OpLabel |
| OpStore %q %int_61 |
| OpBranch %59 |
| %62 = OpLabel |
| OpBranch %59 |
| %59 = OpLabel |
| OpBranch %42 |
| %42 = OpLabel |
| %81 = OpLoad %int %c |
| %83 = OpIAdd %int %81 %int_1 |
| OpStore %c %83 |
| OpBranch %40 |
| %41 = OpLabel |
| %84 = OpLoad %int %i |
| %85 = OpAccessChain %_ptr_Private_float %array1 %84 |
| %86 = OpLoad %float %85 |
| %87 = OpLoad %int %i |
| %88 = OpAccessChain %_ptr_Private_float %array0 %87 |
| %89 = OpLoad %float %88 |
| %90 = OpLoad %int %i |
| %91 = OpAccessChain %_ptr_Private_float %array0 %90 |
| %92 = OpLoad %float %91 |
| %93 = OpCompositeConstruct %v4float %86 %89 %92 %float_1 |
| OpStore %x_GLF_color %93 |
| OpReturn |
| OpFunctionEnd |
| %tint_symbol_3 = OpFunction %void None %94 |
| %tint_symbol_1 = OpFunctionParameter %main_out |
| %98 = OpLabel |
| %99 = OpCompositeExtract %v4float %tint_symbol_1 0 |
| OpStore %tint_symbol_2 %99 |
| OpReturn |
| OpFunctionEnd |
| %main = OpFunction %void None %22 |
| %101 = OpLabel |
| %102 = OpLoad %v4float %tint_symbol |
| OpStore %gl_FragCoord %102 |
| %103 = OpFunctionCall %void %main_1 |
| %105 = OpLoad %v4float %x_GLF_color |
| %106 = OpCompositeConstruct %main_out %105 |
| %104 = OpFunctionCall %void %tint_symbol_3 %106 |
| OpReturn |
| OpFunctionEnd |