; SPIR-V ; Version: 1.3 ; Generator: Google Tint Compiler; 0 ; Bound: 79 ; Schema: 0 OpCapability Shader OpMemoryModel Logical GLSL450 OpEntryPoint Fragment %main "main" %tint_symbol_1 OpExecutionMode %main OriginUpperLeft OpName %buf1 "buf1" OpMemberName %buf1 0 "x_GLF_uniform_int_values" OpName %x_6 "x_6" OpName %x_GLF_color "x_GLF_color" OpName %buf0 "buf0" OpMemberName %buf0 0 "x_GLF_uniform_float_values" OpName %x_8 "x_8" OpName %tint_symbol_1 "tint_symbol_1" OpName %main_1 "main_1" OpName %i "i" 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 %buf1 Block OpMemberDecorate %buf1 0 Offset 0 OpDecorate %_arr_int_uint_3 ArrayStride 16 OpDecorate %x_6 NonWritable OpDecorate %x_6 DescriptorSet 0 OpDecorate %x_6 Binding 1 OpDecorate %buf0 Block OpMemberDecorate %buf0 0 Offset 0 OpDecorate %_arr_float_uint_1 ArrayStride 16 OpDecorate %x_8 NonWritable OpDecorate %x_8 DescriptorSet 0 OpDecorate %x_8 Binding 0 OpDecorate %tint_symbol_1 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_6 = OpVariable %_ptr_Uniform_buf1 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 %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_8 = OpVariable %_ptr_Uniform_buf0 Uniform %_ptr_Output_v4float = OpTypePointer Output %v4float %tint_symbol_1 = OpVariable %_ptr_Output_v4float Output %12 %void = OpTypeVoid %20 = OpTypeFunction %void %_ptr_Function_int = OpTypePointer Function %int %26 = 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 %float_1 = OpConstant %float 1 %_ptr_Uniform_float = OpTypePointer Uniform %float %main_out = OpTypeStruct %v4float %67 = OpTypeFunction %void %main_out %main_1 = OpFunction %void None %20 %23 = OpLabel %i = OpVariable %_ptr_Function_int Function %26 %30 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_2 %31 = OpLoad %int %30 OpStore %i %31 OpBranch %32 %32 = OpLabel OpLoopMerge %33 %34 None OpBranch %35 %35 = OpLabel %36 = OpLoad %int %i %38 = OpSGreaterThanEqual %bool %36 %int_0 OpSelectionMerge %40 None OpBranchConditional %38 %41 %42 %41 = OpLabel OpBranch %40 %42 = OpLabel OpBranch %33 %40 = OpLabel %43 = OpLoad %int %i %44 = OpSMod %int %43 %int_2 %45 = OpIEqual %bool %44 %int_0 OpSelectionMerge %46 None OpBranchConditional %45 %47 %48 %47 = OpLabel %49 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_0 %50 = OpLoad %int %49 %51 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_0 %52 = OpLoad %int %51 %54 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_1 %55 = OpLoad %int %54 %57 = OpConvertSToF %float %50 %58 = OpConvertSToF %float %52 %59 = OpConvertSToF %float %55 %60 = OpCompositeConstruct %v4float %float_1 %57 %58 %59 OpStore %x_GLF_color %60 OpBranch %46 %48 = OpLabel %62 = OpAccessChain %_ptr_Uniform_float %x_8 %uint_0 %int_0 %63 = OpLoad %float %62 %64 = OpCompositeConstruct %v4float %63 %63 %63 %63 OpStore %x_GLF_color %64 OpBranch %46 %46 = OpLabel %65 = OpLoad %int %i %66 = OpISub %int %65 %int_1 OpStore %i %66 OpBranch %34 %34 = OpLabel OpBranch %32 %33 = OpLabel OpReturn OpFunctionEnd %tint_symbol_2 = OpFunction %void None %67 %tint_symbol = OpFunctionParameter %main_out %71 = OpLabel %72 = OpCompositeExtract %v4float %tint_symbol 0 OpStore %tint_symbol_1 %72 OpReturn OpFunctionEnd %main = OpFunction %void None %20 %74 = OpLabel %75 = OpFunctionCall %void %main_1 %77 = OpLoad %v4float %x_GLF_color %78 = OpCompositeConstruct %main_out %77 %76 = OpFunctionCall %void %tint_symbol_2 %78 OpReturn OpFunctionEnd