| OpCapability Shader |
| %1 = OpExtInstImport "GLSL.std.450" |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint Fragment %main "main" %_GLF_color |
| OpExecutionMode %main OriginUpperLeft |
| OpSource ESSL 320 |
| OpName %main "main" |
| OpName %a "a" |
| OpName %buf0 "buf0" |
| OpMemberName %buf0 0 "_GLF_uniform_int_values" |
| OpName %_ "" |
| OpName %_GLF_color "_GLF_color" |
| OpDecorate %_arr_int_uint_3 ArrayStride 16 |
| OpMemberDecorate %buf0 0 Offset 0 |
| OpDecorate %buf0 Block |
| OpDecorate %_ DescriptorSet 0 |
| OpDecorate %_ Binding 0 |
| OpDecorate %_GLF_color Location 0 |
| %void = OpTypeVoid |
| %9 = OpTypeFunction %void |
| %int = OpTypeInt 32 1 |
| %_ptr_Function_int = OpTypePointer Function %int |
| %uint = OpTypeInt 32 0 |
| %uint_3 = OpConstant %uint 3 |
| %_arr_int_uint_3 = OpTypeArray %int %uint_3 |
| %buf0 = OpTypeStruct %_arr_int_uint_3 |
| %_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 |
| %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 |
| %main = OpFunction %void None %9 |
| %23 = OpLabel |
| %a = OpVariable %_ptr_Function_int Function |
| %24 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_2 |
| %25 = OpLoad %int %24 |
| OpStore %a %25 |
| OpBranch %26 |
| %26 = OpLabel |
| OpLoopMerge %27 %28 None |
| OpBranch %29 |
| %29 = OpLabel |
| %30 = OpLoad %int %a |
| %31 = OpSGreaterThanEqual %bool %30 %int_0 |
| OpBranchConditional %31 %32 %27 |
| %32 = OpLabel |
| %33 = OpLoad %int %a |
| %34 = OpSDiv %int %33 %int_2 |
| %35 = OpISub %int %34 %int_1 |
| OpStore %a %35 |
| OpBranch %28 |
| %28 = OpLabel |
| OpBranch %26 |
| %27 = OpLabel |
| %36 = OpLoad %int %a |
| %37 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_0 |
| %38 = OpLoad %int %37 |
| %39 = OpSNegate %int %38 |
| %40 = OpIEqual %bool %36 %39 |
| OpSelectionMerge %41 None |
| OpBranchConditional %40 %42 %43 |
| %42 = OpLabel |
| %44 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_0 |
| %45 = OpLoad %int %44 |
| %46 = OpConvertSToF %float %45 |
| %47 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_1 |
| %48 = OpLoad %int %47 |
| %49 = OpConvertSToF %float %48 |
| %50 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_1 |
| %51 = OpLoad %int %50 |
| %52 = OpConvertSToF %float %51 |
| %53 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_0 |
| %54 = OpLoad %int %53 |
| %55 = OpConvertSToF %float %54 |
| %56 = OpCompositeConstruct %v4float %46 %49 %52 %55 |
| OpStore %_GLF_color %56 |
| OpBranch %41 |
| %43 = OpLabel |
| %57 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_1 |
| %58 = OpLoad %int %57 |
| %59 = OpConvertSToF %float %58 |
| %60 = OpCompositeConstruct %v4float %59 %59 %59 %59 |
| OpStore %_GLF_color %60 |
| OpBranch %41 |
| %41 = OpLabel |
| OpReturn |
| OpFunctionEnd |