OpCapability Shader %1 = OpExtInstImport "GLSL.std.450" OpMemoryModel Logical GLSL450 OpEntryPoint Fragment %main "main" %_GLF_color OpExecutionMode %main OriginUpperLeft OpSource ESSL 310 OpName %main "main" OpName %a "a" OpName %sum "sum" OpName %buf0 "buf0" OpMemberName %buf0 0 "_GLF_uniform_int_values" OpName %_ "" OpName %i "i" OpName %_GLF_color "_GLF_color" OpDecorate %_arr_int_uint_4 ArrayStride 16 OpMemberDecorate %buf0 0 Offset 0 OpDecorate %buf0 Block OpDecorate %_ DescriptorSet 0 OpDecorate %_ Binding 0 OpDecorate %_GLF_color Location 0 %void = OpTypeVoid %11 = OpTypeFunction %void %int = OpTypeInt 32 1 %_ptr_Function_int = OpTypePointer Function %int %int_65536 = OpConstant %int 65536 %uint = OpTypeInt 32 0 %uint_4 = OpConstant %uint 4 %_arr_int_uint_4 = OpTypeArray %int %uint_4 %buf0 = OpTypeStruct %_arr_int_uint_4 %_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0 %_ = OpVariable %_ptr_Uniform_buf0 Uniform %int_0 = OpConstant %int 0 %_ptr_Uniform_int = OpTypePointer Uniform %int %int_1 = OpConstant %int 1 %bool = OpTypeBool %int_2 = OpConstant %int 2 %int_3 = OpConstant %int 3 %float = OpTypeFloat 32 %v4float = OpTypeVector %float 4 %_ptr_Output_v4float = OpTypePointer Output %v4float %_GLF_color = OpVariable %_ptr_Output_v4float Output %main = OpFunction %void None %11 %27 = OpLabel %a = OpVariable %_ptr_Function_int Function %sum = OpVariable %_ptr_Function_int Function %i = OpVariable %_ptr_Function_int Function OpStore %a %int_65536 %28 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_0 %29 = OpLoad %int %28 OpStore %sum %29 %30 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_1 %31 = OpLoad %int %30 %32 = OpIEqual %bool %int_1 %31 OpSelectionMerge %33 None OpBranchConditional %32 %34 %33 %34 = OpLabel %35 = OpLoad %int %a %36 = OpISub %int %35 %int_1 OpStore %a %36 OpBranch %33 %33 = OpLabel OpStore %i %int_0 OpBranch %37 %37 = OpLabel OpLoopMerge %38 %39 None OpBranch %40 %40 = OpLabel %41 = OpLoad %int %i %42 = OpLoad %int %a %43 = OpSLessThan %bool %41 %42 OpBranchConditional %43 %44 %38 %44 = OpLabel %45 = OpLoad %int %i %46 = OpLoad %int %sum %47 = OpIAdd %int %46 %45 OpStore %sum %47 OpBranch %39 %39 = OpLabel %48 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_2 %49 = OpLoad %int %48 %50 = OpLoad %int %i %51 = OpIAdd %int %50 %49 OpStore %i %51 OpBranch %37 %38 = OpLabel %52 = OpLoad %int %sum %53 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_3 %54 = OpLoad %int %53 %55 = OpIEqual %bool %52 %54 OpSelectionMerge %56 None OpBranchConditional %55 %57 %58 %57 = OpLabel %59 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_1 %60 = OpLoad %int %59 %61 = OpConvertSToF %float %60 %62 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_0 %63 = OpLoad %int %62 %64 = OpConvertSToF %float %63 %65 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_0 %66 = OpLoad %int %65 %67 = OpConvertSToF %float %66 %68 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_1 %69 = OpLoad %int %68 %70 = OpConvertSToF %float %69 %71 = OpCompositeConstruct %v4float %61 %64 %67 %70 OpStore %_GLF_color %71 OpBranch %56 %58 = OpLabel %72 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_0 %73 = OpLoad %int %72 %74 = OpConvertSToF %float %73 %75 = OpCompositeConstruct %v4float %74 %74 %74 %74 OpStore %_GLF_color %75 OpBranch %56 %56 = OpLabel OpReturn OpFunctionEnd