| 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 %count0 "count0" |
| OpName %buf0 "buf0" |
| OpMemberName %buf0 0 "_GLF_uniform_int_values" |
| OpName %_ "" |
| OpName %count1 "count1" |
| OpName %i "i" |
| OpName %_GLF_color "_GLF_color" |
| OpDecorate %_arr_int_uint_5 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 |
| %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 |
| %_ = OpVariable %_ptr_Uniform_buf0 Uniform |
| %int_0 = OpConstant %int 0 |
| %int_2 = OpConstant %int 2 |
| %_ptr_Uniform_int = OpTypePointer Uniform %int |
| %int_4 = OpConstant %int 4 |
| %bool = OpTypeBool |
| %int_1 = OpConstant %int 1 |
| %float = OpTypeFloat 32 |
| %v4float = OpTypeVector %float 4 |
| %_ptr_Output_v4float = OpTypePointer Output %v4float |
| %_GLF_color = OpVariable %_ptr_Output_v4float Output |
| %int_3 = OpConstant %int 3 |
| %main = OpFunction %void None %11 |
| %27 = OpLabel |
| %count0 = OpVariable %_ptr_Function_int Function |
| %count1 = OpVariable %_ptr_Function_int Function |
| %i = OpVariable %_ptr_Function_int Function |
| %28 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_2 |
| %29 = OpLoad %int %28 |
| OpStore %count0 %29 |
| %30 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_2 |
| %31 = OpLoad %int %30 |
| OpStore %count1 %31 |
| %32 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_2 |
| %33 = OpLoad %int %32 |
| OpStore %i %33 |
| OpBranch %34 |
| %34 = OpLabel |
| OpLoopMerge %35 %36 None |
| OpBranch %37 |
| %37 = OpLabel |
| %38 = OpLoad %int %i |
| %39 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_4 |
| %40 = OpLoad %int %39 |
| %41 = OpSLessThan %bool %38 %40 |
| OpBranchConditional %41 %42 %35 |
| %42 = OpLabel |
| %43 = OpLoad %int %i |
| OpSelectionMerge %44 None |
| OpSwitch %43 %44 0 %45 1 %45 3 %46 2 %46 |
| %45 = OpLabel |
| %47 = OpLoad %int %count0 |
| %48 = OpIAdd %int %47 %int_1 |
| OpStore %count0 %48 |
| OpBranch %46 |
| %46 = OpLabel |
| %49 = OpLoad %int %count1 |
| %50 = OpIAdd %int %49 %int_1 |
| OpStore %count1 %50 |
| OpBranch %44 |
| %44 = OpLabel |
| OpBranch %36 |
| %36 = OpLabel |
| %51 = OpLoad %int %i |
| %52 = OpIAdd %int %51 %int_1 |
| OpStore %i %52 |
| OpBranch %34 |
| %35 = OpLabel |
| %53 = OpLoad %int %count1 |
| %54 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_0 |
| %55 = OpLoad %int %54 |
| %56 = OpIEqual %bool %53 %55 |
| OpSelectionMerge %57 None |
| OpBranchConditional %56 %58 %59 |
| %58 = OpLabel |
| %60 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_3 |
| %61 = OpLoad %int %60 |
| %62 = OpConvertSToF %float %61 |
| %63 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_2 |
| %64 = OpLoad %int %63 |
| %65 = OpConvertSToF %float %64 |
| %66 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_2 |
| %67 = OpLoad %int %66 |
| %68 = OpConvertSToF %float %67 |
| %69 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_3 |
| %70 = OpLoad %int %69 |
| %71 = OpConvertSToF %float %70 |
| %72 = OpCompositeConstruct %v4float %62 %65 %68 %71 |
| OpStore %_GLF_color %72 |
| OpBranch %57 |
| %59 = OpLabel |
| %73 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_2 |
| %74 = OpLoad %int %73 |
| %75 = OpConvertSToF %float %74 |
| %76 = OpCompositeConstruct %v4float %75 %75 %75 %75 |
| OpStore %_GLF_color %76 |
| OpBranch %57 |
| %57 = OpLabel |
| %77 = OpLoad %int %count0 |
| %78 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_1 |
| %79 = OpLoad %int %78 |
| %80 = OpINotEqual %bool %77 %79 |
| OpSelectionMerge %81 None |
| OpBranchConditional %80 %82 %81 |
| %82 = OpLabel |
| %83 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_2 |
| %84 = OpLoad %int %83 |
| %85 = OpConvertSToF %float %84 |
| %86 = OpCompositeConstruct %v4float %85 %85 %85 %85 |
| OpStore %_GLF_color %86 |
| OpBranch %81 |
| %81 = OpLabel |
| OpReturn |
| OpFunctionEnd |